summaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_3.4/fixes/gpio-2' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely2012-03-231-22/+25
|\
| * gpio/omap: fix redundant decoding of gpio offsetTarun Kanti DebBarma2012-03-211-11/+7
| * gpio/omap: fix incorrect update to context.irqenable1Tarun Kanti DebBarma2012-03-211-2/+4
| * gpio/omap: fix incorrect context restore logic in omap_gpio_runtime_*Tarun Kanti DebBarma2012-03-201-4/+1
| * gpio/omap: fix missing dataout context save in _set_gpio_dataout_regTarun Kanti DebBarma2012-03-201-2/+5
| * gpio/omap: fix _set_gpio_irqenable implementationTarun Kanti DebBarma2012-03-201-1/+4
| * gpio/omap: fix trigger type to unsignedTarun Kanti DebBarma2012-03-201-2/+3
| * gpio/omap: fix wakeup_en register update in _set_gpio_wakeup()Tarun Kanti DebBarma2012-03-201-0/+1
* | gpio: tegra: tegra_gpio_config shouldn't be __initStephen Warren2012-03-191-1/+1
|/
* gpio/davinci: fix enabling unbanked GPIO IRQsSekhar Nori2012-03-121-5/+6
* gpio/davinci: fix oops on unbanked gpio irq requestSekhar Nori2012-03-121-5/+10
* gpio/omap: Fix section warning for omap_mpuio_alloc_gc()Tony Lindgren2012-03-121-1/+1
* ARM: tegra: export tegra_gpio_{en,dis}ableArnd Bergmann2012-03-121-0/+2
* gpio/gpio-stmpe: Fix the value returned by _get_value routineBhupesh Sharma2012-03-121-1/+1
* GPIO: LPC32xx: Add output reading to GPO P3Roland Stigge2012-03-121-0/+17
* GPIO: LPC32xx: Fix missing bit selection maskRoland Stigge2012-03-121-1/+1
* gpio/omap: fix wakeups on level-triggered GPIOsKevin Hilman2012-03-121-0/+34
* gpio/omap: Fix IRQ handling for SPARSE_IRQBenoit Cousson2012-03-051-16/+17
* gpio/omap: Add DT support to GPIO driverBenoit Cousson2012-03-051-9/+112
* gpio/omap: Use devm_ API and add request_mem_regionBenoit Cousson2012-03-051-20/+15
* gpio/omap: Remove bank->id information and misc cleanupBenoit Cousson2012-03-051-14/+9
* gpiolib: Add comments explaining the _cansleep() WARN_ON()sMark Brown2012-03-051-0/+2
* gpio: gpiolib: Support for open source/emitter gpiosLaxman Dewangan2012-03-051-0/+39
* gpio: gpiolib: Support for open drain/collector gpiosLaxman Dewangan2012-03-051-2/+42
* gpio: constify the data parameter to gpiochip_find()Grant Likely2012-03-021-2/+3
* Merge branch 'irqdomain/next' into gpio/nextGrant Likely2012-02-285-35/+22
|\
| * irq_domain/powerpc: Replace custom xlate functions with library functionsGrant Likely2012-02-161-16/+1
| * irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely2012-02-161-5/+2
| * irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely2012-02-141-5/+5
| * gpio: Add missing spin_lock_init in gpio-ml-ioh driverAxel Lin2012-02-021-0/+1
| * gpio: Add missing spin_lock_init in gpio-pch driverAxel Lin2012-02-021-0/+1
| * gpio: samsung: adapt to changes in gpio specifier translator function declara...Thomas Abraham2012-02-021-10/+13
| * Correct bad gpio namingRoland Stigge2012-01-221-1/+1
* | Merge branch 'for_3.4/gpio/runtime-pm-cleanup' of git://git.kernel.org/pub/sc...Grant Likely2012-02-231-645/+461
|\ \
| * | gpio/omap: handle set_dataout reg capable IP on restoreNishanth Menon2012-02-061-1/+6
| * | gpio/omap: restore OE only after setting the output levelNishanth Menon2012-02-061-1/+2
| * | gpio/omap: enable irq at the end of all configuration in restoreNishanth Menon2012-02-061-4/+5
| * | gpio/omap: save and restore debounce registersNishanth Menon2012-02-061-0/+12
| * | gpio/omap: remove omap_gpio_save_context overheadTarun Kanti DebBarma2012-02-061-28/+28
| * | gpio/omap: fix incorrect access of debounce moduleTarun Kanti DebBarma2012-02-061-5/+13
| * | gpio/omap: fix debounce clock handlingTarun Kanti DebBarma2012-02-061-10/+19
| * | gpio/omap: cleanup prepare_for_idle and resume_after_idleTarun Kanti DebBarma2012-02-061-98/+147
| * | gpio/omap: optimize suspend and resume functionsTarun Kanti DebBarma2012-02-061-25/+29
| * | gpio/omap: use pm-runtime frameworkTarun Kanti DebBarma2012-02-061-24/+44
| * | gpio/omap: remove bank->method & METHOD_* macrosCharulatha V2012-02-061-32/+6
| * | gpio/omap: remove unnecessary bit-masking for read accessTarun Kanti DebBarma2012-02-061-3/+0
| * | gpio/omap: use pinctrl offset instead of macroCharulatha V2012-02-061-5/+3
| * | gpio/omap: cleanup omap_gpio_mod_init functionTarun Kanti DebBarma2012-02-061-54/+23
| * | gpio/omap: cleanup set_gpio_triggering functionTarun Kanti DebBarma2012-02-061-114/+43
| * | gpio/omap: remove hardcoded offsets in context save/restoreTarun Kanti DebBarma2012-02-061-22/+20