index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
gpio: tag line labels used for interrupts
Linus Walleij
2016-11-15
1
-2
/
+18
|
*
|
gpio: clamp values on gpio[d]_direction_output()
Linus Walleij
2016-11-15
1
-5
/
+8
|
*
|
gpio: htc-egpio: read output value from cache
Linus Walleij
2016-11-13
1
-4
/
+8
|
*
|
gpio: htc-egpio: add .get_direction() support
Linus Walleij
2016-11-12
1
-0
/
+10
|
*
|
ACPI / gpio: avoid warning for gpio hogging code
Arnd Bergmann
2016-11-09
1
-4
/
+4
|
*
|
gpio: davinci: Use unique labels for each gpio chip
Axel Haslam
2016-11-09
1
-1
/
+6
|
*
|
gpio: htc-egpio: Make it explicitly non-modular
Paul Gortmaker
2016-11-04
1
-30
/
+2
|
*
|
gpio: of: add missing of_node_put() in of_gpiochip_scan_gpios()
Wei Yongjun
2016-10-31
1
-1
/
+3
|
*
|
ACPI / gpio: make acpi_gpiochip_parse_own_gpio static
Wei Yongjun
2016-10-31
1
-3
/
+3
|
*
|
ACPI / gpio: add missing fwnode_handle_put() in acpi_gpiochip_scan_gpios()
Wei Yongjun
2016-10-31
1
-0
/
+1
|
*
|
gpio: gpiolib-devprop: Check chip->parent pointer before dereferencing
Thor Thayer
2016-10-25
1
-0
/
+5
|
*
|
gpio: altera-a10sr: Drop unnecessary gpiochip_remove
Wei Yongjun
2016-10-25
1
-10
/
+0
|
*
|
Merge branch 'ib-sx150x' of /home/linus/linux-pinctrl into devel
Linus Walleij
2016-10-24
3
-801
/
+5
|
|
\
\
|
|
*
|
pinctrl: Add SX150X GPIO Extender Pinctrl Driver
Neil Armstrong
2016-10-24
3
-801
/
+5
|
|
|
/
|
*
|
gpio: mxs: fix duplicate level interrupts
Sascha Hauer
2016-10-24
1
-9
/
+29
|
*
|
gpio: mxs: use enable/disable regs to (un)mask irqs
Sascha Hauer
2016-10-24
1
-3
/
+4
|
*
|
ACPI / gpio: Add support for naming GPIOs
Mika Westerberg
2016-10-24
1
-0
/
+3
|
*
|
gpio: Rework of_gpiochip_set_names() to use device property accessors
Mika Westerberg
2016-10-24
4
-46
/
+66
|
*
|
ACPI / gpio: Add hogging support
Mika Westerberg
2016-10-24
1
-0
/
+71
|
*
|
ACPI / gpio: Allow holes in list of GPIOs for a device
Mika Westerberg
2016-10-24
1
-11
/
+21
|
*
|
gpio: pca953x: Add MAX7318 compatible
Marek Vasut
2016-10-24
1
-0
/
+2
|
*
|
gpio: ts4900: Add hardware dependencies
Jean Delvare
2016-10-24
1
-0
/
+1
|
*
|
gpio: altera-a10sr: Add A10 System Resource Chip GPIO support.
Thor Thayer
2016-10-24
3
-0
/
+149
|
*
|
gpio: merrifield: set default handler to be handle_bad_irq()
Andy Shevchenko
2016-10-24
1
-1
/
+1
|
*
|
gpio: max77620: Remove unused fields from struct max77620_gpio
Axel Lin
2016-10-24
1
-8
/
+2
|
|
/
*
|
gpio: Remove GPIO_DEVRES option
Keno Fischer
2016-11-16
2
-5
/
+1
*
|
gpio: tc3589x: fix up .get_direction()
Linus Walleij
2016-11-15
1
-1
/
+1
*
|
gpio: do not double-check direction on sleeping chips
Linus Walleij
2016-11-15
1
-2
/
+5
*
|
gpio: pca953x: Move memcpy into mutex lock for set multiple
Phil Reid
2016-11-08
1
-2
/
+1
*
|
gpio: pca953x: Fix corruption of other gpios in set_multiple.
Phil Reid
2016-11-08
1
-0
/
+1
*
|
gpio/mvebu: Use irq_domain_add_linear
Jason Gunthorpe
2016-11-01
1
-49
/
+43
*
|
gpio: of: fix GPIO drivers with multiple gpio_chip for a single node
Masahiro Yamada
2016-10-31
1
-5
/
+9
*
|
gpio: GPIO_GET_LINE{HANDLE,EVENT}_IOCTL: Fix file descriptor leak
Lars-Peter Clausen
2016-10-31
1
-12
/
+45
*
|
gpio: mpc8xxx: Correct irq handler function
Liu Gang
2016-10-24
1
-1
/
+1
*
|
gpio: ath79: Fix module autoload
Javier Martinez Canillas
2016-10-24
1
-0
/
+1
*
|
gpio: ts4800: Fix module autoload
Javier Martinez Canillas
2016-10-21
1
-0
/
+1
*
|
gpio: GPIO_GET_LINEEVENT_IOCTL: Reject invalid line and event flags
Lars-Peter Clausen
2016-10-21
1
-0
/
+11
*
|
gpio: GPIO_GET_LINEHANDLE_IOCTL: Reject invalid line flags
Lars-Peter Clausen
2016-10-21
1
-0
/
+13
*
|
gpio: GPIOHANDLE_GET_LINE_VALUES_IOCTL: Fix information leak
Lars-Peter Clausen
2016-10-21
1
-0
/
+2
*
|
gpio: GPIO_GET_LINEEVENT_IOCTL: Validate line offset
Lars-Peter Clausen
2016-10-21
1
-0
/
+5
*
|
gpio: GPIOHANDLE_GET_LINE_VALUES_IOCTL: Fix information leak
Lars-Peter Clausen
2016-10-21
1
-0
/
+2
*
|
gpio: GPIO_GET_LINEHANDLE_IOCTL: Validate line offset
Lars-Peter Clausen
2016-10-21
1
-0
/
+5
*
|
gpio: GPIO_GET_CHIPINFO_IOCTL: Fix information leak
Lars-Peter Clausen
2016-10-21
1
-0
/
+2
*
|
gpio: GPIO_GET_CHIPINFO_IOCTL: Fix line offset validation
Lars-Peter Clausen
2016-10-21
1
-1
/
+1
*
|
gpio / ACPI: fix returned error from acpi_dev_gpio_irq_get()
David Arcari
2016-10-20
1
-2
/
+5
*
|
gpio: mockup: add sysfs dependency
Arnd Bergmann
2016-10-20
1
-1
/
+1
*
|
gpio: stmpe: || vs && typo
Dan Carpenter
2016-10-20
1
-1
/
+1
*
|
gpio: mxs: Unmap region obtained by of_iomap
Arvind Yadav
2016-10-20
1
-2
/
+6
|
/
*
gpio: pca953x: add a comment explaining the need for a lockdep subclass
Bartosz Golaszewski
2016-10-11
1
-0
/
+16
*
Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
2016-10-07
1
-7
/
+9
|
\
[prev]
[next]