summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-nomadik.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers/gpio/nomadik: move dummy nmk_gpio_dbg_show_one() to headerMax Kellermann2024-03-121-8/+0
* gpio: nomadik: remove BUG_ON() in nmk_gpio_populate_chip()Dan Carpenter2024-03-121-1/+5
* gpio: nomadik: Back out some managed resourcesLinus Walleij2024-03-061-11/+24
* gpio: nomadik: Finish conversion to use firmware node APIsAndy Shevchenko2024-03-031-7/+6
* gpio: nomadik: grab optional reset control and deassert it at probeThéo Lebrun2024-02-291-0/+21
* gpio: nomadik: support mobileye,eyeq5-gpioThéo Lebrun2024-02-291-6/+36
* gpio: nomadik: handle variadic GPIO countThéo Lebrun2024-02-291-2/+7
* gpio: nomadik: support shared GPIO IRQsThéo Lebrun2024-02-291-32/+36
* gpio: nomadik: change driver name from gpio to nomadik-gpioThéo Lebrun2024-02-291-1/+1
* gpio: nomadik: make clock optionalThéo Lebrun2024-02-291-1/+1
* gpio: nomadik: request dynamic ID allocationThéo Lebrun2024-02-291-1/+1
* gpio: nomadik: use devres version of clk_get*()Théo Lebrun2024-02-291-1/+1
* gpio: nomadik: use devm_platform_ioremap_resource() helperThéo Lebrun2024-02-291-3/+1
* gpio: nomadik: replace of_property_read_*() by device_property_read_*()Théo Lebrun2024-02-291-2/+2
* gpio: nomadik: replace of_find_*() by bus_find_device_by_of_node()Théo Lebrun2024-02-291-5/+8
* gpio: nomadik: add #include <linux/slab.h>Théo Lebrun2024-02-291-0/+1
* gpio: nomadik: extract GPIO platform driver from drivers/pinctrl/nomadik/Théo Lebrun2024-02-291-0/+660
* gpio: move the Nomadik GPIO driver to pinctrlLinus Walleij2012-05-111-1306/+0
* drivers/gpio: gpio-nomadik: Add support for irqdomainsLee Jones2012-04-241-48/+58
* drivers/gpio: gpio-nomadik: Apply Device Tree bindingsLee Jones2012-04-241-3/+38
* gpio/nomadik: use ioremap() instead of static mappingsLinus Walleij2012-04-241-4/+11
* gpio/nomadik: support low EMI modeRabin Vincent2012-04-231-0/+25
* gpio/nomadik: fix spurious interrupts with SKERabin Vincent2012-04-231-0/+39
* gpio/nomadik: cache [rf]w?imscRabin Vincent2012-04-231-16/+26
* gpio/nomadik: don't set SLPM to 1 for non-wakeup pinsRabin Vincent2012-04-231-14/+7
* gpiolib: output basic details and consolidate gpio device driversGrant Likely2011-12-121-2/+2
* Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-10-291-14/+113
|\
| * gpio/nomadik: use genirq core to track enablementLinus Walleij2011-09-201-9/+2
| * gpio/nomadik: disable clocks when unusedRabin Vincent2011-09-201-7/+113
* | ARM: 7032/1: plat-nomadik: break out GPIO driver specificsLinus Walleij2011-08-221-0/+1
* | ARM: gpio: nomadik: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-081-1/+1
|/
* gpio/nomadik: fix sleepmode for elder NomadikLinus Walleij2011-06-091-11/+29
* gpio/nomadik: add function to read GPIO pull down statusRickard Andersson2011-05-271-4/+30
* gpio/nomadik: show all pins in debugRabin Vincent2011-05-271-4/+27
* gpio: move Nomadik GPIO driver to drivers/gpioGrant Likely2011-05-271-0/+1020