aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/gpio.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-13gpiolib: remove unused gpio_cansleep()Andy Shevchenko1-12/+0
2023-06-01gpiolib: Kill unused GPIOF_OPEN_*Andy Shevchenko1-6/+0
2023-06-01gpiolib: Kill unused GPIOF_EXPORT and CoAndy Shevchenko1-5/+0
2023-03-06gpiolib: Clean up headersAndy Shevchenko1-6/+4
2023-03-06gpiolib: remove legacy gpio_export()Arnd Bergmann1-27/+0
2023-03-06gpiolib: remove gpio_set_debounce()Arnd Bergmann1-10/+0
2023-03-06gpiolib: remove asm-generic/gpio.hArnd Bergmann1-10/+84
2023-03-06gpiolib: coldfire: remove custom asm/gpio.hArnd Bergmann1-7/+0
2023-01-30gpio: Remove unused and obsoleted irq_to_gpio()Andy Shevchenko1-12/+0
2023-01-30gpio: Remove unused and obsoleted gpio_export_link()Andy Shevchenko1-8/+0
2022-10-24gpiolib: Clean up headersAndy Shevchenko1-1/+1
2022-07-19gpiolib: devres: Get rid of unused devm_gpio_free()Andy Shevchenko1-6/+0
2020-02-10gpio: Avoid kernel.h inclusion where it's possibleAndy Shevchenko1-2/+0
2019-09-05Merge tag 'v5.3-rc7' into develLinus Walleij1-24/+0
2019-08-23gpio: Move gpiochip_lock/unlock_as_irq to gpio/driver.hYueHaibing1-13/+0
2019-08-14gpio: Fix build error of function redefinitionYueHaibing1-24/+0
2019-06-13gpio: Fix build warnings on undefined struct pinctrl_devEnrico Weigelt1-0/+1
2018-07-02gpio.h: fix location of gpio legacy documentationMauro Carvalho Chehab1-1/+1
2017-11-30gpio: Clarify that <linux/gpio.h> is legacyLinus Walleij1-0/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-05-12gpio: remove gpiod_sysfs_set_active_lowJohan Hovold1-7/+0
2014-10-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot1-3/+4
2014-02-20Merge branch 'master' into for-nextJiri Kosina1-1/+0
2014-02-20gpio: update path to documentationRichard Genoud1-1/+1
2013-11-25gpio: Remove duplicate include of errno.hVishwanathrao Badarkhe, Manish1-1/+0
2013-11-12Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-11/+46
2013-10-29gpio: provide stubs for devres gpio functionsLinus Walleij1-7/+27
2013-10-19gpiolib: export descriptor-based GPIO interfaceAlexandre Courbot1-4/+7
2013-10-16pinctrl/gpio: non-linear GPIO ranges accesible from gpiolibChristian Ruppert1-0/+10
2013-10-16gpio: add API to be strict about GPIO IRQ usageLinus Walleij1-0/+12
2013-04-16Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot1-3/+3
2013-01-22gpio: devm_gpio_* support should not depend on GPIOLIBShawn Guo1-20/+8
2012-11-21gpiolib: rename pin range argumentsLinus Walleij1-1/+1
2012-11-21gpiolib: let gpiochip_add_pin_range() specify offsetLinus Walleij1-1/+2
2012-11-11gpiolib: iron out include ladder mistakesLinus Walleij1-4/+3
2012-11-11gpiolib: separation of pin concernsLinus Walleij1-1/+1
2012-11-11gpiolib: fix up function prototypes etcLinus Walleij1-6/+18
2012-11-11gpiolib: provide provision to register pin rangesShiraz Hashim1-0/+3
2012-07-05gpio: fix bits conflict for gpio flagsLaxman Dewangan1-2/+2
2012-05-18gpiolib: Implement devm_gpio_request_one()Mark Brown1-0/+6
2012-05-11gpiolib/arches: Centralise bolierplate asm/gpio.hMark Brown1-0/+34
2012-04-05gpiolib: Add !CONFIG_GPIOLIB definitions of devm_ functionsMark Brown1-0/+14
2012-04-05gpio: add flags to export GPIOs when requestingWolfram Sang1-0/+5
2012-03-28Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+6
2012-03-05gpio: gpiolib: Support for open source/emitter gpiosLaxman Dewangan1-0/+3
2012-03-05gpio: gpiolib: Support for open drain/collector gpiosLaxman Dewangan1-0/+3
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2011-10-24gpiolib: Ensure struct gpio is always definedMark Brown1-10/+12
2011-06-16gpio: add GPIOF_ values regardless on kconfig settingsRandy Dunlap1-0/+11
2011-05-27gpio: make gpio_{request,free}_array gpio array parameter constLars-Peter Clausen1-2/+2