summaryrefslogtreecommitdiff
path: root/include/linux/gpio
AgeCommit message (Expand)Author
2019-07-13Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2019-07-04gpiolib: Document new gpio_chip.init_valid_mask fieldGeert Uytterhoeven
2019-06-27gpio: Add comments on #if/#else/#endifEnrico Weigelt
2019-06-14gpio: Drop the parent_irq from gpio_irq_chipLinus Walleij
2019-06-13gpio: Fix build warnings on undefined struct pinctrl_devEnrico Weigelt
2019-06-07gpio: pass lookup and descriptor flags to request_ownLinus Walleij
2019-05-11Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-04-23gpiolib: Introduce GPIO_LOOKUP_FLAGS_DEFAULTAndy Shevchenko
2019-04-23gpiolib: Make use of enum gpio_lookup_flags consistentAndy Shevchenko
2019-04-23gpiolib: Indent entry values of enum gpio_lookup_flagsAndy Shevchenko
2019-04-08gpio: mmio: Drop bgpio_dir_invertedLinus Walleij
2019-04-05gpio: mmio: Support two direction registersLinus Walleij
2019-03-24gpiolib: export devprop_gpiochip_set_names()Jan Kundrát
2019-02-14Merge branch 'ib-pca953x-config' into develLinus Walleij
2019-02-13gpio: add core support for pull-up/pull-down configurationThomas Petazzoni
2019-01-24gpio: add irq domain activate/deactivate functionsBrian Masney
2018-12-28Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-12-14gpiolib: Fix return value of gpio_to_desc() stub if !GPIOLIBKrzysztof Kozlowski
2018-12-14gpio: Pass a flag to gpiochip_request_own_desc()Linus Walleij
2018-12-11gpio: Add devm_gpiod_unhinge()Linus Walleij
2018-12-11gpio: Export gpiod_get_from_of_node()Linus Walleij
2018-11-16gpio: drop broken to_gpio_irq_chip() helperJohan Hovold
2018-11-05gpiolib: Fix possible use after free on labelMuchun Song
2018-11-05gpio: drop devm_gpiochip_remove()Uwe Kleine-König
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-10-21Merge branch 'regulator-4.20' into regulator-nextMark Brown
2018-10-12regulator/gpio: Allow nonexclusive GPIO accessLinus Walleij
2018-10-10gpio: Assign gpio_irq_chip::parents to non-stack pointerStephen Boyd
2018-10-10gpiolib: Add init_valid_mask exported functionRicardo Ribalda Delgado
2018-10-01gpio: Restore indentation of continued linesGeert Uytterhoeven
2018-10-01gpio: Propagate errors from gpiod_set_array_value_complex()Geert Uytterhoeven
2018-09-25gpio: Add comments on single direction chipsLinus Walleij
2018-09-20Merge branch 'ib-array-bitmaps' into develLinus Walleij
2018-09-13gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik
2018-09-13gpiolib: Identify arrays matching GPIO hardwareJanusz Krzysztofik
2018-09-13gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik
2018-09-10gpiolib: override irq_enable/disableHans Verkuil
2018-09-10gpiolib: add flag to indicate if the irq is disabledHans Verkuil
2018-09-10gpiolib: export gpiochip_irq_reqres/relres()Hans Verkuil
2018-09-10gpio: fix kernel-doc notation warning for 'request_key'Randy Dunlap
2018-08-10gpio: mmio: Fix up inverted direction registersLinus Walleij
2018-07-30gpiolib: Use GPIOD_OUT_{LOW,HIGH} macros in open drain onesAndy Shevchenko
2018-07-02Merge branch 'ib-aspeed' into develLinus Walleij
2018-07-02gpio: aspeed: Add interfaces for co-processor to grab GPIOsBenjamin Herrenschmidt
2018-06-18gpio: Add API to explicitly name a consumerLinus Walleij
2018-05-23gpio: Remove VLA from gpiolibLaura Abbott
2018-05-16gpiolib: add hogs support for machine codeBartosz Golaszewski
2018-03-27gpiolib: Support 'gpio-reserved-ranges' propertyStephen Boyd
2018-01-31Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-01-12gpio: Export devm_gpiod_get_from_of_node() for consumersLinus Walleij