aboutsummaryrefslogtreecommitdiff
path: root/include/linux/gpio.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-13gpiolib: remove unused gpio_cansleep()Gravatar Andy Shevchenko 1-12/+0
2023-06-01gpiolib: Kill unused GPIOF_OPEN_*Gravatar Andy Shevchenko 1-6/+0
2023-06-01gpiolib: Kill unused GPIOF_EXPORT and CoGravatar Andy Shevchenko 1-5/+0
2023-03-06gpiolib: Clean up headersGravatar Andy Shevchenko 1-6/+4
2023-03-06gpiolib: remove legacy gpio_export()Gravatar Arnd Bergmann 1-27/+0
2023-03-06gpiolib: remove gpio_set_debounce()Gravatar Arnd Bergmann 1-10/+0
2023-03-06gpiolib: remove asm-generic/gpio.hGravatar Arnd Bergmann 1-10/+84
2023-03-06gpiolib: coldfire: remove custom asm/gpio.hGravatar Arnd Bergmann 1-7/+0
2023-01-30gpio: Remove unused and obsoleted irq_to_gpio()Gravatar Andy Shevchenko 1-12/+0
2023-01-30gpio: Remove unused and obsoleted gpio_export_link()Gravatar Andy Shevchenko 1-8/+0
2022-10-24gpiolib: Clean up headersGravatar Andy Shevchenko 1-1/+1
2022-07-19gpiolib: devres: Get rid of unused devm_gpio_free()Gravatar Andy Shevchenko 1-6/+0
2020-02-10gpio: Avoid kernel.h inclusion where it's possibleGravatar Andy Shevchenko 1-2/+0
2019-09-05Merge tag 'v5.3-rc7' into develGravatar Linus Walleij 1-24/+0
2019-08-23gpio: Move gpiochip_lock/unlock_as_irq to gpio/driver.hGravatar YueHaibing 1-13/+0
2019-08-14gpio: Fix build error of function redefinitionGravatar YueHaibing 1-24/+0
2019-06-13gpio: Fix build warnings on undefined struct pinctrl_devGravatar Enrico Weigelt 1-0/+1
2018-07-02gpio.h: fix location of gpio legacy documentationGravatar Mauro Carvalho Chehab 1-1/+1
2017-11-30gpio: Clarify that <linux/gpio.h> is legacyGravatar Linus Walleij 1-0/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2015-05-12gpio: remove gpiod_sysfs_set_active_lowGravatar Johan Hovold 1-7/+0
2014-10-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqGravatar Alexandre Courbot 1-3/+4
2014-02-20Merge branch 'master' into for-nextGravatar Jiri Kosina 1-1/+0
2014-02-20gpio: update path to documentationGravatar Richard Genoud 1-1/+1
2013-11-25gpio: Remove duplicate include of errno.hGravatar Vishwanathrao Badarkhe, Manish 1-1/+0
2013-11-12Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-11/+46
2013-10-29gpio: provide stubs for devres gpio functionsGravatar Linus Walleij 1-7/+27
2013-10-19gpiolib: export descriptor-based GPIO interfaceGravatar Alexandre Courbot 1-4/+7
2013-10-16pinctrl/gpio: non-linear GPIO ranges accesible from gpiolibGravatar Christian Ruppert 1-0/+10
2013-10-16gpio: add API to be strict about GPIO IRQ usageGravatar Linus Walleij 1-0/+12
2013-04-16Convert selectors of GENERIC_GPIO to GPIOLIBGravatar Alexandre Courbot 1-3/+3
2013-01-22gpio: devm_gpio_* support should not depend on GPIOLIBGravatar Shawn Guo 1-20/+8
2012-11-21gpiolib: rename pin range argumentsGravatar Linus Walleij 1-1/+1
2012-11-21gpiolib: let gpiochip_add_pin_range() specify offsetGravatar Linus Walleij 1-1/+2
2012-11-11gpiolib: iron out include ladder mistakesGravatar Linus Walleij 1-4/+3
2012-11-11gpiolib: separation of pin concernsGravatar Linus Walleij 1-1/+1
2012-11-11gpiolib: fix up function prototypes etcGravatar Linus Walleij 1-6/+18
2012-11-11gpiolib: provide provision to register pin rangesGravatar Shiraz Hashim 1-0/+3
2012-07-05gpio: fix bits conflict for gpio flagsGravatar Laxman Dewangan 1-2/+2
2012-05-18gpiolib: Implement devm_gpio_request_one()Gravatar Mark Brown 1-0/+6
2012-05-11gpiolib/arches: Centralise bolierplate asm/gpio.hGravatar Mark Brown 1-0/+34
2012-04-05gpiolib: Add !CONFIG_GPIOLIB definitions of devm_ functionsGravatar Mark Brown 1-0/+14
2012-04-05gpio: add flags to export GPIOs when requestingGravatar Wolfram Sang 1-0/+5
2012-03-28Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-0/+6
2012-03-05gpio: gpiolib: Support for open source/emitter gpiosGravatar Laxman Dewangan 1-0/+3
2012-03-05gpio: gpiolib: Support for open drain/collector gpiosGravatar Laxman Dewangan 1-0/+3
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hGravatar Paul Gortmaker 1-0/+1
2011-10-24gpiolib: Ensure struct gpio is always definedGravatar Mark Brown 1-10/+12
2011-06-16gpio: add GPIOF_ values regardless on kconfig settingsGravatar Randy Dunlap 1-0/+11
2011-05-27gpio: make gpio_{request,free}_array gpio array parameter constGravatar Lars-Peter Clausen 1-2/+2