aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-omap.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-26Merge tag 'gpio-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Gravatar Linus Torvalds 1-6/+4
2012-07-17gpio/omap: move bank->dbck initialization to omap_gpio_mod_init()Gravatar Tarun Kanti DebBarma 1-6/+4
2012-07-03gpio/omap: fix invalid context restore of gpio bank-0Gravatar Jon Hunter 1-1/+3
2012-06-26gpio/omap: fix irq loss while in idle with debounce onGravatar Grazvydas Ignotas 1-0/+10
2012-05-18gpio/omap: (re)fix wakeups on level-triggered GPIOsGravatar Kevin Hilman 1-3/+3
2012-05-18gpio/omap: fix broken context restore for non-OFF mode transitionsGravatar Kevin Hilman 1-2/+1
2012-05-11gpio/omap: fix missing check in *_runtime_suspend()Gravatar Tarun Kanti DebBarma 1-5/+8
2012-05-11gpio/omap: remove cpu_is_omapxxxx() checks from *_runtime_resume()Gravatar Tarun Kanti DebBarma 1-2/+2
2012-05-11gpio/omap: remove suspend/resume callbacksGravatar Tarun Kanti DebBarma 1-47/+0
2012-05-11gpio/omap: remove retrigger variable in gpio_irq_handlerGravatar Tarun Kanti DebBarma 1-3/+0
2012-05-11gpio/omap: remove saved_wakeup field from struct gpio_bankGravatar Tarun Kanti DebBarma 1-9/+3
2012-05-11gpio/omap: remove suspend_wakeup field from struct gpio_bankGravatar Tarun Kanti DebBarma 1-7/+6
2012-05-11gpio/omap: remove saved_fallingdetect, saved_risingdetectGravatar Tarun Kanti DebBarma 1-11/+8
2012-05-10gpio/omap: fix incorrect initialization of omap_gpio_mod_initGravatar Tarun Kanti DebBarma 1-6/+3
2012-03-21gpio/omap: fix redundant decoding of gpio offsetGravatar Tarun Kanti DebBarma 1-11/+7
2012-03-21gpio/omap: fix incorrect update to context.irqenable1Gravatar Tarun Kanti DebBarma 1-2/+4
2012-03-20gpio/omap: fix incorrect context restore logic in omap_gpio_runtime_*Gravatar Tarun Kanti DebBarma 1-4/+1
2012-03-20gpio/omap: fix missing dataout context save in _set_gpio_dataout_regGravatar Tarun Kanti DebBarma 1-2/+5
2012-03-20gpio/omap: fix _set_gpio_irqenable implementationGravatar Tarun Kanti DebBarma 1-1/+4
2012-03-20gpio/omap: fix trigger type to unsignedGravatar Tarun Kanti DebBarma 1-2/+3
2012-03-20gpio/omap: fix wakeup_en register update in _set_gpio_wakeup()Gravatar Tarun Kanti DebBarma 1-0/+1
2012-03-12gpio/omap: Fix section warning for omap_mpuio_alloc_gc()Gravatar Tony Lindgren 1-1/+1
2012-03-12gpio/omap: fix wakeups on level-triggered GPIOsGravatar Kevin Hilman 1-0/+34
2012-03-05gpio/omap: Fix IRQ handling for SPARSE_IRQGravatar Benoit Cousson 1-16/+17
2012-03-05gpio/omap: Add DT support to GPIO driverGravatar Benoit Cousson 1-9/+112
2012-03-05gpio/omap: Use devm_ API and add request_mem_regionGravatar Benoit Cousson 1-20/+15
2012-03-05gpio/omap: Remove bank->id information and misc cleanupGravatar Benoit Cousson 1-14/+9
2012-02-06gpio/omap: handle set_dataout reg capable IP on restoreGravatar Nishanth Menon 1-1/+6
2012-02-06gpio/omap: restore OE only after setting the output levelGravatar Nishanth Menon 1-1/+2
2012-02-06gpio/omap: enable irq at the end of all configuration in restoreGravatar Nishanth Menon 1-4/+5
2012-02-06gpio/omap: save and restore debounce registersGravatar Nishanth Menon 1-0/+12
2012-02-06gpio/omap: remove omap_gpio_save_context overheadGravatar Tarun Kanti DebBarma 1-28/+28
2012-02-06gpio/omap: fix incorrect access of debounce moduleGravatar Tarun Kanti DebBarma 1-5/+13
2012-02-06gpio/omap: fix debounce clock handlingGravatar Tarun Kanti DebBarma 1-10/+19
2012-02-06gpio/omap: cleanup prepare_for_idle and resume_after_idleGravatar Tarun Kanti DebBarma 1-98/+147
2012-02-06gpio/omap: optimize suspend and resume functionsGravatar Tarun Kanti DebBarma 1-25/+29
2012-02-06gpio/omap: use pm-runtime frameworkGravatar Tarun Kanti DebBarma 1-24/+44
2012-02-06gpio/omap: remove bank->method & METHOD_* macrosGravatar Charulatha V 1-32/+6
2012-02-06gpio/omap: remove unnecessary bit-masking for read accessGravatar Tarun Kanti DebBarma 1-3/+0
2012-02-06gpio/omap: use pinctrl offset instead of macroGravatar Charulatha V 1-5/+3
2012-02-06gpio/omap: cleanup omap_gpio_mod_init functionGravatar Tarun Kanti DebBarma 1-54/+23
2012-02-06gpio/omap: cleanup set_gpio_triggering functionGravatar Tarun Kanti DebBarma 1-114/+43
2012-02-06gpio/omap: remove hardcoded offsets in context save/restoreGravatar Tarun Kanti DebBarma 1-22/+20
2012-02-06gpio/omap: use level/edge detect reg offsetsGravatar Tarun Kanti DebBarma 1-82/+32
2012-02-06gpio/omap: further cleanup using wkup_en registerGravatar Tarun Kanti DebBarma 1-89/+21
2012-02-06gpio/omap: avoid cpu checks during module ena/disableGravatar Charulatha V 1-30/+23
2012-02-06gpio/omap: make non-wakeup GPIO part of pdataGravatar Charulatha V 1-7/+1
2012-02-06gpio/omap: handle save/restore context in GPIO driverGravatar Tarun Kanti DebBarma 1-73/+58
2012-02-06gpio/omap: make gpio_context part of gpio_bank structureGravatar Charulatha V 1-42/+34
2012-02-06gpio/omap: use flag to identify wakeup domainGravatar Charulatha V 1-7/+6