aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-omap.c
Commit message (Expand)AuthorAge
* gpio/omap: fix incorrect initialization of omap_gpio_mod_initTarun Kanti DebBarma2012-05-10
* gpio/omap: fix redundant decoding of gpio offsetTarun Kanti DebBarma2012-03-21
* gpio/omap: fix incorrect update to context.irqenable1Tarun Kanti DebBarma2012-03-21
* gpio/omap: fix incorrect context restore logic in omap_gpio_runtime_*Tarun Kanti DebBarma2012-03-20
* gpio/omap: fix missing dataout context save in _set_gpio_dataout_regTarun Kanti DebBarma2012-03-20
* gpio/omap: fix _set_gpio_irqenable implementationTarun Kanti DebBarma2012-03-20
* gpio/omap: fix trigger type to unsignedTarun Kanti DebBarma2012-03-20
* gpio/omap: fix wakeup_en register update in _set_gpio_wakeup()Tarun Kanti DebBarma2012-03-20
* gpio/omap: Fix section warning for omap_mpuio_alloc_gc()Tony Lindgren2012-03-12
* gpio/omap: fix wakeups on level-triggered GPIOsKevin Hilman2012-03-12
* gpio/omap: Fix IRQ handling for SPARSE_IRQBenoit Cousson2012-03-05
* gpio/omap: Add DT support to GPIO driverBenoit Cousson2012-03-05
* gpio/omap: Use devm_ API and add request_mem_regionBenoit Cousson2012-03-05
* gpio/omap: Remove bank->id information and misc cleanupBenoit Cousson2012-03-05
* gpio/omap: handle set_dataout reg capable IP on restoreNishanth Menon2012-02-06
* gpio/omap: restore OE only after setting the output levelNishanth Menon2012-02-06
* gpio/omap: enable irq at the end of all configuration in restoreNishanth Menon2012-02-06
* gpio/omap: save and restore debounce registersNishanth Menon2012-02-06
* gpio/omap: remove omap_gpio_save_context overheadTarun Kanti DebBarma2012-02-06
* gpio/omap: fix incorrect access of debounce moduleTarun Kanti DebBarma2012-02-06
* gpio/omap: fix debounce clock handlingTarun Kanti DebBarma2012-02-06
* gpio/omap: cleanup prepare_for_idle and resume_after_idleTarun Kanti DebBarma2012-02-06
* gpio/omap: optimize suspend and resume functionsTarun Kanti DebBarma2012-02-06
* gpio/omap: use pm-runtime frameworkTarun Kanti DebBarma2012-02-06
* gpio/omap: remove bank->method & METHOD_* macrosCharulatha V2012-02-06
* gpio/omap: remove unnecessary bit-masking for read accessTarun Kanti DebBarma2012-02-06
* gpio/omap: use pinctrl offset instead of macroCharulatha V2012-02-06
* gpio/omap: cleanup omap_gpio_mod_init functionTarun Kanti DebBarma2012-02-06
* gpio/omap: cleanup set_gpio_triggering functionTarun Kanti DebBarma2012-02-06
* gpio/omap: remove hardcoded offsets in context save/restoreTarun Kanti DebBarma2012-02-06
* gpio/omap: use level/edge detect reg offsetsTarun Kanti DebBarma2012-02-06
* gpio/omap: further cleanup using wkup_en registerTarun Kanti DebBarma2012-02-06
* gpio/omap: avoid cpu checks during module ena/disableCharulatha V2012-02-06
* gpio/omap: make non-wakeup GPIO part of pdataCharulatha V2012-02-06
* gpio/omap: handle save/restore context in GPIO driverTarun Kanti DebBarma2012-02-06
* gpio/omap: make gpio_context part of gpio_bank structureCharulatha V2012-02-06
* gpio/omap: use flag to identify wakeup domainCharulatha V2012-02-06
* gpio/omap: remove dependency on gpio_bank_countCharulatha V2012-02-06
* Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-11-15
|\
| * gpio/omap: check return value from irq_alloc_generic_chipTodd Poynor2011-08-23
| * gpio/omap: replace MOD_REG_BIT macro with static inlineKevin Hilman2011-08-23
* | Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds2011-10-27
|\ \
| * | ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-08
| |/
* / gpio/omap: fix build error with certain OMAP1 configsJanusz Krzysztofik2011-10-13
|/
* Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-07-22
|\
| * gpio/omap: cleanup show revision, remove cpu_is checks, display only onceKevin Hilman2011-06-16
| * gpio/omap: debounce remove SoC specific registers, use pdataKevin Hilman2011-06-16
| * gpio/omap: cleanup _set_gpio_wakeup(), remove ifdefsKevin Hilman2011-06-16
| * gpio/omap: remove useless gpio_valid() & check_gpio() checksKevin Hilman2011-06-16
| * gpio/omap: convert MPUIO IRQ over to generic irq_chipKevin Hilman2011-06-16