aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* GPIO: OMAP: Fix the sequence to clear the IRQ statusGirish S G2014-10-011-6/+8
* gpio/omap: fix _set_gpio_irqenable implementationTarun Kanti DebBarma2014-10-011-1/+4
* GPIO: OMAP2+: On suspend don't wakeup on non-wakeupable interrupts.Ambresh K2014-10-011-4/+6
* ARM: OMAP4: Add put/get sync clocks in setwakeenableDan Murphy2014-10-011-0/+12
* Merge branch 'android-3.0' into android-omap-3.0Todd Poynor2013-01-162-5/+7
|\
| * pch_gpio: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2012-05-212-5/+7
* | Merge linux-stable 3.0.28 into linux-omap-3.0Todd Poynor2012-04-191-3/+3
|\|
| * gpio/pca953x: Fix warning of enabled interrupts in handlerDavid Jander2012-02-201-3/+3
* | ARM: omap4: gpio: Use pad wakeupevent to detect pulses for edge triggered gpiosArve Hjønnevåg2011-12-141-0/+7
* | ARM: omap4: gpio: Fix omap2_gpio_set_wakeupenables to have an effectArve Hjønnevåg2011-12-141-0/+22
* | ARM: omap4: gpio: Fix wakeup for masked level triggered interruptsArve Hjønnevåg2011-12-061-2/+2
* | ARM: omap4: gpio: Fix lost gpio edge interrutps in low power idle modes.Arve Hjønnevåg2011-12-051-2/+2
* | ARM: omap: gpio: fix external abort when trying to read unclocked registerMike J. Chen2011-11-301-2/+8
* | ARM: omap4: gpio: abort suspend if a level wake interrupt is pendingColin Cross2011-11-141-5/+39
* | gpio: omap: fix gpio transitions to off modeColin Cross2011-11-141-26/+27
* | ARM: omap: gpio: set wakeupenable bits when entering idle modesColin Cross2011-11-031-0/+47
* | gpio: omap: clear level bits when switching to edge detect in idleColin Cross2011-11-031-13/+42
* | ARM: omap2+: gpio: simplify updating gpios in off vs. retentionColin Cross2011-11-031-61/+53
* | omap: gpio: put_sync_suspend instead of put_sync in freeMiguel Vadillo2011-10-191-2/+2
* | GPIO: OMAP: Remove IS_ERR_VALUE callsTodd Poynor2011-10-141-10/+10
* | OMAP4: Enable/Disable GPIO clocks before/after Regiter access.Rajeev Kulkarni2011-10-141-4/+27
* | gpio: omap: leave edge detect bits alone in idleColin Cross2011-10-111-2/+2
* | GPIO: OMAP: set edge trigger for wakeup gpioAxel Haslam2011-10-061-0/+47
* | GPIO: OMAP: Fix GPIO_IRQWAKEN_0 accessAxel Haslam2011-10-061-9/+26
* | OMAP: PM: replace omap_pm_get_dev_context_loss_count with omap_pm_was_context...Axel Haslam2011-09-061-13/+3
* | GPIO: OMAP: use put_sync_suspend instead of put_syncNishanth Menon2011-08-291-1/+1
* | GPIO: OMAP: setup irq enable only after configuring interrupt in restoreNishanth Menon2011-08-291-4/+4
* | GPIO: OMAP: restore OE only after setting the output levelNishanth Menon2011-08-291-1/+1
* | GPIO: OMAP: handle set_dataout reg capable IP on restoreNishanth Menon2011-08-291-1/+6
* | GPIO: OMAP: save and restore wakeup_set register not statusNishanth Menon2011-08-291-2/+2
* | GPIO: OMAP: save and restore debounce as wellNishanth Menon2011-08-291-3/+17
* | GPIO: OMAP: mark complete once restoredNishanth Menon2011-08-291-0/+1
* | Merge commit 'v3.0' into linux-omap-3.0Colin Cross2011-08-101-0/+1
|\|
| * gpio: wm831x: add a missing break in wm831x_gpio_dbg_showAxel Lin2011-07-151-0/+1
* | GPIO: OMAP: use put_sync_suspend instead of put_sync in irq handler.Colin Cross2011-07-291-1/+1
* | GPIO: OMAP2+: allow level/edge triggeringGirish S Ghongdemath2011-07-141-1/+2
* | GPIO: OMAP: restore context only if previously savedAxel Haslam2011-07-141-2/+5
* | GPIO: OMAP2+: Clean prepare_for_idle and resume_after_idleTarun Kanti DebBarma2011-07-141-147/+160
* | GPIO: OMAP: Use PM runtime frameworkCharulatha V2011-07-141-20/+80
* | GPIO: OMAP: Remove bank->method & METHOD_* macrosCharulatha V2011-07-141-12/+6
* | GPIO: OMAP: Fix use of readl/readw to access isr_regCharulatha V2011-07-141-3/+5
* | GPIO: OMAP15xx: Use pinctrl offset instead of macroCharulatha V2011-07-141-5/+3
* | GPIO: OMAP: Clean omap_gpio_mod_init functionCharulatha V2011-07-141-40/+81
* | GPIO: OMAP: Clean set_gpio_triggering functionTarun Kanti DebBarma2011-07-141-91/+33
* | GPIO: OMAP: Remove hardcoded offsets in ctxt save/restoreTarun Kanti DebBarma2011-07-141-22/+20
* | GPIO: OMAP: Use level/edge detect reg offsetsTarun Kanti DebBarma2011-07-141-82/+36
* | GPIO: OMAP: Use wkup regs off/suspend support flagTarun Kanti DebBarma2011-07-141-102/+22
* | GPIO: OMAP: Avoid cpu checks during module ena/disableCharulatha V2011-07-141-30/+23
* | GPIO: OMAP2+: Make non-wakeup GPIO part of pdataCharulatha V2011-07-141-7/+1
* | GPIO: OMAP: Handle save/restore ctx in GPIO driverCharulatha V2011-07-141-73/+56