aboutsummaryrefslogtreecommitdiff
path: root/include/linux/gpio.h
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-26gpio: Convert gpio_is_valid to return boolGravatar Joe Perches 1-2/+2
2011-01-14include/gpio.h: remove remaining __must_check-annotiationsGravatar Wolfram Sang 1-2/+2
2011-01-13Revert "gpiolib: annotate gpio-intialization with __must_check"Gravatar Linus Torvalds 1-3/+3
2011-01-13gpiolib: add missing functions to generic fallbackGravatar Wolfram Sang 1-0/+20
2011-01-13gpiolib: annotate gpio-intialization with __must_checkGravatar Wolfram Sang 1-3/+3
2010-09-01gpiolib: Add 'struct gpio_chip' forward declaration for !GPIOLIB caseGravatar Anton Vorontsov 1-0/+1
2010-05-27gpiolib: introduce set_debounce methodGravatar Felipe Balbi 1-0/+5
2009-12-16gpiolib: add support for changing value polarity in sysfsGravatar Jani Nikula 1-0/+6
2009-09-23gpiolib: allow exported GPIO nodes to be named using sysfs linksGravatar Jani Nikula 1-0/+11
2008-10-16gpio_free might sleep, generic partGravatar Uwe Kleine-König 1-0/+3
2008-07-25gpio: sysfs interfaceGravatar David Brownell 1-0/+13
2008-05-24gpio: build fixesGravatar David Brownell 1-0/+3
2008-03-04gpio: <linux/gpio.h> and "no GPIO support here" stubsGravatar David Brownell 1-0/+95