index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
gpio.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'v5.3-rc7' into devel
Linus Walleij
2019-09-05
1
-24
/
+0
|
\
|
*
gpio: Fix build error of function redefinition
YueHaibing
2019-08-14
1
-24
/
+0
*
|
gpio: Move gpiochip_lock/unlock_as_irq to gpio/driver.h
YueHaibing
2019-08-23
1
-13
/
+0
|
/
*
gpio: Fix build warnings on undefined struct pinctrl_dev
Enrico Weigelt
2019-06-13
1
-0
/
+1
*
gpio.h: fix location of gpio legacy documentation
Mauro Carvalho Chehab
2018-07-02
1
-1
/
+1
*
gpio: Clarify that <linux/gpio.h> is legacy
Linus Walleij
2017-11-30
1
-0
/
+10
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
gpio: remove gpiod_sysfs_set_active_low
Johan Hovold
2015-05-12
1
-7
/
+0
*
gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irq
Alexandre Courbot
2014-10-28
1
-3
/
+4
*
Merge branch 'master' into for-next
Jiri Kosina
2014-02-20
1
-1
/
+0
|
\
|
*
gpio: Remove duplicate include of errno.h
Vishwanathrao Badarkhe, Manish
2013-11-25
1
-1
/
+0
*
|
gpio: update path to documentation
Richard Genoud
2014-02-20
1
-1
/
+1
|
/
*
Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2013-11-12
1
-11
/
+46
|
\
|
*
gpio: provide stubs for devres gpio functions
Linus Walleij
2013-10-29
1
-7
/
+27
|
*
gpiolib: export descriptor-based GPIO interface
Alexandre Courbot
2013-10-19
1
-4
/
+7
|
*
gpio: add API to be strict about GPIO IRQ usage
Linus Walleij
2013-10-16
1
-0
/
+12
*
|
pinctrl/gpio: non-linear GPIO ranges accesible from gpiolib
Christian Ruppert
2013-10-16
1
-0
/
+10
|
/
*
Convert selectors of GENERIC_GPIO to GPIOLIB
Alexandre Courbot
2013-04-16
1
-3
/
+3
*
gpio: devm_gpio_* support should not depend on GPIOLIB
Shawn Guo
2013-01-22
1
-20
/
+8
*
gpiolib: rename pin range arguments
Linus Walleij
2012-11-21
1
-1
/
+1
*
gpiolib: let gpiochip_add_pin_range() specify offset
Linus Walleij
2012-11-21
1
-1
/
+2
*
gpiolib: iron out include ladder mistakes
Linus Walleij
2012-11-11
1
-4
/
+3
*
gpiolib: separation of pin concerns
Linus Walleij
2012-11-11
1
-1
/
+1
*
gpiolib: fix up function prototypes etc
Linus Walleij
2012-11-11
1
-6
/
+18
*
gpiolib: provide provision to register pin ranges
Shiraz Hashim
2012-11-11
1
-0
/
+3
*
gpio: fix bits conflict for gpio flags
Laxman Dewangan
2012-07-05
1
-2
/
+2
*
gpiolib: Implement devm_gpio_request_one()
Mark Brown
2012-05-18
1
-0
/
+6
*
gpiolib/arches: Centralise bolierplate asm/gpio.h
Mark Brown
2012-05-11
1
-0
/
+34
*
gpiolib: Add !CONFIG_GPIOLIB definitions of devm_ functions
Mark Brown
2012-04-05
1
-0
/
+14
*
gpio: add flags to export GPIOs when requesting
Wolfram Sang
2012-04-05
1
-0
/
+5
*
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2012-03-28
1
-0
/
+6
|
\
|
*
gpio: gpiolib: Support for open source/emitter gpios
Laxman Dewangan
2012-03-05
1
-0
/
+3
|
*
gpio: gpiolib: Support for open drain/collector gpios
Laxman Dewangan
2012-03-05
1
-0
/
+3
*
|
BUG: headers with BUG/BUG_ON etc. need linux/bug.h
Paul Gortmaker
2012-03-04
1
-0
/
+1
|
/
*
gpiolib: Ensure struct gpio is always defined
Mark Brown
2011-10-24
1
-10
/
+12
*
gpio: add GPIOF_ values regardless on kconfig settings
Randy Dunlap
2011-06-16
1
-0
/
+11
*
gpio: make gpio_{request,free}_array gpio array parameter const
Lars-Peter Clausen
2011-05-27
1
-2
/
+2
*
gpio: Convert gpio_is_valid to return bool
Joe Perches
2011-05-26
1
-2
/
+2
*
include/gpio.h: remove remaining __must_check-annotiations
Wolfram Sang
2011-01-14
1
-2
/
+2
*
Revert "gpiolib: annotate gpio-intialization with __must_check"
Linus Torvalds
2011-01-13
1
-3
/
+3
*
gpiolib: add missing functions to generic fallback
Wolfram Sang
2011-01-13
1
-0
/
+20
*
gpiolib: annotate gpio-intialization with __must_check
Wolfram Sang
2011-01-13
1
-3
/
+3
*
gpiolib: Add 'struct gpio_chip' forward declaration for !GPIOLIB case
Anton Vorontsov
2010-09-01
1
-0
/
+1
*
gpiolib: introduce set_debounce method
Felipe Balbi
2010-05-27
1
-0
/
+5
*
gpiolib: add support for changing value polarity in sysfs
Jani Nikula
2009-12-16
1
-0
/
+6
*
gpiolib: allow exported GPIO nodes to be named using sysfs links
Jani Nikula
2009-09-23
1
-0
/
+11
*
gpio_free might sleep, generic part
Uwe Kleine-König
2008-10-16
1
-0
/
+3
*
gpio: sysfs interface
David Brownell
2008-07-25
1
-0
/
+13
*
gpio: build fixes
David Brownell
2008-05-24
1
-0
/
+3
*
gpio: <linux/gpio.h> and "no GPIO support here" stubs
David Brownell
2008-03-04
1
-0
/
+95