summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-omap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-111-3/+3
|\
| * gpio: remove use of __devinitBill Pemberton2012-11-281-3/+3
* | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-12-111-1/+1
|\ \ | |/ |/|
| * gpio/gpio-omap: Use existing pointer to struct deviceTobias Klauser2012-10-151-1/+1
* | gpio/omap: fix off-mode bug: clear debounce settings on free/resetJon Hunter2012-10-271-0/+35
|/
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-021-7/+8
|\
| * ARM: OMAP: Move gpio.h to include/linux/platform_dataTony Lindgren2012-09-131-7/+8
* | gpio/gpio-omap: make platformdata used as *of_device_id.data constUwe Kleine-König2012-09-111-3/+3
* | gpio/gpio-omap.c: add a const qualifierUwe Kleine-König2012-09-111-1/+1
|/
* Merge tag 'gpio-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Linus Torvalds2012-07-261-6/+4Star
|\
| * gpio/omap: move bank->dbck initialization to omap_gpio_mod_init()Tarun Kanti DebBarma2012-07-171-6/+4Star
* | gpio/omap: fix invalid context restore of gpio bank-0Jon Hunter2012-07-031-1/+3
* | gpio/omap: fix irq loss while in idle with debounce onGrazvydas Ignotas2012-06-271-0/+10
|/
* gpio/omap: (re)fix wakeups on level-triggered GPIOsKevin Hilman2012-05-181-3/+3
* gpio/omap: fix broken context restore for non-OFF mode transitionsKevin Hilman2012-05-181-2/+1Star
* gpio/omap: fix missing check in *_runtime_suspend()Tarun Kanti DebBarma2012-05-121-5/+8
* gpio/omap: remove cpu_is_omapxxxx() checks from *_runtime_resume()Tarun Kanti DebBarma2012-05-121-2/+2
* gpio/omap: remove suspend/resume callbacksTarun Kanti DebBarma2012-05-121-47/+0Star
* gpio/omap: remove retrigger variable in gpio_irq_handlerTarun Kanti DebBarma2012-05-121-3/+0Star
* gpio/omap: remove saved_wakeup field from struct gpio_bankTarun Kanti DebBarma2012-05-121-9/+3Star
* gpio/omap: remove suspend_wakeup field from struct gpio_bankTarun Kanti DebBarma2012-05-121-7/+6Star
* gpio/omap: remove saved_fallingdetect, saved_risingdetectTarun Kanti DebBarma2012-05-121-11/+8Star
* gpio/omap: fix incorrect initialization of omap_gpio_mod_initTarun Kanti DebBarma2012-05-101-6/+3Star
* gpio/omap: fix redundant decoding of gpio offsetTarun Kanti DebBarma2012-03-211-11/+7Star
* 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/+1Star
* 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/omap: Fix section warning for omap_mpuio_alloc_gc()Tony Lindgren2012-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/+15Star
* gpio/omap: Remove bank->id information and misc cleanupBenoit Cousson2012-03-051-14/+9Star
* 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/+6Star
* gpio/omap: remove unnecessary bit-masking for read accessTarun Kanti DebBarma2012-02-061-3/+0Star
* gpio/omap: use pinctrl offset instead of macroCharulatha V2012-02-061-5/+3Star
* gpio/omap: cleanup omap_gpio_mod_init functionTarun Kanti DebBarma2012-02-061-54/+23Star