index
:
Linux Stable
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.12.y
linux-6.13.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
/
drivers
/
gpio
/
gpiolib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpio: convert to idr_alloc()
Tejun Heo
2013-02-27
1
-8
/
+3
*
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
2013-02-26
1
-308
/
+451
|
\
|
*
gpiolib: Fix locking on gpio debugfs files
Grant Likely
2013-02-11
1
-3
/
+9
|
*
gpiolib: let gpio_chip reference its descriptors
Alexandre Courbot
2013-02-11
1
-16
/
+23
|
*
gpiolib: use descriptors internally
Alexandre Courbot
2013-02-11
1
-176
/
+338
|
*
gpiolib: use gpio_chips list in gpiochip_find_base
Alexandre Courbot
2013-02-09
1
-21
/
+16
|
*
gpiolib: use gpio_chips list in sysfs ops
Alexandre Courbot
2013-02-09
1
-27
/
+10
|
*
gpiolib: use gpio_chips list in gpiochip_find
Alexandre Courbot
2013-02-09
1
-10
/
+7
|
*
gpiolib: use gpio_chips list in gpiolib_sysfs_init
Alexandre Courbot
2013-02-09
1
-5
/
+2
|
*
gpiolib: link all gpio_chips using a list
Alexandre Courbot
2013-02-09
1
-7
/
+44
|
*
gpiolib: add missing braces in gpio_direction_show
Alexandre Courbot
2013-02-04
1
-2
/
+3
|
*
gpiolib: remove gpiochip_reserve()
Alexandre Courbot
2013-02-04
1
-50
/
+8
*
|
driver-core: constify data for class_find_device()
Michał Mirosław
2013-02-06
1
-1
/
+1
|
/
*
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2012-12-11
1
-40
/
+84
|
\
|
*
gpiolib: unlock on error in gpio_export()
Dan Carpenter
2012-10-26
1
-1
/
+2
|
*
gpiolib: add gpio get direction callback support
Mathias Nyman
2012-10-26
1
-1
/
+37
|
*
gpiolib: Refactor gpio_export
Ryan Mallon
2012-10-23
1
-39
/
+46
*
|
gpiolib: Fix use after free in gpiochip_add_pin_range
Axel Lin
2012-11-21
1
-1
/
+3
*
|
gpiolib: rename pin range arguments
Linus Walleij
2012-11-21
1
-9
/
+10
*
|
gpiolib: return any error code from range creation
Linus Walleij
2012-11-21
1
-1
/
+2
*
|
gpiolib: rename find_pinctrl_*
Linus Walleij
2012-11-21
1
-1
/
+1
*
|
gpiolib: let gpiochip_add_pin_range() specify offset
Linus Walleij
2012-11-21
1
-3
/
+29
*
|
gpiolib: separation of pin concerns
Linus Walleij
2012-11-11
1
-3
/
+5
*
|
gpiolib: call pin removal in chip removal function
Linus Walleij
2012-11-11
1
-0
/
+1
*
|
gpiolib: fix up function prototypes etc
Linus Walleij
2012-11-11
1
-5
/
+5
*
|
gpiolib: provide provision to register pin ranges
Shiraz Hashim
2012-11-11
1
-0
/
+43
*
|
gpiolib: Don't return -EPROBE_DEFER to sysfs, or for invalid gpios
Mathias Nyman
2012-10-26
1
-3
/
+7
|
/
*
gpiolib: Use seq_file's iterator interface
Thierry Reding
2012-08-17
1
-28
/
+74
*
gpiolib: Defer failed gpio requests by default
Mark Brown
2012-07-17
1
-1
/
+1
*
gpiolib: Remove 'const' from data argument of gpiochip_find()
Grant Likely
2012-05-18
1
-1
/
+1
*
gpiolib: quiet gpiochip_add boot message noise
H Hartley Sweeten
2012-05-18
1
-1
/
+1
*
gpio: Adjust of_xlate API to support multiple GPIO chips
Grant Likely
2012-05-18
1
-1
/
+1
*
gpio: add flags to export GPIOs when requesting
Wolfram Sang
2012-04-05
1
-1
/
+11
*
gpiolib: Add comments explaining the _cansleep() WARN_ON()s
Mark Brown
2012-03-05
1
-0
/
+2
*
gpio: gpiolib: Support for open source/emitter gpios
Laxman Dewangan
2012-03-05
1
-0
/
+39
*
gpio: gpiolib: Support for open drain/collector gpios
Laxman Dewangan
2012-03-05
1
-2
/
+42
*
gpio: constify the data parameter to gpiochip_find()
Grant Likely
2012-03-02
1
-2
/
+3
*
Fix circular locking dependency (3.3-rc2)
Ming Lei
2012-02-15
1
-3
/
+5
*
gpio/powerpc: Eliminate duplication of of_get_named_gpio_flags()
Grant Likely
2011-12-12
1
-1
/
+1
*
gpiolib: output basic details and consolidate gpio device drivers
Grant Likely
2011-12-12
1
-0
/
+4
*
gpio: make gpio_{request,free}_array gpio array parameter const
Lars-Peter Clausen
2011-05-27
1
-2
/
+2
*
gpio: add trace events for setting direction and value
Uwe Kleine-König
2011-05-20
1
-2
/
+16
*
gpiolib: export gpiochip_find
Jean Delvare
2011-05-20
1
-0
/
+1
*
arm/gpio: Remove three copies of broken and racy debug code
Thomas Gleixner
2011-03-25
1
-45
/
+0
*
gpiolib: gpio_request_one(): add missing gpio_free()
Aaro Koskinen
2010-12-22
1
-0
/
+3
*
gpiolib: allow nested threaded irqs for poll(2)
Daniel Gl?ckner
2010-08-11
1
-2
/
+2
*
gpiolib: get rid of struct poll_desc and worklet
Daniel Gl?ckner
2010-08-11
1
-53
/
+27
*
gpiolib: decouple might_sleep_if() from DEBUG
David Brownell
2010-08-11
1
-6
/
+6
*
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2010-08-05
1
-6
/
+49
|
\
|
*
of/gpio: add default of_xlate function if device has a node pointer
Anton Vorontsov
2010-07-05
1
-0
/
+5
[next]