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: max77620: remove unneeded platform_set_drvdata() call
Andrei Coardos
2023-08-01
1
-2
/
+0
|
*
gpio: lp3943: remove unneeded platform_set_drvdata() call
Andrei Coardos
2023-08-01
1
-2
/
+0
|
*
gpio: eic-sprd: remove unneeded platform_set_drvdata() call
Andrei Coardos
2023-07-29
1
-1
/
+0
|
*
gpio: logicvc: remove unneeded platform_set_drvdata() call
Andrei Coardos
2023-07-29
1
-2
/
+0
|
*
gpio: exar: remove unneeded platform_set_drvdata() call
Andrei Coardos
2023-07-29
1
-2
/
+0
|
*
gpio: 74xx-mmio: remove unneeded platform_set_drvdata() call
Alexandru Ardelean
2023-07-29
1
-2
/
+0
|
*
gpio: davinci: Remove redundant dev_err_probe()
Ruan Jinjie
2023-07-29
1
-1
/
+1
|
*
gpio: ds4520: Add ADI DS4520 GPIO Expander Support
Okan Sahin
2023-07-29
3
-0
/
+92
|
*
gpio: omap: Remove redundant dev_err_probe() and zero value handle code
Ruan Jinjie
2023-07-29
1
-5
/
+2
|
*
gpio: 104-dio-48e: Add Counter/Timer support
William Breathitt Gray
2023-07-27
2
-16
/
+112
|
*
gpio: ge: Enable COMPILE_TEST for the driver
Andy Shevchenko
2023-07-27
1
-1
/
+1
|
*
gpio: ge: Replace GPLv2 boilerplate with SPDX
Andy Shevchenko
2023-07-27
1
-4
/
+1
|
*
gpio: ge: Utilise temporary variable for struct device
Andy Shevchenko
2023-07-27
1
-5
/
+5
|
*
gpio: ge: Make driver OF-independent
Andy Shevchenko
2023-07-27
1
-20
/
+13
|
*
gpio: ge: Fix English spelling and grammar
Andy Shevchenko
2023-07-27
1
-5
/
+6
|
*
gpio: ge: Add missing header
Andy Shevchenko
2023-07-27
1
-5
/
+6
|
*
gpio: sifive: Allow building the driver as a module
Samuel Holland
2023-07-25
2
-2
/
+6
|
*
gpio: sifive: Get the parent IRQ's domain from its irq_data
Samuel Holland
2023-07-25
1
-15
/
+10
|
*
gpio: sifive: Look up IRQs only once during probe
Samuel Holland
2023-07-25
1
-12
/
+5
|
*
gpio: sifive: Directly use the device's fwnode
Samuel Holland
2023-07-25
1
-1
/
+2
|
*
gpio: mxc: Improve PM configuration
Geert Uytterhoeven
2023-07-25
1
-5
/
+5
|
*
gpio: pisosr: Use devm_gpiochip_add_data() to simplify remove path
Andrew Davis
2023-07-20
1
-16
/
+12
|
*
gpio: bcm-kona: Drop unused pdev member in private data structure
Andy Shevchenko
2023-07-19
1
-2
/
+0
|
*
gpio: bcm-kona: remove unneeded platform_set_drvdata() call
Andrei Coardos
2023-07-19
1
-1
/
+0
|
*
gpio: bcm-kona: Make driver OF-independent
Andy Shevchenko
2023-07-19
2
-14
/
+9
|
*
gpio: Explicitly include correct DT includes
Rob Herring
2023-07-19
34
-39
/
+28
|
*
gpio: mmio: handle "ngpios" properly in bgpio_init()
Asmaa Mnebhi
2023-07-18
3
-32
/
+46
|
*
gpiolib: order includes alphabetically in gpiolib.h
Bartosz Golaszewski
2023-07-13
1
-4
/
+4
|
*
gpio: sim: fix a typo in comment
Bartosz Golaszewski
2023-07-13
1
-1
/
+1
|
*
gpio: sifive: Support IRQ wake
Samuel Holland
2023-07-10
1
-0
/
+1
|
*
gpiolib: Replace open coded gpiochip_irqchip_add_allocated_domain()
Andy Shevchenko
2023-07-10
1
-13
/
+7
|
*
gpiolib: Split out gpiochip_irqchip_add_allocated_domain() helper
Andy Shevchenko
2023-07-10
1
-16
/
+23
|
*
gpiolib: Do not assign error pointer to the GPIO IRQ chip domain
Andy Shevchenko
2023-07-10
1
-6
/
+6
|
*
gpiolib: Factor out gpiochip_simple_create_domain()
Andy Shevchenko
2023-07-10
1
-7
/
+16
|
*
gpiolib: Make gpiochip_hierarchy_add_domain() return domain
Andy Shevchenko
2023-07-10
1
-11
/
+13
|
*
gpiolib: Do not alter GPIO chip fwnode member
Andy Shevchenko
2023-07-10
1
-8
/
+8
|
*
gpiolib: acpi: Don't use GPIO chip fwnode in acpi_gpiochip_find()
Andy Shevchenko
2023-07-10
1
-1
/
+1
|
*
gpiolib: of: Don't use GPIO chip fwnode in of_gpiochip_*()
Andy Shevchenko
2023-07-10
1
-3
/
+3
|
*
gpio: mxc: add runtime pm support
Shenwei Wang
2023-07-10
1
-2
/
+59
|
*
gpiolib: add missing include
Bartosz Golaszewski
2023-07-10
1
-0
/
+1
*
|
Merge tag 'mmc-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
2023-08-29
1
-2
/
+18
|
\
\
|
*
|
mmc: atmel-mci: Move card detect gpio polarity quirk to gpiolib
Balamanikandan Gunasundar
2023-08-25
1
-2
/
+18
*
|
|
gpio: sim: pass the GPIO device's software node to irq domain
Bartosz Golaszewski
2023-08-23
1
-1
/
+1
*
|
|
gpio: sim: dispose of irq mappings before destroying the irq_sim domain
Bartosz Golaszewski
2023-08-23
1
-0
/
+13
*
|
|
gpiolib: fix reference leaks when removing GPIO chips still in use
Bartosz Golaszewski
2023-08-16
1
-5
/
+11
*
|
|
gpiolib: sysfs: Do unexport GPIO when user asks for it
Andy Shevchenko
2023-08-16
1
-2
/
+5
*
|
|
gpio: ws16c48: Fix off-by-one error in WS16C48 resource region extent
William Breathitt Gray
2023-08-11
1
-1
/
+1
*
|
|
gpio: sim: mark the GPIO chip as a one that can sleep
Bartosz Golaszewski
2023-08-03
1
-0
/
+1
|
/
/
*
|
gpio: mvebu: fix irq domain leak
Bartosz Golaszewski
2023-07-20
1
-5
/
+13
*
|
gpio: mvebu: Make use of devm_pwmchip_add
Uwe Kleine-König
2023-07-19
1
-6
/
+2
[prev]
[next]