index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-nomadik.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-12
drivers/gpio/nomadik: move dummy nmk_gpio_dbg_show_one() to header
Max Kellermann
1
-8
/
+0
2024-03-12
gpio: nomadik: remove BUG_ON() in nmk_gpio_populate_chip()
Dan Carpenter
1
-1
/
+5
2024-03-06
gpio: nomadik: Back out some managed resources
Linus Walleij
1
-11
/
+24
2024-03-03
gpio: nomadik: Finish conversion to use firmware node APIs
Andy Shevchenko
1
-7
/
+6
2024-02-29
gpio: nomadik: grab optional reset control and deassert it at probe
Théo Lebrun
1
-0
/
+21
2024-02-29
gpio: nomadik: support mobileye,eyeq5-gpio
Théo Lebrun
1
-6
/
+36
2024-02-29
gpio: nomadik: handle variadic GPIO count
Théo Lebrun
1
-2
/
+7
2024-02-29
gpio: nomadik: support shared GPIO IRQs
Théo Lebrun
1
-32
/
+36
2024-02-29
gpio: nomadik: change driver name from gpio to nomadik-gpio
Théo Lebrun
1
-1
/
+1
2024-02-29
gpio: nomadik: make clock optional
Théo Lebrun
1
-1
/
+1
2024-02-29
gpio: nomadik: request dynamic ID allocation
Théo Lebrun
1
-1
/
+1
2024-02-29
gpio: nomadik: use devres version of clk_get*()
Théo Lebrun
1
-1
/
+1
2024-02-29
gpio: nomadik: use devm_platform_ioremap_resource() helper
Théo Lebrun
1
-3
/
+1
2024-02-29
gpio: nomadik: replace of_property_read_*() by device_property_read_*()
Théo Lebrun
1
-2
/
+2
2024-02-29
gpio: nomadik: replace of_find_*() by bus_find_device_by_of_node()
Théo Lebrun
1
-5
/
+8
2024-02-29
gpio: nomadik: add #include <linux/slab.h>
Théo Lebrun
1
-0
/
+1
2024-02-29
gpio: nomadik: extract GPIO platform driver from drivers/pinctrl/nomadik/
Théo Lebrun
1
-0
/
+660
2012-05-11
gpio: move the Nomadik GPIO driver to pinctrl
Linus Walleij
1
-1306
/
+0
2012-04-24
drivers/gpio: gpio-nomadik: Add support for irqdomains
Lee Jones
1
-48
/
+58
2012-04-24
drivers/gpio: gpio-nomadik: Apply Device Tree bindings
Lee Jones
1
-3
/
+38
2012-04-24
gpio/nomadik: use ioremap() instead of static mappings
Linus Walleij
1
-4
/
+11
2012-04-23
gpio/nomadik: support low EMI mode
Rabin Vincent
1
-0
/
+25
2012-04-23
gpio/nomadik: fix spurious interrupts with SKE
Rabin Vincent
1
-0
/
+39
2012-04-23
gpio/nomadik: cache [rf]w?imsc
Rabin Vincent
1
-16
/
+26
2012-04-23
gpio/nomadik: don't set SLPM to 1 for non-wakeup pins
Rabin Vincent
1
-14
/
+7
2011-12-13
gpiolib: output basic details and consolidate gpio device drivers
Grant Likely
1
-2
/
+2
2011-10-29
Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-14
/
+113
2011-09-20
gpio/nomadik: use genirq core to track enablement
Linus Walleij
1
-9
/
+2
2011-09-20
gpio/nomadik: disable clocks when unused
Rabin Vincent
1
-7
/
+113
2011-08-22
ARM: 7032/1: plat-nomadik: break out GPIO driver specifics
Linus Walleij
1
-0
/
+1
2011-08-08
ARM: gpio: nomadik: convert drivers to use asm/gpio.h rather than mach/gpio.h
Russell King
1
-1
/
+1
2011-06-10
gpio/nomadik: fix sleepmode for elder Nomadik
Linus Walleij
1
-11
/
+29
2011-05-27
gpio/nomadik: add function to read GPIO pull down status
Rickard Andersson
1
-4
/
+30
2011-05-27
gpio/nomadik: show all pins in debug
Rabin Vincent
1
-4
/
+27
2011-05-27
gpio: move Nomadik GPIO driver to drivers/gpio
Grant Likely
1
-0
/
+1020