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.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-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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpio: of: fix GPIO drivers with multiple gpio_chip for a single node
Masahiro Yamada
2016-11-18
1
-5
/
+9
*
gpio/mvebu: Use irq_domain_add_linear
Jason Gunthorpe
2016-11-18
1
-49
/
+43
*
gpio: GPIO_GET_LINE{HANDLE,EVENT}_IOCTL: Fix file descriptor leak
Lars-Peter Clausen
2016-11-10
1
-12
/
+45
*
gpio: GPIOHANDLE_GET_LINE_VALUES_IOCTL: Fix another information leak
Lars-Peter Clausen
2016-11-10
1
-0
/
+2
*
gpio: GPIO_GET_LINEEVENT_IOCTL: Reject invalid line and event flags
Lars-Peter Clausen
2016-11-10
1
-0
/
+11
*
gpio: GPIO_GET_LINEHANDLE_IOCTL: Reject invalid line flags
Lars-Peter Clausen
2016-11-10
1
-0
/
+13
*
gpio: GPIO_GET_LINEEVENT_IOCTL: Validate line offset
Lars-Peter Clausen
2016-11-10
1
-0
/
+5
*
gpio: GPIOHANDLE_GET_LINE_VALUES_IOCTL: Fix information leak
Lars-Peter Clausen
2016-11-10
1
-0
/
+2
*
gpio: GPIO_GET_LINEHANDLE_IOCTL: Validate line offset
Lars-Peter Clausen
2016-11-10
1
-0
/
+5
*
gpio: GPIO_GET_CHIPINFO_IOCTL: Fix information leak
Lars-Peter Clausen
2016-11-10
1
-0
/
+2
*
gpio: GPIO_GET_CHIPINFO_IOCTL: Fix line offset validation
Lars-Peter Clausen
2016-11-10
1
-1
/
+1
*
gpio / ACPI: fix returned error from acpi_dev_gpio_irq_get()
David Arcari
2016-11-10
1
-2
/
+5
*
gpio: mpc8xxx: Correct irq handler function
Liu Gang
2016-10-28
1
-1
/
+1
*
gpio: sa1100: fix irq probing for ucb1x00
Russell King
2016-09-08
1
-1
/
+1
*
gpio: mcp23s08: make driver depend on OF_GPIO
Linus Walleij
2016-09-08
2
-1
/
+2
*
Revert "gpio: include <linux/io-mapping.h> in gpiolib-of"
Linus Walleij
2016-09-08
1
-1
/
+0
*
gpio: make any OF dependent driver depend on OF_GPIO
Linus Walleij
2016-08-19
1
-5
/
+5
*
gpio: Fix OF build problem on UM
Linus Walleij
2016-08-19
1
-0
/
+1
*
gpio: max730x: set gpiochip data pointer before using it
Christophe Leroy
2016-08-10
1
-4
/
+4
*
Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2016-07-26
33
-157
/
+1573
|
\
|
*
gpio: dwapb: add missing fwnode_handle_put() in dwapb_gpio_get_pdata()
Wei Yongjun
2016-07-22
1
-0
/
+1
|
*
gpio: merrifield: Protect irq_ack() and gpio_set() by lock
Andy Shevchenko
2016-07-22
1
-0
/
+11
|
*
gpio: merrifield: Introduce GPIO driver to support Merrifield
Andy Shevchenko
2016-07-22
3
-0
/
+441
|
*
gpio: intel-mid: Make it depend to X86_INTEL_MID
Andy Shevchenko
2016-07-22
1
-3
/
+3
|
*
gpio: intel-mid: Sort header block alphabetically
Andy Shevchenko
2016-07-22
1
-8
/
+8
|
*
gpio: intel-mid: Remove potentially harmful code
Andy Shevchenko
2016-07-22
1
-19
/
+0
|
*
gpio: rcar: add R8A7792 support
Sergei Shtylyov
2016-07-22
1
-0
/
+3
|
*
gpiolib: remove duplicated include from gpiolib.c
Wei Yongjun
2016-07-22
1
-1
/
+0
|
*
Revert "gpio: convince line to become input in irq helper"
Linus Walleij
2016-07-06
1
-19
/
+0
|
*
gpiolib: of_find_gpio(): Don't discard errors
Lars-Peter Clausen
2016-07-06
1
-1
/
+1
|
*
gpio: of: Allow overriding the device node
Thierry Reding
2016-07-06
1
-4
/
+5
|
*
gpio: free handles in fringe cases
Linus Walleij
2016-07-04
1
-4
/
+8
|
*
gpio: tps65218: Add platform_device_id table
Keerthy
2016-07-04
1
-0
/
+7
|
*
gpio: max77620: get gpio value based on direction
Venkat Reddy Talla
2016-07-04
1
-1
/
+4
|
*
gpio: lynxpoint: avoid potential warning on error path
Andy Shevchenko
2016-06-23
1
-1
/
+0
|
*
gpio: intel-mid: switch to devm_gpiochip_add_data()
Andy Shevchenko
2016-06-23
1
-1
/
+1
|
*
gpio: 74x164: Use spi_write() helper instead of open coding
Geert Uytterhoeven
2016-06-23
1
-7
/
+2
|
*
gpio: of: factor out common code to a new helper function
Masahiro Yamada
2016-06-23
1
-19
/
+18
|
*
gpio: of: remove of_gpiochip_and_xlate() and struct gg_data
Masahiro Yamada
2016-06-23
1
-46
/
+35
|
*
gpio: of: move chip->of_gpio_n_cells checking to of_gpiochip_add()
Masahiro Yamada
2016-06-23
1
-1
/
+4
|
*
gpio: of: drop needless gpio_chip look-up in of_parse_own_gpio()
Masahiro Yamada
2016-06-23
1
-19
/
+20
|
*
gpio: of: optimize "gpios" property parsing of of_parse_own_gpio()
Masahiro Yamada
2016-06-23
1
-7
/
+5
|
*
gpio: convince line to become input in irq helper
Linus Walleij
2016-06-23
1
-0
/
+19
|
*
gpiolib: make lineevent_irq_thread static
Ben Dooks
2016-06-18
1
-1
/
+1
|
*
gpio: make the iterator point to last handle
Linus Walleij
2016-06-18
1
-0
/
+2
|
*
gpiolib: avoid uninitialized data in gpio kfifo
Arnd Bergmann
2016-06-16
1
-0
/
+2
|
*
gpio: userspace ABI for reading GPIO line events
Linus Walleij
2016-06-15
1
-0
/
+298
|
*
gpio: userspace ABI for reading/writing GPIO lines
Linus Walleij
2016-06-15
1
-0
/
+193
|
*
gpio: pca953x: enable driver on Intel Edison
Andy Shevchenko
2016-06-15
1
-0
/
+2
|
*
gpio: acpi: add _DEP support for Acer One 10
Rui Zhang
2016-06-15
1
-0
/
+1
[next]