summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | gpio/omap: remove saved_wakeup field from struct gpio_bankTarun Kanti DebBarma2012-05-111-9/+3
| | * | | | gpio/omap: remove suspend_wakeup field from struct gpio_bankTarun Kanti DebBarma2012-05-111-7/+6
| | * | | | gpio/omap: remove saved_fallingdetect, saved_risingdetectTarun Kanti DebBarma2012-05-111-11/+8
| * | | | | gpiolib/arches: Centralise bolierplate asm/gpio.hMark Brown2012-05-111-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-101-3/+1
| * | | | | 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/+4
| * | | | | gpio/pca953x: Update GPIO_PCA953X Kconfig entry to include more supported dev...Axel Lin2012-04-061-4/+5
| * | | | | gpio/langwell: clear IRQ edge detect registers at initMika Westerberg2012-04-051-0/+21
| * | | | | gpio/langwell: allocate IRQ descriptors dynamically for SPARSE_IRQMika Westerberg2012-04-051-3/+13
| * | | | | gpio/langwell: use devm_* helpers to simplify probeMika Westerberg2012-04-051-11/+7
| * | | | | gpio: add flags to export GPIOs when requestingWolfram Sang2012-04-051-1/+11
* | | | | | Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-05-221-2/+1
|\ \ \ \ \ \
| * | | | | | gpiolib: Convert to devres_release()Mark Brown2012-05-041-2/+1
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-223-1206/+21
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'ux500-gpio-pins-for-3.5' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2012-05-122-1307/+0
| |\ \ \ \ \ \
| | * | | | | | gpio: move the Nomadik GPIO driver to pinctrlLinus Walleij2012-05-112-1307/+0
| * | | | | | | Merge branch 'imx/pinctrl/for-3.5' of git://git.linaro.org/people/shawnguo/li...Olof Johansson2012-05-111-2/+19
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'for-3.5/gpio-pinmux' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2012-05-091-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
| * | | | | | gpio/nomadik: don't set SLPM to 1 for non-wakeup pinsRabin Vincent2012-04-231-14/+7
| |/ / / / /
* | | | | | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-223-0/+425
|\ \ \ \ \ \
| * | | | | | gpio: Emma Mobile GPIO driver V2Magnus Damm2012-05-183-0/+425
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-221-18/+98
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | gpio: pxa: parse gpio from DTS fileHaojian Zhuang2012-05-051-18/+98
| |/ / / /
* | | | | gpio/exynos: Fix compiler warnings when non-exynos machines are selectedSachin Kamat2012-05-111-6/+12
* | | | | gpio: pch9: Use proper flow type handlersThomas Gleixner2012-05-111-29/+28
| |_|_|/ |/| | |
* | | | gpio/omap: fix incorrect initialization of omap_gpio_mod_initTarun Kanti DebBarma2012-05-101-6/+3
|/ / /
* | | ARM: pxa: fix gpio wakeup settingRobert Jarzmik2012-04-271-2/+19
|/ /
* | gpio/exynos: Fix compiler warning in gpio-samsung.c fileSachin Kamat2012-04-101-8/+8
* | gpio: Fix uninitialized variable bit in adp5588_irq_handlerAxel Lin2012-04-101-1/+1
* | gpio/sodaville: Convert sodaville driver to new irqdomain APIGrant Likely2012-04-102-14/+11
* | gpio: tegra: Iterate over the correct number of banksStephen Warren2012-04-041-2/+2
* | gpio: tegra: fix register address calculations for Tegra30Stephen Warren2012-04-041-13/+42
|/
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-291-0/+2
|\
| * gpio: pxa: explicitly include mach/irqs.hRob Herring2012-01-251-0/+2
* | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-2813-111/+843
|\ \
| * | gpio/ep93xx: Remove unused inline function and useless pr_err messageH Hartley Sweeten2012-03-251-8/+0
| * | gpio/sodaville: Mark broken due to core irqdomain migrationGrant Likely2012-03-231-1/+1
OpenPOWER on IntegriCloud