summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
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...Arnd Bergmann1-42/+445
2012-03-15Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 in...Arnd 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/gi...Arnd 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-639/+462
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/sc...Grant Likely1-645/+461
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
2012-02-06gpio: tegra: Parameterize the number of banksStephen Warren1-9/+33
2012-02-06gpio: tegra: Dynamically allocate IRQ base, and support DTStephen Warren1-7/+18
2012-02-06gpio/omap: handle set_dataout reg capable IP on restoreNishanth Menon1-1/+6
2012-02-06gpio/omap: restore OE only after setting the output levelNishanth Menon1-1/+2
2012-02-06gpio/omap: enable irq at the end of all configuration in restoreNishanth Menon1-4/+5
2012-02-06gpio/omap: save and restore debounce registersNishanth Menon1-0/+12
2012-02-06gpio/omap: remove omap_gpio_save_context overheadTarun Kanti DebBarma1-28/+28
2012-02-06gpio/omap: fix incorrect access of debounce moduleTarun Kanti DebBarma1-5/+13
2012-02-06gpio/omap: fix debounce clock handlingTarun Kanti DebBarma1-10/+19
2012-02-06gpio/omap: cleanup prepare_for_idle and resume_after_idleTarun Kanti DebBarma1-98/+147
2012-02-06gpio/omap: optimize suspend and resume functionsTarun Kanti DebBarma1-25/+29
2012-02-06gpio/omap: use pm-runtime frameworkTarun Kanti DebBarma1-24/+44