summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2012-03-23Merge branch 'for_3.4/fixes/gpio-2' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely1-22/+25
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-20gpio: tegra: tegra_gpio_config shouldn't be __initStephen Warren1-1/+1
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/omap: Fix IRQ handling for SPARSE_IRQBenoit Cousson1-16/+17
2012-03-06gpio/omap: Add DT support to GPIO driverBenoit Cousson1-9/+112
2012-03-06gpio/omap: Use devm_ API and add request_mem_regionBenoit Cousson1-20/+15
2012-03-06gpio/omap: Remove bank->id information and misc cleanupBenoit Cousson1-14/+9
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-03gpio: constify the data parameter to gpiochip_find()Grant Likely1-2/+3
2012-02-28Merge branch 'irqdomain/next' into gpio/nextGrant Likely5-35/+22
2012-02-23Merge 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-16Fix circular locking dependency (3.3-rc2)Ming Lei1-3/+5
2012-02-15irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely1-5/+5
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
2012-02-06gpio/omap: remove bank->method & METHOD_* macrosCharulatha V1-32/+6
2012-02-06gpio/omap: remove unnecessary bit-masking for read accessTarun Kanti DebBarma1-3/+0
2012-02-06gpio/omap: use pinctrl offset instead of macroCharulatha V1-5/+3
2012-02-06gpio/omap: cleanup omap_gpio_mod_init functionTarun Kanti DebBarma1-54/+23
2012-02-06gpio/omap: cleanup set_gpio_triggering functionTarun Kanti DebBarma1-114/+43
2012-02-06gpio/omap: remove hardcoded offsets in context save/restoreTarun Kanti DebBarma1-22/+20
2012-02-06gpio/omap: use level/edge detect reg offsetsTarun Kanti DebBarma1-82/+32
2012-02-06gpio/omap: further cleanup using wkup_en registerTarun Kanti DebBarma1-89/+21