index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-sifive.c
Age
Commit message (
Expand
)
Author
2023-07-25
gpio: sifive: Allow building the driver as a module
Samuel Holland
2023-07-25
gpio: sifive: Get the parent IRQ's domain from its irq_data
Samuel Holland
2023-07-25
gpio: sifive: Look up IRQs only once during probe
Samuel Holland
2023-07-25
gpio: sifive: Directly use the device's fwnode
Samuel Holland
2023-07-10
gpio: sifive: Support IRQ wake
Samuel Holland
2023-06-13
gpio: sifive: add missing check for platform_get_irq
Jiasheng Jiang
2023-03-15
gpio: sifive: drop of_match_ptr for ID table
Krzysztof Kozlowski
2023-01-02
gpio: sifive: Fix refcount leak in sifive_gpio_probe
Miaoqian Lin
2022-05-24
gpio: sifive: Make the irqchip immutable
Geert Uytterhoeven
2022-04-25
gpio: use raw spinlock for gpio chip shadowed data
Schspa Shi
2022-02-08
gpio: sifive: use the correct register to read output values
Niklas Cassel
2020-12-09
Merge tag 'gpio-updates-for-v5.11' of git://git.kernel.org/pub/scm/linux/kern...
Linus Walleij
2020-12-04
gpio: sifive: Set affinity callback to parent
Linus Walleij
2020-11-18
gpio: sifive: To get gpio irq offset from device tree data
Greentime Hu
2020-11-11
gpio: sifive: Fix SiFive gpio probe
Damien Le Moal
2020-02-10
gpio: sifive: fix static checker warning
Yash Shah
2020-01-20
gpio/sifive: Add GPIO driver for SiFive SoCs
Yash Shah