index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-nomadik.c
Age
Commit message (
Expand
)
Author
2024-03-12
drivers/gpio/nomadik: move dummy nmk_gpio_dbg_show_one() to header
Max Kellermann
2024-03-12
gpio: nomadik: remove BUG_ON() in nmk_gpio_populate_chip()
Dan Carpenter
2024-03-06
gpio: nomadik: Back out some managed resources
Linus Walleij
2024-03-03
gpio: nomadik: Finish conversion to use firmware node APIs
Andy Shevchenko
2024-02-29
gpio: nomadik: grab optional reset control and deassert it at probe
Théo Lebrun
2024-02-29
gpio: nomadik: support mobileye,eyeq5-gpio
Théo Lebrun
2024-02-29
gpio: nomadik: handle variadic GPIO count
Théo Lebrun
2024-02-29
gpio: nomadik: support shared GPIO IRQs
Théo Lebrun
2024-02-29
gpio: nomadik: change driver name from gpio to nomadik-gpio
Théo Lebrun
2024-02-29
gpio: nomadik: make clock optional
Théo Lebrun
2024-02-29
gpio: nomadik: request dynamic ID allocation
Théo Lebrun
2024-02-29
gpio: nomadik: use devres version of clk_get*()
Théo Lebrun
2024-02-29
gpio: nomadik: use devm_platform_ioremap_resource() helper
Théo Lebrun
2024-02-29
gpio: nomadik: replace of_property_read_*() by device_property_read_*()
Théo Lebrun
2024-02-29
gpio: nomadik: replace of_find_*() by bus_find_device_by_of_node()
Théo Lebrun
2024-02-29
gpio: nomadik: add #include <linux/slab.h>
Théo Lebrun
2024-02-29
gpio: nomadik: extract GPIO platform driver from drivers/pinctrl/nomadik/
Théo Lebrun
2012-05-11
gpio: move the Nomadik GPIO driver to pinctrl
Linus Walleij
2012-04-24
drivers/gpio: gpio-nomadik: Add support for irqdomains
Lee Jones
2012-04-24
drivers/gpio: gpio-nomadik: Apply Device Tree bindings
Lee Jones
2012-04-24
gpio/nomadik: use ioremap() instead of static mappings
Linus Walleij
2012-04-23
gpio/nomadik: support low EMI mode
Rabin Vincent
2012-04-23
gpio/nomadik: fix spurious interrupts with SKE
Rabin Vincent
2012-04-23
gpio/nomadik: cache [rf]w?imsc
Rabin Vincent
2012-04-23
gpio/nomadik: don't set SLPM to 1 for non-wakeup pins
Rabin Vincent
2011-12-12
gpiolib: output basic details and consolidate gpio device drivers
Grant Likely
2011-10-29
Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2011-09-20
gpio/nomadik: use genirq core to track enablement
Linus Walleij
2011-09-20
gpio/nomadik: disable clocks when unused
Rabin Vincent
2011-08-22
ARM: 7032/1: plat-nomadik: break out GPIO driver specifics
Linus Walleij
2011-08-08
ARM: gpio: nomadik: convert drivers to use asm/gpio.h rather than mach/gpio.h
Russell King
2011-06-09
gpio/nomadik: fix sleepmode for elder Nomadik
Linus Walleij
2011-05-26
gpio/nomadik: add function to read GPIO pull down status
Rickard Andersson
2011-05-26
gpio/nomadik: show all pins in debug
Rabin Vincent
2011-05-26
gpio: move Nomadik GPIO driver to drivers/gpio
Grant Likely