aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2012-03-23gpio/sodaville: Mark broken due to core irqdomain migrationGrant Likely1-1/+1
2012-03-23Merge branch 'for_3.4/fixes/gpio-2' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into gpio/nextGrant Likely1-22/+25
2012-03-22gpio/twl: Add DT support to gpio-twl4030 driverBenoit Cousson1-29/+50
2012-03-22gpio/twl: Allocate irq_desc dynamically for SPARSE_IRQ supportBenoit Cousson1-16/+17
2012-03-22mfd: Make twl4030 SIH SPARSE_IRQ capableBenoit Cousson1-1/+2
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds3-0/+211
2012-03-21gpio/omap: fix redundant decoding of gpio offsetTarun Kanti DebBarma1-11/+7
2012-03-21gpio/omap: fix incorrect update to context.irqenable1Tarun Kanti DebBarma1-2/+4
2012-03-20gpio/omap: fix incorrect context restore logic in omap_gpio_runtime_*Tarun Kanti DebBarma1-4/+1
2012-03-20gpio/omap: fix missing dataout context save in _set_gpio_dataout_regTarun Kanti DebBarma1-2/+5
2012-03-20gpio/omap: fix _set_gpio_irqenable implementationTarun Kanti DebBarma1-1/+4
2012-03-20gpio/omap: fix trigger type to unsignedTarun Kanti DebBarma1-2/+3
2012-03-20gpio/omap: fix wakeup_en register update in _set_gpio_wakeup()Tarun Kanti DebBarma1-0/+1
2012-03-19gpio: tegra: tegra_gpio_config shouldn't be __initStephen Warren1-1/+1
2012-03-16powerpc/85xx: Board support for GE IMP3AMartyn Welch1-0/+28
2012-03-16gpio: Move GE GPIO driver to reside within GPIO subsystemMartyn Welch3-0/+183
2012-03-15Merge branch 'next/soc-exynos5250-gpio' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/driversArnd Bergmann1-42/+445
2012-03-15Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 into next/cleanupArnd Bergmann1-7/+0
2012-03-14gpio/samsung: use ioremap() for EXYNOS4 GPIOlibSangsu Park1-14/+34
2012-03-14gpio/samsung: add support GPIOlib for EXYNOS5250Sangsu Park1-28/+411
2012-03-14ep93xx: Configure GPIO ports in core codeRyan Mallon1-7/+0
2012-03-12gpio/davinci: fix enabling unbanked GPIO IRQsSekhar Nori1-5/+6
2012-03-12gpio/davinci: fix oops on unbanked gpio irq requestSekhar Nori1-5/+10
2012-03-12gpio/omap: Fix section warning for omap_mpuio_alloc_gc()Tony Lindgren1-1/+1
2012-03-12ARM: tegra: export tegra_gpio_{en,dis}ableArnd Bergmann1-0/+2
2012-03-12gpio/gpio-stmpe: Fix the value returned by _get_value routineBhupesh Sharma1-1/+1
2012-03-12GPIO: LPC32xx: Add output reading to GPO P3Roland Stigge1-0/+17
2012-03-12GPIO: LPC32xx: Fix missing bit selection maskRoland Stigge1-1/+1
2012-03-12gpio/omap: fix wakeups on level-triggered GPIOsKevin Hilman1-0/+34
2012-03-06gpio: Support no-irq stmpe modeChris Blair1-16/+25
2012-03-05gpio/omap: Fix IRQ handling for SPARSE_IRQBenoit Cousson1-16/+17
2012-03-05gpio/omap: Add DT support to GPIO driverBenoit Cousson1-9/+112
2012-03-05gpio/omap: Use devm_ API and add request_mem_regionBenoit Cousson1-20/+15
2012-03-05gpio/omap: Remove bank->id information and misc cleanupBenoit Cousson1-14/+9
2012-03-05Merge branch 'depends/irqdomain' into next/driversArnd Bergmann1-24/+6
2012-03-05gpiolib: Add comments explaining the _cansleep() WARN_ON()sMark Brown1-0/+2
2012-03-05gpio: gpiolib: Support for open source/emitter gpiosLaxman Dewangan1-0/+39
2012-03-05gpio: gpiolib: Support for open drain/collector gpiosLaxman Dewangan1-2/+42
2012-03-04Merge tag 'tegra-soc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra into tegra/soc-driversArnd Bergmann1-13/+46
2012-03-02gpio: constify the data parameter to gpiochip_find()Grant Likely1-2/+3
2012-03-02Merge branch 'depends/omap/gpio/runtime-pm-cleanup' into next/cleanupArnd Bergmann1-628/+451
2012-02-28Merge branch 'irqdomain/next' into gpio/nextGrant Likely5-35/+22
2012-02-26gpio: tegra: Fix build issue due to irq_domain rework.Stephen Warren1-8/+6
2012-02-24ARM: OMAP1: Move 16xx GPIO system clock to platform init codeTony Lindgren1-7/+0
2012-02-22Merge branch 'for_3.4/gpio/runtime-pm-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into gpio/nextGrant Likely1-635/+451
2012-02-16gpio/gpio-pl061: No need of thaw and poweroff routines for hibernateViresh Kumar1-1/+6
2012-02-16irq_domain/powerpc: Replace custom xlate functions with library functionsGrant Likely1-16/+1
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely1-5/+2
2012-02-15Fix circular locking dependency (3.3-rc2)Ming Lei1-3/+5
2012-02-14irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely1-5/+5