summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorLines
2012-05-11gpio/exynos: Fix compiler warnings when non-exynos machines are selectedSachin Kamat-6/+12
2012-05-11gpio: pch9: Use proper flow type handlersThomas Gleixner-29/+28
2012-05-10gpio/omap: fix incorrect initialization of omap_gpio_mod_initTarun Kanti DebBarma-6/+3
2012-04-27ARM: pxa: fix gpio wakeup settingRobert Jarzmik-2/+19
2012-04-10gpio/exynos: Fix compiler warning in gpio-samsung.c fileSachin Kamat-8/+8
2012-04-10gpio: Fix uninitialized variable bit in adp5588_irq_handlerAxel Lin-1/+1
2012-04-10gpio/sodaville: Convert sodaville driver to new irqdomain APIGrant Likely-14/+11
2012-04-04gpio: tegra: Iterate over the correct number of banksStephen Warren-2/+2
2012-04-04gpio: tegra: fix register address calculations for Tegra30Stephen Warren-13/+42
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds-0/+2
2012-03-28Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-111/+843
2012-03-28Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds-60/+92
2012-03-28Merge tag 'drivers2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds-42/+445
2012-03-27Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds-0/+1
2012-03-27Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-13/+46
2012-03-27Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-652/+461
2012-03-25gpio/ep93xx: Remove unused inline function and useless pr_err messageH Hartley Sweeten-8/+0
2012-03-25ARM: 7342/2: sa1100: prepare for sparse irq conversionRob Herring-0/+1
2012-03-23gpio/sodaville: Mark broken due to core irqdomain migrationGrant Likely-1/+1
2012-03-23Merge branch 'for_3.4/fixes/gpio-2' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely-22/+25
2012-03-22gpio/twl: Add DT support to gpio-twl4030 driverBenoit Cousson-29/+50
2012-03-22gpio/twl: Allocate irq_desc dynamically for SPARSE_IRQ supportBenoit Cousson-16/+17
2012-03-22mfd: Make twl4030 SIH SPARSE_IRQ capableBenoit Cousson-1/+2
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds-0/+211
2012-03-21gpio/omap: fix redundant decoding of gpio offsetTarun Kanti DebBarma-11/+7
2012-03-21gpio/omap: fix incorrect update to context.irqenable1Tarun Kanti DebBarma-2/+4
2012-03-20gpio/omap: fix incorrect context restore logic in omap_gpio_runtime_*Tarun Kanti DebBarma-4/+1
2012-03-20gpio/omap: fix missing dataout context save in _set_gpio_dataout_regTarun Kanti DebBarma-2/+5
2012-03-20gpio/omap: fix _set_gpio_irqenable implementationTarun Kanti DebBarma-1/+4
2012-03-20gpio/omap: fix trigger type to unsignedTarun Kanti DebBarma-2/+3
2012-03-20gpio/omap: fix wakeup_en register update in _set_gpio_wakeup()Tarun Kanti DebBarma-0/+1
2012-03-19gpio: tegra: tegra_gpio_config shouldn't be __initStephen Warren-1/+1
2012-03-16powerpc/85xx: Board support for GE IMP3AMartyn Welch-0/+28
2012-03-16gpio: Move GE GPIO driver to reside within GPIO subsystemMartyn Welch-0/+183
2012-03-15Merge branch 'next/soc-exynos5250-gpio' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann-42/+445
2012-03-15Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 in...Arnd Bergmann-7/+0
2012-03-14gpio/samsung: use ioremap() for EXYNOS4 GPIOlibSangsu Park-14/+34
2012-03-14gpio/samsung: add support GPIOlib for EXYNOS5250Sangsu Park-28/+411
2012-03-14ep93xx: Configure GPIO ports in core codeRyan Mallon-7/+0
2012-03-12gpio/davinci: fix enabling unbanked GPIO IRQsSekhar Nori-5/+6
2012-03-12gpio/davinci: fix oops on unbanked gpio irq requestSekhar Nori-5/+10
2012-03-12gpio/omap: Fix section warning for omap_mpuio_alloc_gc()Tony Lindgren-1/+1
2012-03-12ARM: tegra: export tegra_gpio_{en,dis}ableArnd Bergmann-0/+2
2012-03-12gpio/gpio-stmpe: Fix the value returned by _get_value routineBhupesh Sharma-1/+1
2012-03-12GPIO: LPC32xx: Add output reading to GPO P3Roland Stigge-0/+17
2012-03-12GPIO: LPC32xx: Fix missing bit selection maskRoland Stigge-1/+1
2012-03-12gpio/omap: fix wakeups on level-triggered GPIOsKevin Hilman-0/+34
2012-03-06gpio: Support no-irq stmpe modeChris Blair-16/+25
2012-03-05gpio/omap: Fix IRQ handling for SPARSE_IRQBenoit Cousson-16/+17
2012-03-05gpio/omap: Add DT support to GPIO driverBenoit Cousson-9/+112