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