aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/gpio (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 Torvalds2-18/+23
2019-04-23gpiolib: Introduce GPIO_LOOKUP_FLAGS_DEFAULTAndy Shevchenko1-0/+2
2019-04-23gpiolib: Make use of enum gpio_lookup_flags consistentAndy Shevchenko1-4/+4
2019-04-23gpiolib: Indent entry values of enum gpio_lookup_flagsAndy Shevchenko1-8/+8
2019-04-08gpio: mmio: Drop bgpio_dir_invertedLinus Walleij1-4/+0
2019-04-05gpio: mmio: Support two direction registersLinus Walleij1-4/+11
2019-03-24gpiolib: export devprop_gpiochip_set_names()Jan Kundrát1-0/+3
2019-02-14Merge branch 'ib-pca953x-config' into develLinus Walleij1-0/+2
2019-02-13gpio: add core support for pull-up/pull-down configurationThomas Petazzoni1-0/+2
2019-01-24gpio: add irq domain activate/deactivate functionsBrian Masney1-0/+5
2018-12-28Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds2-10/+8
2018-12-14gpiolib: Fix return value of gpio_to_desc() stub if !GPIOLIBKrzysztof Kozlowski1-1/+1
2018-12-14gpio: Pass a flag to gpiochip_request_own_desc()Linus Walleij1-1/+3
2018-12-11gpio: Add devm_gpiod_unhinge()Linus Walleij1-0/+10
2018-12-11gpio: Export gpiod_get_from_of_node()Linus Walleij1-0/+13
2018-11-16gpio: drop broken to_gpio_irq_chip() helperJohan Hovold1-5/+0
2018-11-05gpiolib: Fix possible use after free on labelMuchun Song1-2/+4
2018-11-05gpio: drop devm_gpiochip_remove()Uwe Kleine-König1-1/+0
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds2-28/+90
2018-10-21Merge branch 'regulator-4.20' into regulator-nextMark Brown1-0/+1
2018-10-12regulator/gpio: Allow nonexclusive GPIO accessLinus Walleij1-0/+1
2018-10-10gpio: Assign gpio_irq_chip::parents to non-stack pointerStephen Boyd1-0/+7
2018-10-10gpiolib: Add init_valid_mask exported functionRicardo Ribalda Delgado1-1/+6
2018-10-01gpio: Restore indentation of continued linesGeert Uytterhoeven1-9/+9
2018-10-01gpio: Propagate errors from gpiod_set_array_value_complex()Geert Uytterhoeven1-13/+15
2018-09-25gpio: Add comments on single direction chipsLinus Walleij1-1/+5
2018-09-20Merge branch 'ib-array-bitmaps' into develLinus Walleij1-16/+43
2018-09-13gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik1-0/+16
2018-09-13gpiolib: Identify arrays matching GPIO hardwareJanusz Krzysztofik1-0/+9
2018-09-13gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik1-16/+18
2018-09-10gpiolib: override irq_enable/disableHans Verkuil1-0/+14
2018-09-10gpiolib: add flag to indicate if the irq is disabledHans Verkuil1-0/+2
2018-09-10gpiolib: export gpiochip_irq_reqres/relres()Hans Verkuil1-0/+2
2018-09-10gpio: fix kernel-doc notation warning for 'request_key'Randy Dunlap1-1/+7
2018-08-10gpio: mmio: Fix up inverted direction registersLinus Walleij1-0/+3
2018-07-30gpiolib: Use GPIOD_OUT_{LOW,HIGH} macros in open drain onesAndy Shevchenko1-5/+2
2018-07-02Merge branch 'ib-aspeed' into develLinus Walleij1-0/+15
2018-07-02gpio: aspeed: Add interfaces for co-processor to grab GPIOsBenjamin Herrenschmidt1-0/+15
2018-06-18gpio: Add API to explicitly name a consumerLinus Walleij1-0/+7
2018-05-23gpio: Remove VLA from gpiolibLaura Abbott1-4/+6
2018-05-16gpiolib: add hogs support for machine codeBartosz Golaszewski1-0/+31
2018-03-27gpiolib: Support 'gpio-reserved-ranges' propertyStephen Boyd1-0/+16
2018-01-31Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds3-2/+30
2018-01-12gpio: Export devm_gpiod_get_from_of_node() for consumersLinus Walleij1-0/+17
2018-01-10gpiolib: Export gpiochip_irqchip_irq_valid() to driversStephen Boyd1-0/+3
2017-12-28kernel/irq: Extend lockdep class for request mutexAndrew Lunn1-12/+21
2017-12-02gpio: gpiolib: Generalise state persistence beyond sleepAndrew Jeffery2-2/+10
2017-11-14Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-0/+6
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds3-34/+226
2017-11-08gpio: Automatically add lockdep keysThierry Reding1-1/+35