aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2012-03-21gpio/omap: fix redundant decoding of gpio offsetTarun Kanti DebBarma
2012-03-21gpio/omap: fix incorrect update to context.irqenable1Tarun Kanti DebBarma
2012-03-20gpio/omap: fix incorrect context restore logic in omap_gpio_runtime_*Tarun Kanti DebBarma
2012-03-20gpio/omap: fix missing dataout context save in _set_gpio_dataout_regTarun Kanti DebBarma
2012-03-20gpio/omap: fix _set_gpio_irqenable implementationTarun Kanti DebBarma
2012-03-20gpio/omap: fix trigger type to unsignedTarun Kanti DebBarma
2012-03-20gpio/omap: fix wakeup_en register update in _set_gpio_wakeup()Tarun Kanti DebBarma
2012-03-19gpio: tegra: tegra_gpio_config shouldn't be __initStephen Warren
2012-03-16powerpc/85xx: Board support for GE IMP3AMartyn Welch
2012-03-16gpio: Move GE GPIO driver to reside within GPIO subsystemMartyn Welch
2012-03-15Merge branch 'next/soc-exynos5250-gpio' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann
2012-03-15Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 in...Arnd Bergmann
2012-03-14gpio/samsung: use ioremap() for EXYNOS4 GPIOlibSangsu Park
2012-03-14gpio/samsung: add support GPIOlib for EXYNOS5250Sangsu Park
2012-03-14ep93xx: Configure GPIO ports in core codeRyan Mallon
2012-03-12gpio/davinci: fix enabling unbanked GPIO IRQsSekhar Nori
2012-03-12gpio/davinci: fix oops on unbanked gpio irq requestSekhar Nori
2012-03-12gpio/omap: Fix section warning for omap_mpuio_alloc_gc()Tony Lindgren
2012-03-12ARM: tegra: export tegra_gpio_{en,dis}ableArnd Bergmann
2012-03-12gpio/gpio-stmpe: Fix the value returned by _get_value routineBhupesh Sharma
2012-03-12GPIO: LPC32xx: Add output reading to GPO P3Roland Stigge
2012-03-12GPIO: LPC32xx: Fix missing bit selection maskRoland Stigge
2012-03-12gpio/omap: fix wakeups on level-triggered GPIOsKevin Hilman
2012-03-06gpio: Support no-irq stmpe modeChris Blair
2012-03-05gpio/omap: Fix IRQ handling for SPARSE_IRQBenoit Cousson
2012-03-05gpio/omap: Add DT support to GPIO driverBenoit Cousson
2012-03-05gpio/omap: Use devm_ API and add request_mem_regionBenoit Cousson
2012-03-05gpio/omap: Remove bank->id information and misc cleanupBenoit Cousson
2012-03-05Merge branch 'depends/irqdomain' into next/driversArnd Bergmann
2012-03-05gpiolib: Add comments explaining the _cansleep() WARN_ON()sMark Brown
2012-03-05gpio: gpiolib: Support for open source/emitter gpiosLaxman Dewangan
2012-03-05gpio: gpiolib: Support for open drain/collector gpiosLaxman Dewangan
2012-03-04Merge tag 'tegra-soc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann
2012-03-02gpio: constify the data parameter to gpiochip_find()Grant Likely
2012-03-02Merge branch 'depends/omap/gpio/runtime-pm-cleanup' into next/cleanupArnd Bergmann
2012-02-28Merge branch 'irqdomain/next' into gpio/nextGrant Likely
2012-02-26gpio: tegra: Fix build issue due to irq_domain rework.Stephen Warren
2012-02-24ARM: OMAP1: Move 16xx GPIO system clock to platform init codeTony Lindgren
2012-02-22Merge branch 'for_3.4/gpio/runtime-pm-cleanup' of git://git.kernel.org/pub/sc...Grant Likely
2012-02-16gpio/gpio-pl061: No need of thaw and poweroff routines for hibernateViresh Kumar
2012-02-16irq_domain/powerpc: Replace custom xlate functions with library functionsGrant Likely
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely
2012-02-15Fix circular locking dependency (3.3-rc2)Ming Lei
2012-02-14irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely
2012-02-06gpio: tegra: Parameterize the number of banksStephen Warren
2012-02-06gpio: tegra: Dynamically allocate IRQ base, and support DTStephen Warren
2012-02-06gpio/omap: handle set_dataout reg capable IP on restoreNishanth Menon
2012-02-06gpio/omap: restore OE only after setting the output levelNishanth Menon
2012-02-06gpio/omap: enable irq at the end of all configuration in restoreNishanth Menon
2012-02-06gpio/omap: save and restore debounce registersNishanth Menon