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
/
drivers
/
gpio
/
gpiolib.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-04
gpio: return -ENOTSUPP if debounce cannot be set
Linus Walleij
1
-2
/
+5
2013-09-03
gpio: improve error path in gpiolib
Linus Walleij
1
-16
/
+25
2013-07-21
gpiolib: replace strict_strtol() with kstrtol()
Jingoo Han
1
-4
/
+4
2013-06-20
gpiolib: remove warnning of allocations with IRQs disabled
Zhangfei Gao
1
-3
/
+5
2013-03-02
gpiolib: move comment to right function
Alexandre Courbot
1
-1
/
+1
2013-03-02
gpiolib: use const parameters when possible
Alexandre Courbot
1
-13
/
+16
2013-03-02
gpiolib: check descriptors validity before use
Alexandre Courbot
1
-47
/
+65
2013-02-28
gpio: convert to idr_alloc()
Tejun Heo
1
-8
/
+3
2013-02-26
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
1
-308
/
+451
2013-02-12
gpiolib: Fix locking on gpio debugfs files
Grant Likely
1
-3
/
+9
2013-02-12
gpiolib: let gpio_chip reference its descriptors
Alexandre Courbot
1
-16
/
+23
2013-02-12
gpiolib: use descriptors internally
Alexandre Courbot
1
-176
/
+338
2013-02-09
gpiolib: use gpio_chips list in gpiochip_find_base
Alexandre Courbot
1
-21
/
+16
2013-02-09
gpiolib: use gpio_chips list in sysfs ops
Alexandre Courbot
1
-27
/
+10
2013-02-09
gpiolib: use gpio_chips list in gpiochip_find
Alexandre Courbot
1
-10
/
+7
2013-02-09
gpiolib: use gpio_chips list in gpiolib_sysfs_init
Alexandre Courbot
1
-5
/
+2
2013-02-09
gpiolib: link all gpio_chips using a list
Alexandre Courbot
1
-7
/
+44
2013-02-07
driver-core: constify data for class_find_device()
Michał Mirosław
1
-1
/
+1
2013-02-05
gpiolib: add missing braces in gpio_direction_show
Alexandre Courbot
1
-2
/
+3
2013-02-05
gpiolib: remove gpiochip_reserve()
Alexandre Courbot
1
-50
/
+8
2012-12-12
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-40
/
+84
2012-11-21
gpiolib: Fix use after free in gpiochip_add_pin_range
Axel Lin
1
-1
/
+3
2012-11-21
gpiolib: rename pin range arguments
Linus Walleij
1
-9
/
+10
2012-11-21
gpiolib: return any error code from range creation
Linus Walleij
1
-1
/
+2
2012-11-21
gpiolib: rename find_pinctrl_*
Linus Walleij
1
-1
/
+1
2012-11-21
gpiolib: let gpiochip_add_pin_range() specify offset
Linus Walleij
1
-3
/
+29
2012-11-11
gpiolib: separation of pin concerns
Linus Walleij
1
-3
/
+5
2012-11-11
gpiolib: call pin removal in chip removal function
Linus Walleij
1
-0
/
+1
2012-11-11
gpiolib: fix up function prototypes etc
Linus Walleij
1
-5
/
+5
2012-11-11
gpiolib: provide provision to register pin ranges
Shiraz Hashim
1
-0
/
+43
2012-10-26
gpiolib: unlock on error in gpio_export()
Dan Carpenter
1
-1
/
+2
2012-10-26
gpiolib: Don't return -EPROBE_DEFER to sysfs, or for invalid gpios
Mathias Nyman
1
-3
/
+7
2012-10-26
gpiolib: add gpio get direction callback support
Mathias Nyman
1
-1
/
+37
2012-10-23
gpiolib: Refactor gpio_export
Ryan Mallon
1
-39
/
+46
2012-08-17
gpiolib: Use seq_file's iterator interface
Thierry Reding
1
-28
/
+74
2012-07-17
gpiolib: Defer failed gpio requests by default
Mark Brown
1
-1
/
+1
2012-05-19
gpiolib: Remove 'const' from data argument of gpiochip_find()
Grant Likely
1
-1
/
+1
2012-05-19
gpiolib: quiet gpiochip_add boot message noise
H Hartley Sweeten
1
-1
/
+1
2012-05-19
gpio: Adjust of_xlate API to support multiple GPIO chips
Grant Likely
1
-1
/
+1
2012-04-06
gpio: add flags to export GPIOs when requesting
Wolfram Sang
1
-1
/
+11
2012-03-05
gpiolib: Add comments explaining the _cansleep() WARN_ON()s
Mark Brown
1
-0
/
+2
2012-03-05
gpio: gpiolib: Support for open source/emitter gpios
Laxman Dewangan
1
-0
/
+39
2012-03-05
gpio: gpiolib: Support for open drain/collector gpios
Laxman Dewangan
1
-2
/
+42
2012-03-03
gpio: constify the data parameter to gpiochip_find()
Grant Likely
1
-2
/
+3
2012-02-16
Fix circular locking dependency (3.3-rc2)
Ming Lei
1
-3
/
+5
2011-12-13
gpio/powerpc: Eliminate duplication of of_get_named_gpio_flags()
Grant Likely
1
-1
/
+1
2011-12-13
gpiolib: output basic details and consolidate gpio device drivers
Grant Likely
1
-0
/
+4
2011-05-28
gpio: make gpio_{request,free}_array gpio array parameter const
Lars-Peter Clausen
1
-2
/
+2
2011-05-20
gpio: add trace events for setting direction and value
Uwe Kleine-König
1
-2
/
+16
2011-05-20
gpiolib: export gpiochip_find
Jean Delvare
1
-0
/
+1
[next]