index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
gpio.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-12
Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
1
-11
/
+46
2013-10-30
gpio: provide stubs for devres gpio functions
Linus Walleij
1
-7
/
+27
2013-10-20
gpiolib: export descriptor-based GPIO interface
Alexandre Courbot
1
-4
/
+7
2013-10-16
pinctrl/gpio: non-linear GPIO ranges accesible from gpiolib
Christian Ruppert
1
-0
/
+10
2013-10-16
gpio: add API to be strict about GPIO IRQ usage
Linus Walleij
1
-0
/
+12
2013-04-16
Convert selectors of GENERIC_GPIO to GPIOLIB
Alexandre Courbot
1
-3
/
+3
2013-01-22
gpio: devm_gpio_* support should not depend on GPIOLIB
Shawn Guo
1
-20
/
+8
2012-11-21
gpiolib: rename pin range arguments
Linus Walleij
1
-1
/
+1
2012-11-21
gpiolib: let gpiochip_add_pin_range() specify offset
Linus Walleij
1
-1
/
+2
2012-11-11
gpiolib: iron out include ladder mistakes
Linus Walleij
1
-4
/
+3
2012-11-11
gpiolib: separation of pin concerns
Linus Walleij
1
-1
/
+1
2012-11-11
gpiolib: fix up function prototypes etc
Linus Walleij
1
-6
/
+18
2012-11-11
gpiolib: provide provision to register pin ranges
Shiraz Hashim
1
-0
/
+3
2012-07-05
gpio: fix bits conflict for gpio flags
Laxman Dewangan
1
-2
/
+2
2012-05-19
gpiolib: Implement devm_gpio_request_one()
Mark Brown
1
-0
/
+6
2012-05-12
gpiolib/arches: Centralise bolierplate asm/gpio.h
Mark Brown
1
-0
/
+34
2012-04-06
gpiolib: Add !CONFIG_GPIOLIB definitions of devm_ functions
Mark Brown
1
-0
/
+14
2012-04-06
gpio: add flags to export GPIOs when requesting
Wolfram Sang
1
-0
/
+5
2012-03-29
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-0
/
+6
2012-03-05
gpio: gpiolib: Support for open source/emitter gpios
Laxman Dewangan
1
-0
/
+3
2012-03-05
gpio: gpiolib: Support for open drain/collector gpios
Laxman Dewangan
1
-0
/
+3
2012-03-05
BUG: headers with BUG/BUG_ON etc. need linux/bug.h
Paul Gortmaker
1
-0
/
+1
2011-10-24
gpiolib: Ensure struct gpio is always defined
Mark Brown
1
-10
/
+12
2011-06-16
gpio: add GPIOF_ values regardless on kconfig settings
Randy Dunlap
1
-0
/
+11
2011-05-28
gpio: make gpio_{request,free}_array gpio array parameter const
Lars-Peter Clausen
1
-2
/
+2
2011-05-27
gpio: Convert gpio_is_valid to return bool
Joe Perches
1
-2
/
+2
2011-01-14
include/gpio.h: remove remaining __must_check-annotiations
Wolfram Sang
1
-2
/
+2
2011-01-14
Revert "gpiolib: annotate gpio-intialization with __must_check"
Linus Torvalds
1
-3
/
+3
2011-01-13
gpiolib: add missing functions to generic fallback
Wolfram Sang
1
-0
/
+20
2011-01-13
gpiolib: annotate gpio-intialization with __must_check
Wolfram Sang
1
-3
/
+3
2010-09-01
gpiolib: Add 'struct gpio_chip' forward declaration for !GPIOLIB case
Anton Vorontsov
1
-0
/
+1
2010-05-27
gpiolib: introduce set_debounce method
Felipe Balbi
1
-0
/
+5
2009-12-16
gpiolib: add support for changing value polarity in sysfs
Jani Nikula
1
-0
/
+6
2009-09-23
gpiolib: allow exported GPIO nodes to be named using sysfs links
Jani Nikula
1
-0
/
+11
2008-10-16
gpio_free might sleep, generic part
Uwe Kleine-König
1
-0
/
+3
2008-07-25
gpio: sysfs interface
David Brownell
1
-0
/
+13
2008-05-24
gpio: build fixes
David Brownell
1
-0
/
+3
2008-03-05
gpio: <linux/gpio.h> and "no GPIO support here" stubs
David Brownell
1
-0
/
+95