aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-11Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-17/+26
2019-04-25gpio: Fix gpiochip_add_data_with_key() error pathGeert Uytterhoeven1-4/+8
2019-04-23gpiolib: acpi: Add acpi_gpio_update_gpiod_lookup_flags() helperAndy Shevchenko1-3/+1
2019-04-23gpiolib: Introduce GPIO_LOOKUP_FLAGS_DEFAULTAndy Shevchenko1-4/+5
2019-04-23gpiolib: Make use of enum gpio_lookup_flags consistentAndy Shevchenko1-7/+6
2019-04-08Merge tag 'gpio-v5.2-updates-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into develLinus Walleij1-1/+2
2019-04-08Merge tag 'v5.1-rc3' into develLinus Walleij1-2/+2
2019-04-05gpio: Set proper argument value to set_configMaxime Ripard1-1/+13
2019-04-05gpio: Remove obsolete comment about gpiochip_free_hogs() usageGeert Uytterhoeven1-2/+0
2019-04-04gpiolib: Don't WARN on gpiod_put() for optional GPIOAndy Shevchenko1-1/+2
2019-03-27Revert "gpio: use new gpio_set_config() helper in more places"Andrew Jeffery1-2/+2
2019-02-17Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into develLinus Walleij1-1/+8
2019-02-14Merge branch 'ib-pca953x-config' into develLinus Walleij1-16/+34
2019-02-13gpio: add core support for pull-up/pull-down configurationThomas Petazzoni1-0/+18
2019-02-13gpio: use new gpio_set_config() helper in more placesThomas Petazzoni1-2/+2
2019-02-13gpio: rename gpio_set_drive_single_ended() to gpio_set_config()Thomas Petazzoni1-14/+14
2019-01-24gpio: add irq domain activate/deactivate functionsBrian Masney1-0/+37
2019-01-23gpiolib: fix line event timestamps for nested irqsBartosz Golaszewski1-1/+8
2018-12-28Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-36/+40
2018-12-14gpio: Pass a flag to gpiochip_request_own_desc()Linus Walleij1-2/+19
2018-12-11Merge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-4.21Mark Brown1-2/+3
2018-12-11gpio: Enable nonexclusive gpiods from DT nodesLinus Walleij1-0/+2
2018-11-15gpio: drop devm_gpio_chip_match()Laurent Pinchart1-14/+0
2018-11-09gpio: don't free unallocated ida on gpiochip_add_data_with_key() error pathVladimir Zapolskiy1-2/+3
2018-11-05gpiolib: Fix possible use after free on labelMuchun Song1-4/+21
2018-11-05gpio: drop devm_gpiochip_remove()Uwe Kleine-König1-17/+1
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-155/+464
2018-10-21Merge branch 'regulator-4.20' into regulator-nextMark Brown1-2/+17
2018-10-16gpio: Clarify kerneldoc on gpiochip_set_chained_irqchip()Stephen Boyd1-2/+1
2018-10-16gpio: Remove unused 'irqchip' argument to gpiochip_set_cascaded_irqchip()Stephen Boyd1-6/+2
2018-10-16gpio: Drop parent irq assignment during cascade setupStephen Boyd1-10/+0
2018-10-12regulator/gpio: Allow nonexclusive GPIO accessLinus Walleij1-2/+17
2018-10-12gpiolib: Initialize gdev field before is usedRicardo Ribalda Delgado1-2/+3
2018-10-10gpio: Assign gpio_irq_chip::parents to non-stack pointerStephen Boyd1-1/+2
2018-10-10gpio: fix doc string for devm_gpiochip_add_data() to not talk about irq_chipUwe Kleine-König1-1/+1
2018-10-10gpiolib: Show correct direction from the beginningRicardo Ribalda Delgado1-14/+13
2018-10-10gpiolib: Add init_valid_mask exported functionRicardo Ribalda Delgado1-2/+14
2018-10-02gpio: Slightly more helpful debugfsLinus Walleij1-4/+7
2018-10-01gpio: Restore indentation of continued linesGeert Uytterhoeven1-10/+10
2018-10-01gpio: Propagate errors from gpiod_set_array_value_complex()Geert Uytterhoeven1-14/+16
2018-10-01gpiolib: Fix incorrect use of find_next_zero_bit()Janusz Krzysztofik1-6/+3
2018-09-25gpio: Add comments on single direction chipsLinus Walleij1-6/+27
2018-09-25gpiolib: Fix gpio_direction_* for single direction GPIOsRicardo Ribalda Delgado1-8/+28
2018-09-25gpio: Use SPDX header for core libraryLinus Walleij1-0/+1
2018-09-24gpiolib: Fix array members of same chip processed separatelyJanusz Krzysztofik1-10/+25
2018-09-24gpiolib: Fix missing updates of bitmap indexJanusz Krzysztofik1-5/+6
2018-09-20Merge branch 'ib-array-bitmaps' into develLinus Walleij1-45/+220
2018-09-18gpiolib: Free the last requested descriptorRicardo Ribalda Delgado1-1/+1
2018-09-17gpiolib: check if irqchip already has the irq hook replacementsHans Verkuil1-0/+10
2018-09-14gpiolib: use better errno if get_direction is not availableWolfram Sang1-4/+4