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.12.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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-16
gpio: Remove double "base" in comment
Geert Uytterhoeven
1
-1
/
+1
2015-07-02
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...
Linus Torvalds
1
-0
/
+15
2015-06-01
gpiolib: rename gpiod_set_array to gpiod_set_array_value
Rojhalat Ibrahim
1
-18
/
+19
2015-05-25
gpiolib: Add missing dummies for the unified device properties interface
Geert Uytterhoeven
1
-0
/
+15
2015-05-14
gpio: discourage passing base to gpio_chip
Linus Walleij
1
-2
/
+6
2015-05-13
gpiolib: cleanup chained handler and data
Dmitry Eremin-Solenikov
1
-0
/
+1
2015-05-12
gpio: remove gpiod_sysfs_set_active_low
Johan Hovold
1
-6
/
+0
2015-05-12
gpio: sysfs: clean up chip class-device handling
Johan Hovold
1
-2
/
+2
2015-03-19
gpio: move pincontrol calls to <linux/gpio/driver.h>
Linus Walleij
1
-0
/
+48
2015-03-05
gpiolib: add devm_gpiod_get_array and devm_gpiod_put_array functions
Rojhalat Ibrahim
1
-0
/
+30
2015-03-05
gpiolib: add gpiod_get_array and gpiod_put_array functions
Rojhalat Ibrahim
1
-0
/
+46
2015-03-04
gpio: add parameter to allow the use named gpios
Olliver Schinagl
1
-0
/
+1
2015-01-15
gpio: Make the vararg hacks not pass magic values
Olliver Schinagl
1
-8
/
+9
2014-12-15
Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2
-3
/
+45
2014-11-28
gpio: remove const modifier from gpiod_get_direction()
Alexandre Courbot
1
-1
/
+1
2014-11-27
gpiolib: allow simultaneous setting of multiple GPIO outputs
Rojhalat Ibrahim
2
-0
/
+42
2014-11-04
gpio: Support for unified device properties interface
Mika Westerberg
1
-0
/
+7
2014-10-28
gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irq
Alexandre Courbot
1
-2
/
+2
2014-10-09
Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
1
-2
/
+6
2014-10-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-2
/
+2
2014-09-24
gpiolib: add irq_not_threaded flag to gpio_chip
Octavian Purdila
1
-0
/
+3
2014-09-23
gpio: gpiolib: set gpiochip_remove retval to void
abdoulaye berthe
1
-1
/
+1
2014-09-05
gpio: fix 'CONFIG_GPIO_IRQCHIP' comments
Paul Bolle
1
-2
/
+2
2014-09-02
gpio: move varargs hack outside #ifdef GPIOLIB
Linus Walleij
1
-45
/
+60
2014-08-29
gpio: change gpiochip_request_own_desc() prototype
Alexandre Courbot
1
-1
/
+2
2014-08-21
gpio: move GPIOD flags outside #ifdef
Linus Walleij
1
-2
/
+2
2014-08-07
gpio: add missing includes in machine.h
Alexandre Courbot
1
-0
/
+3
2014-07-28
gpio: add flags argument to gpiod_get*() functions
Alexandre Courbot
1
-16
/
+65
2014-07-28
gpio: split gpiod board registration into machine header
Linus Walleij
2
-54
/
+58
2014-07-24
gpiolib: Export gpiochip_request_own_desc and gpiochip_free_own_desc
Guenter Roeck
1
-0
/
+3
2014-07-23
gpio: remove gpiod_lock/unlock_as_irq()
Alexandre Courbot
1
-2
/
+2
2014-07-23
gpio: make gpiochip_get_desc() gpiolib-private
Alexandre Courbot
1
-3
/
+0
2014-07-23
gpio: drop retval check enforcing from gpiochip_remove()
Linus Walleij
1
-1
/
+1
2014-05-16
gpio: include linux/bug.h in interface header
Arnd Bergmann
1
-0
/
+1
2014-05-09
gpio: Add helpers for optional GPIOs
Thierry Reding
1
-0
/
+40
2014-04-28
gpio: support threaded interrupts in irqchip helpers
Linus Walleij
1
-1
/
+4
2014-03-28
gpio: unmap gpio irqs properly
Linus Walleij
1
-0
/
+1
2014-03-26
gpio: add IRQ chip helpers in gpiolib
Linus Walleij
1
-0
/
+29
2014-03-14
Merge tag 'v3.14-rc6' into devel
Linus Walleij
1
-2
/
+2
2014-02-12
gpiolib: add gpiochip_get_desc() driver function
Alexandre Courbot
2
-8
/
+18
2014-02-07
gpio: make gpiod_direction_output take a logical value
Philipp Zabel
1
-0
/
+7
2014-02-06
gpio: consumer.h: Move forward declarations outside #ifdef
Lars-Peter Clausen
1
-2
/
+2
2013-12-09
gpiolib: convert gpiod_lookup description to kernel-doc
Andy Shevchenko
1
-17
/
+9
2013-12-09
gpio: better lookup method for platform GPIOs
Alexandre Courbot
1
-11
/
+10
2013-12-09
Merge tag 'v3.13-rc3' into devel
Linus Walleij
1
-2
/
+12
2013-12-04
gpio/pinctrl: make gpio_chip members typed boolean
Linus Walleij
1
-4
/
+5
2013-12-03
gpiolib: add missing declarations
Alexandre Courbot
1
-0
/
+3
2013-11-25
gpiolib: use dedicated flags for GPIO properties
Alexandre Courbot
1
-2
/
+9
2013-10-30
gpiolib: provide a declaration of seq_file in gpio/driver.h
Stephen Rothwell
1
-0
/
+1
2013-10-20
gpiolib: add gpiod_get() and gpiod_put() functions
Alexandre Courbot
2
-0
/
+71
[next]