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: pca953x: Switch to use device_get_match_data()
Andy Shevchenko
2019-08-02
1
-12
/
+8
|
|
*
|
|
|
gpio: mxc: Use devm_clk_get_optional instead of devm_clk_get
Anson Huang
2019-08-02
1
-6
/
+3
|
|
*
|
|
|
gpio: ixp4xx: remove redundant dev_err message
Ding Xiang
2019-07-31
1
-3
/
+1
|
|
*
|
|
|
gpio: em: use a helper variable for &pdev->dev
Bartosz Golaszewski
2019-07-22
1
-18
/
+19
|
|
|
|
/
/
|
|
|
/
|
|
|
*
|
|
|
gpio: zynq: Pass irqchip when adding gpiochip
Linus Walleij
2019-08-27
1
-16
/
+21
|
*
|
|
|
gpio: mt7621: Pass irqchip when adding gpiochip
Linus Walleij
2019-08-23
1
-16
/
+17
|
*
|
|
|
gpio: ftgpio: Fix an error handling path in 'ftgpio_gpio_probe()'
Christophe JAILLET
2019-08-23
1
-2
/
+4
|
*
|
|
|
gpio: aspeed: Add SGPIO driver
Hongwei Zhang
2019-08-23
1
-0
/
+533
|
*
|
|
|
gpio: tqmx86: Pass irqchip when adding gpiochip
Linus Walleij
2019-08-23
1
-17
/
+24
|
*
|
|
|
gpio: vf610: Pass irqchip when adding gpiochip
Linus Walleij
2019-08-23
1
-12
/
+14
|
*
|
|
|
gpio: zx: Pass irqchip when adding gpiochip
Linus Walleij
2019-08-23
1
-17
/
+17
|
*
|
|
|
gpio: mpc8xxx: add ls1088a platform special function
Song Hui
2019-08-23
1
-0
/
+1
|
*
|
|
|
gpio/ixp4xx: Register the base PA instead of its VA in fwnode
Marc Zyngier
2019-08-21
1
-1
/
+1
|
*
|
|
|
gpio: ftgpio: Move hardware initialization
Linus Walleij
2019-08-20
1
-4
/
+4
|
*
|
|
|
gpio: Use callback presence to determine need of valid_mask
Linus Walleij
2019-08-20
1
-3
/
+1
|
*
|
|
|
gpio: Pass mask and size with the init_valid_mask()
Linus Walleij
2019-08-20
1
-3
/
+5
|
*
|
|
|
gpio: mockup: don't depend twice on GPIOLIB
Uwe Kleine-König
2019-08-20
1
-1
/
+0
|
*
|
|
|
gpio: aspeed: Pass irqchip when adding gpiochip
Linus Walleij
2019-08-15
1
-31
/
+29
|
*
|
|
|
gpio: hlwd: Pass irqchip when adding gpiochip
Linus Walleij
2019-08-15
1
-28
/
+30
|
*
|
|
|
gpio: xlp: Pass irqchip when adding gpiochip
Linus Walleij
2019-08-15
1
-14
/
+15
|
*
|
|
|
gpio: cadence: Pass irqchip when adding gpiochip
Linus Walleij
2019-08-15
1
-15
/
+21
|
*
|
|
|
gpio: thunderx: Switch to GPIOLIB_IRQCHIP
Linus Walleij
2019-08-15
2
-107
/
+57
|
*
|
|
|
gpio: ixp4xx: Convert to hierarchical GPIOLIB_IRQCHIP
Linus Walleij
2019-08-15
2
-216
/
+63
|
*
|
|
|
gpio: Add support for hierarchical IRQ domains
Linus Walleij
2019-08-15
1
-12
/
+308
|
*
|
|
|
gpio: remove ks8695 driver
Arnd Bergmann
2019-08-10
2
-285
/
+0
|
*
|
|
|
gpio: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-08-05
10
-27
/
+8
|
*
|
|
|
gpio: madera: Add support for Cirrus Logic CS47L92
Charles Keepax
2019-08-05
1
-0
/
+5
|
*
|
|
|
gpio: madera: Add support for Cirrus Logic CS47L15
Richard Fitzgerald
2019-08-05
1
-0
/
+3
|
*
|
|
|
gpio: madera: Use local copy of pdata
Charles Keepax
2019-08-05
1
-2
/
+2
|
*
|
|
|
gpio: arizona: Use local copy of pdata
Charles Keepax
2019-08-05
1
-2
/
+2
|
*
|
|
|
gpio: viperboard: Replace 'unsigned' with 'unsigned int'
Hennie Muller
2019-08-05
1
-10
/
+10
|
*
|
|
|
gpio: refactor gpiochip_allocate_mask() with bitmap_alloc()
Masahiro Yamada
2019-08-03
1
-3
/
+3
|
*
|
|
|
gpio: mpc8xxx: Add ls1028a device specify function.
Song Hui
2019-08-03
1
-0
/
+31
|
*
|
|
|
gpio: of: Fix hard-assigned valid_mask for OF case
Stephen Boyd
2019-08-01
3
-5
/
+5
|
*
|
|
|
gpiolib-acpi: Move acpi_dev_add_driver_gpios() et al to consumer.h
Andy Shevchenko
2019-07-31
1
-0
/
+7
|
*
|
|
|
gpiolib: acpi: Split ACPI stuff to gpiolib-acpi.h
Andy Shevchenko
2019-07-31
7
-93
/
+109
|
*
|
|
|
gpio: max77650: add MODULE_ALIAS()
Bartosz Golaszewski
2019-07-29
1
-0
/
+1
|
*
|
|
|
gpio: of: Break out OF-only code
Linus Walleij
2019-07-28
4
-132
/
+167
|
*
|
|
|
gpio: bd70528: remove redundant assignment to variable ret
Colin Ian King
2019-07-28
1
-1
/
+1
|
*
|
|
|
gpio: bd70528: fix spelling misstake "debouce" -> "debounce"
Colin Ian King
2019-07-28
1
-1
/
+1
|
|
/
/
/
*
|
|
|
gpiolib: acpi: Add gpiolib_acpi_run_edge_events_on_boot option and blacklist
Hans de Goede
2019-09-11
1
-4
/
+38
*
|
|
|
gpiolib: of: fix fallback quirks handling
Dmitry Torokhov
2019-09-10
1
-18
/
+9
*
|
|
|
gpio: fix line flag validation in lineevent_create
Kent Gibson
2019-09-09
1
-5
/
+3
*
|
|
|
gpio: fix line flag validation in linehandle_create
Kent Gibson
2019-09-09
1
-0
/
+8
*
|
|
|
gpio: mockup: add missing single_release()
Wei Yongjun
2019-09-09
1
-0
/
+1
*
|
|
|
gpio: pca953x: use pca953x_read_regs instead of regmap_bulk_read
David Jander
2019-08-28
1
-6
/
+3
*
|
|
|
gpio: pca953x: correct type of reg_direction
David Jander
2019-08-28
1
-3
/
+3
|
|
/
/
|
/
|
|
*
|
|
gpio: Fix irqchip initialization order
Linus Walleij
2019-08-23
1
-15
/
+15
*
|
|
gpio: of: fix Freescale SPI CS quirk handling
Andreas Kemnade
2019-08-17
1
-1
/
+1
*
|
|
gpiolib: never report open-drain/source lines as 'input' to user-space
Bartosz Golaszewski
2019-08-14
1
-2
/
+4
|
|
/
|
/
|
[prev]
[next]