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
...
|
*
|
|
|
|
gpiolib: of: make fwnode take precedence in struct gpio_chip
Bartosz Golaszewski
2021-12-17
1
-0
/
+3
|
*
|
|
|
|
gpiolib: allow to specify the firmware node in struct gpio_chip
Bartosz Golaszewski
2021-12-17
1
-1
/
+6
|
*
|
|
|
|
gpiolib: provide gpiod_remove_hogs()
Bartosz Golaszewski
2021-12-17
1
-0
/
+11
|
*
|
|
|
|
gpio: aspeed-sgpio: Convert aspeed_sgpio.lock to raw_spinlock
Iwona Winiarska
2021-12-10
1
-16
/
+16
|
*
|
|
|
|
gpio: aspeed: Convert aspeed_gpio.lock to raw_spinlock
Iwona Winiarska
2021-12-10
1
-26
/
+26
|
*
|
|
|
|
gpiolib: check the 'ngpios' property in core gpiolib code
Bartosz Golaszewski
2021-12-06
1
-0
/
+21
|
*
|
|
|
|
gpiolib: improve coding style for local variables
Bartosz Golaszewski
2021-12-06
1
-4
/
+4
|
*
|
|
|
|
gpio: xlp: Fix build errors from Netlogic XLP removal
Rob Herring
2021-12-03
1
-3
/
+2
|
*
|
|
|
|
gpio: rockchip: lock GPIOs used as interrupts
John Keeping
2021-12-03
1
-0
/
+18
|
*
|
|
|
|
gpio: aggregator: Add interrupt support
Geert Uytterhoeven
2021-12-03
1
-1
/
+10
|
*
|
|
|
|
gpiolib: Let gpiod_add_lookup_table() call gpiod_add_lookup_tables()
Geert Uytterhoeven
2021-12-03
1
-5
/
+1
|
*
|
|
|
|
gpio: xlp: Remove Netlogic XLP variants
Rob Herring
2021-11-15
2
-139
/
+13
|
|
/
/
/
/
*
|
|
|
|
Merge tag 'mfd-next-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
2022-01-11
3
-242
/
+0
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
gpio: bd70528 Drop BD70528 support
Matti Vaittinen
2021-11-29
3
-242
/
+0
|
|
/
/
/
*
|
|
/
gpio: gpio-aspeed-sgpio: Fix wrong hwirq base in irq handler
Steven Lee
2022-01-03
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
gpio: virtio: remove timeout
Vincent Whitchurch
2021-12-21
1
-5
/
+1
*
|
|
gpio: dln2: Fix interrupts when replugging the device
Noralf Trønnes
2021-12-19
1
-10
/
+9
|
|
/
|
/
|
*
|
gpio: rockchip: needs GENERIC_IRQ_CHIP to fix build errors
Randy Dunlap
2021-11-16
1
-0
/
+1
*
|
gpio: virtio: remove unneeded semicolon
Yang Li
2021-11-15
1
-1
/
+1
|
/
*
Merge tag 'gpio-updates-for-v5.16' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-11-08
16
-111
/
+802
|
\
|
*
gpio: virtio: Add IRQ support
Viresh Kumar
2021-11-04
2
-4
/
+299
|
*
gpio: realtek-otto: fix GPIO line IRQ offset
Sander Vanheule
2021-10-30
1
-1
/
+1
|
*
gpio: clean up Kconfig file
Randy Dunlap
2021-10-30
1
-58
/
+58
|
*
gpio: mlxbf2: Introduce IRQ support
Asmaa Mnebhi
2021-10-29
1
-2
/
+140
|
*
gpio: mc33880: Drop if with an always false condition
Uwe Kleine-König
2021-10-13
1
-2
/
+0
|
*
gpio: max730x: Make __max730x_remove() return void
Uwe Kleine-König
2021-10-13
3
-7
/
+7
|
*
gpio: aggregator: Wrap access to gpiochip_fwd.tmp[]
Geert Uytterhoeven
2021-10-13
1
-14
/
+11
|
*
gpio: modepin: Add driver support for modepin GPIO controller
Piyush Mehta
2021-09-23
3
-0
/
+175
|
*
gpio: tps65218: drop unneeded MODULE_ALIAS
Krzysztof Kozlowski
2021-09-22
1
-1
/
+0
|
*
gpio: max77620: drop unneeded MODULE_ALIAS
Krzysztof Kozlowski
2021-09-22
1
-1
/
+0
|
*
gpio: xilinx: simplify getting .driver_data
Wolfram Sang
2021-09-22
1
-4
/
+2
|
*
gpio: tegra186: Support multiple interrupts per bank
Thierry Reding
2021-09-22
1
-7
/
+41
|
*
gpio: tegra186: Force one interrupt per bank
Thierry Reding
2021-09-22
1
-6
/
+62
|
*
gpio: uniphier: Use helper functions to get private data from IRQ data
Kunihiko Hayashi
2021-09-22
1
-3
/
+3
|
*
gpio: uniphier: Use helper function to get IRQ hardware number
Kunihiko Hayashi
2021-09-22
1
-5
/
+7
*
|
Merge tag 'pinctrl-v5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-11-05
1
-2
/
+7
|
\
\
|
*
|
gpio: Allow per-parent interrupt data
Marc Zyngier
2021-10-27
1
-2
/
+7
|
|
/
*
|
Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-11-04
1
-4
/
+1
|
\
\
|
*
|
gpiolib: acpi: Replace custom code with device_match_acpi_handle()
Andy Shevchenko
2021-10-20
1
-4
/
+1
*
|
|
Merge tag 'acpi-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2021-11-02
1
-3
/
+1
|
\
\
\
|
*
|
|
gpio-amdpt: ACPI: Use the ACPI_COMPANION() macro directly
Rafael J. Wysocki
2021-10-26
1
-3
/
+1
|
|
/
/
*
|
|
gpio: mlxbf2.c: Add check for bgpio_init failure
Asmaa Mnebhi
2021-10-25
1
-0
/
+5
*
|
|
gpio: xgs-iproc: fix parsing of ngpios property
Jonas Gorski
2021-10-25
1
-1
/
+1
|
/
/
*
|
gpio: mockup: Convert to use software nodes
Andy Shevchenko
2021-10-06
1
-3
/
+18
*
|
gpio: pca953x: Improve bias setting
Andy Shevchenko
2021-10-06
1
-7
/
+9
*
|
gpio: 74x164: Add SPI device ID table
Mark Brown
2021-10-06
1
-0
/
+8
*
|
Merge tag 'gpio-fixes-for-v5.15-rc4' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-09-30
1
-9
/
+2
|
\
\
|
*
|
gpio: pca953x: do not ignore i2c errors
Andrey Gusakov
2021-09-29
1
-9
/
+2
*
|
|
Merge tag 'pinctrl-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-09-29
1
-0
/
+22
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
gpio/rockchip: fetch deferred output settings on probe
Heiko Stuebner
2021-09-18
1
-0
/
+22
|
|
/
[prev]
[next]