aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-08gpio: Introduce struct gpio_irq_chip.firstThierry Reding1-0/+8
2017-11-08gpio: Disambiguate struct gpio_irq_chip.nestedThierry Reding1-4/+4
2017-11-08gpio: Export gpiochip_irq_{map,unmap}()Thierry Reding1-0/+4
2017-11-08gpio: Implement tighter IRQ chip integrationThierry Reding1-0/+7
2017-11-08gpio: Move lock_key into struct gpio_irq_chipThierry Reding1-2/+7
2017-11-08gpio: Move irq_valid_mask into struct gpio_irq_chipThierry Reding1-6/+15
2017-11-08gpio: Move irq_nested into struct gpio_irq_chipThierry Reding1-2/+7
2017-11-08gpio: Move irq_chained_parent to struct gpio_irq_chipThierry Reding1-4/+15
2017-11-08gpio: Move irq_default_type to struct gpio_irq_chipThierry Reding1-3/+8
2017-11-08gpio: Move irq_handler to struct gpio_irq_chipThierry Reding1-3/+8
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding1-3/+8
2017-11-08gpio: Move irqchip into struct gpio_irq_chipThierry Reding1-2/+12
2017-11-08gpio: Introduce struct gpio_irq_chipThierry Reding1-0/+38
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-10-30gpio: Make it possible for consumers to enforce open drainLinus Walleij1-0/+6
2017-10-25gpio: mmio: Make pin2mask() a private businessLinus Walleij1-4/+4
2017-10-20gpio: Fix loose spellingAndrew Jeffery1-1/+1
2017-10-19gpio: Introduce ->get_multiple callbackLukas Wunner2-0/+48