summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-nomadik.c
AgeCommit message (Expand)Author
2024-03-12drivers/gpio/nomadik: move dummy nmk_gpio_dbg_show_one() to headerMax Kellermann
2024-03-12gpio: nomadik: remove BUG_ON() in nmk_gpio_populate_chip()Dan Carpenter
2024-03-06gpio: nomadik: Back out some managed resourcesLinus Walleij
2024-03-03gpio: nomadik: Finish conversion to use firmware node APIsAndy Shevchenko
2024-02-29gpio: nomadik: grab optional reset control and deassert it at probeThéo Lebrun
2024-02-29gpio: nomadik: support mobileye,eyeq5-gpioThéo Lebrun
2024-02-29gpio: nomadik: handle variadic GPIO countThéo Lebrun
2024-02-29gpio: nomadik: support shared GPIO IRQsThéo Lebrun
2024-02-29gpio: nomadik: change driver name from gpio to nomadik-gpioThéo Lebrun
2024-02-29gpio: nomadik: make clock optionalThéo Lebrun
2024-02-29gpio: nomadik: request dynamic ID allocationThéo Lebrun
2024-02-29gpio: nomadik: use devres version of clk_get*()Théo Lebrun
2024-02-29gpio: nomadik: use devm_platform_ioremap_resource() helperThéo Lebrun
2024-02-29gpio: nomadik: replace of_property_read_*() by device_property_read_*()Théo Lebrun
2024-02-29gpio: nomadik: replace of_find_*() by bus_find_device_by_of_node()Théo Lebrun
2024-02-29gpio: nomadik: add #include <linux/slab.h>Théo Lebrun
2024-02-29gpio: nomadik: extract GPIO platform driver from drivers/pinctrl/nomadik/Théo Lebrun
2012-05-11gpio: move the Nomadik GPIO driver to pinctrlLinus Walleij
2012-04-24drivers/gpio: gpio-nomadik: Add support for irqdomainsLee Jones
2012-04-24drivers/gpio: gpio-nomadik: Apply Device Tree bindingsLee Jones
2012-04-24gpio/nomadik: use ioremap() instead of static mappingsLinus Walleij
2012-04-23gpio/nomadik: support low EMI modeRabin Vincent
2012-04-23gpio/nomadik: fix spurious interrupts with SKERabin Vincent
2012-04-23gpio/nomadik: cache [rf]w?imscRabin Vincent
2012-04-23gpio/nomadik: don't set SLPM to 1 for non-wakeup pinsRabin Vincent
2011-12-12gpiolib: output basic details and consolidate gpio device driversGrant Likely
2011-10-29Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-09-20gpio/nomadik: use genirq core to track enablementLinus Walleij
2011-09-20gpio/nomadik: disable clocks when unusedRabin Vincent
2011-08-22ARM: 7032/1: plat-nomadik: break out GPIO driver specificsLinus Walleij
2011-08-08ARM: gpio: nomadik: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King
2011-06-09gpio/nomadik: fix sleepmode for elder NomadikLinus Walleij
2011-05-26gpio/nomadik: add function to read GPIO pull down statusRickard Andersson
2011-05-26gpio/nomadik: show all pins in debugRabin Vincent
2011-05-26gpio: move Nomadik GPIO driver to drivers/gpioGrant Likely