summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-05-2422-380/+1240
|\
| * gpio/generic: initialize basic_mmio_gpio shadow variables properlyShawn Guo2012-05-195-9/+15
| * gpiolib: Remove 'const' from data argument of gpiochip_find()Grant Likely2012-05-191-1/+1
| * gpio/rc5t583: add gpio driver for RICOH PMIC RC5T583Laxman Dewangan2012-05-193-0/+190
| * gpiolib: quiet gpiochip_add boot message noiseH Hartley Sweeten2012-05-191-1/+1
| * Merge branch 'for_3.5/fixes/gpio-2' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely2012-05-191-5/+4Star
| |\
| | * gpio/omap: (re)fix wakeups on level-triggered GPIOsKevin Hilman2012-05-181-3/+3
| | * gpio/omap: fix broken context restore for non-OFF mode transitionsKevin Hilman2012-05-181-2/+1Star
| * | gpio: mpc8xxx: Prevent NULL pointer deref in demux handlerThomas Gleixner2012-05-191-1/+2
| * | gpio/lpc32xx: Add device tree supportRoland Stigge2012-05-191-1/+51
| * | gpio: Adjust of_xlate API to support multiple GPIO chipsGrant Likely2012-05-192-43/+39Star
| * | gpiolib: Implement devm_gpio_request_one()Mark Brown2012-05-191-0/+29
| * | gpio-mcp23s08: dbg_show: fix pullup configuration displayPeter Korsgaard2012-05-191-1/+1
| * | Add support for TCA6424AAndreas Schallenberg2012-05-191-13/+30
| * | Merge branch 'for_3.5/gpio/cleanup' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely2012-05-121-86/+26Star
| |\|
| | * gpio/omap: fix missing check in *_runtime_suspend()Tarun Kanti DebBarma2012-05-121-5/+8
| | * gpio/omap: remove cpu_is_omapxxxx() checks from *_runtime_resume()Tarun Kanti DebBarma2012-05-121-2/+2
| | * gpio/omap: remove suspend/resume callbacksTarun Kanti DebBarma2012-05-121-47/+0Star
| | * gpio/omap: remove retrigger variable in gpio_irq_handlerTarun Kanti DebBarma2012-05-121-3/+0Star
| | * gpio/omap: remove saved_wakeup field from struct gpio_bankTarun Kanti DebBarma2012-05-121-9/+3Star
| | * gpio/omap: remove suspend_wakeup field from struct gpio_bankTarun Kanti DebBarma2012-05-121-7/+6Star
| | * gpio/omap: remove saved_fallingdetect, saved_risingdetectTarun Kanti DebBarma2012-05-121-11/+8Star
| * | gpiolib/arches: Centralise bolierplate asm/gpio.hMark Brown2012-05-121-0/+8
| * | gpio: add MSIC gpio driverMathias Nyman2012-05-113-0/+348
| * | gpio: samsung: refactor gpiolib init for exynos4/5Olof Johansson2012-05-111-188/+215
| * | gpio/langwell: re-read the IRQ status register after each iterationMika Westerberg2012-05-111-3/+1Star
| * | gpio/langwell: convert to use irq_domainMika Westerberg2012-05-082-21/+30
| * | Merge tag 'v3.4-rc6' into gpio/nextGrant Likely2012-05-087-41/+84
| |\ \
| * | | gpio: Move DT support code into drivers/gpioGrant Likely2012-04-073-0/+245
| * | | gpio: Convert drivers to use module_pci_driver()Axel Lin2012-04-074-44/+4Star
| * | | gpio/pca953x: Update GPIO_PCA953X Kconfig entry to include more supported dev...Axel Lin2012-04-071-4/+5
| * | | gpio/langwell: clear IRQ edge detect registers at initMika Westerberg2012-04-061-0/+21
| * | | gpio/langwell: allocate IRQ descriptors dynamically for SPARSE_IRQMika Westerberg2012-04-061-3/+13
| * | | gpio/langwell: use devm_* helpers to simplify probeMika Westerberg2012-04-061-11/+7Star
| * | | gpio: add flags to export GPIOs when requestingWolfram Sang2012-04-061-1/+11
* | | | Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-05-231-2/+1Star
|\ \ \ \
| * | | | gpiolib: Convert to devres_release()Mark Brown2012-05-051-2/+1Star
| | |/ / | |/| |
* | | | Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-223-1206/+21Star
|\ \ \ \
| * \ \ \ Merge tag 'ux500-gpio-pins-for-3.5' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2012-05-132-1307/+0Star
| |\ \ \ \
| | * | | | gpio: move the Nomadik GPIO driver to pinctrlLinus Walleij2012-05-112-1307/+0Star
| * | | | | Merge branch 'imx/pinctrl/for-3.5' of git://git.linaro.org/people/shawnguo/li...Olof Johansson2012-05-121-2/+19
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge branch 'for-3.5/gpio-pinmux' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2012-05-101-18/+21
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | gpio: tegra: Hide tegra_gpio_enable/disable()Stephen Warren2012-04-181-18/+18
| | * | | | gpio: tegra: configure pins during irq_set_typeStephen Warren2012-04-181-0/+3
| * | | | | 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