summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-omap.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: omap: Fix lost edge wake-up interruptsTony Lindgren2019-07-261-1/+11
* gpio: omap: ensure irq is enabled before wakeupRussell King2019-07-261-7/+8
* gpio: omap: fix lack of irqstatus_raw0 for OMAP4Russell King2019-07-261-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* gpio: gpio-omap: Remove conditional pm_runtime handling for GPIO interruptsRussell King2019-04-111-16/+2
* gpio: gpio-omap: configure edge detection for level IRQs for idle wakeupRussell King2019-04-111-79/+11
* Merge tag 'gpio-v5.2-updates-for-linus-part1' of git://git.kernel.org/pub/scm...Linus Walleij2019-04-081-28/+33
|\
| * gpio: gpio-omap: add check for off wake capable gpiosTony Lindgren2019-03-271-8/+17
| * gpio: gpio-omap: always scan for triggered non-wakeup capable interruptsTony Lindgren2019-03-271-8/+0
| * gpio: gpio-omap: limit errata 1.101 handling to wkup domain gpios onlyTony Lindgren2019-03-271-12/+16
* | gpio: omap: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult2019-04-051-3/+1
* | gpio: omap: avoid clang warningArnd Bergmann2019-04-051-278/+263
|/
* gpio: gpio-omap: fix level interrupt idlingRussell King2019-03-081-6/+8
* Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-12-281-8/+4
|\
| * gpio: gpio-omap: simplify getting .driver_dataWolfram Sang2018-11-051-8/+4
* | gpio: gpio-omap: Revert deferred wakeup quirk handling for regressionsTony Lindgren2018-12-211-59/+5
|/
* gpio: omap: Remove set but not used variable 'dev'YueHaibing2018-10-011-2/+0
* gpio: omap: drop omap_gpio_listGrygorii Strashko2018-10-011-4/+0
* gpio: omap: get rid of the conditional PM runtime callsGrygorii Strashko2018-10-011-20/+5
* gpio: omap: Get rid of pm_runtime_irq_safe()Tony Lindgren2018-09-241-3/+3
* gpio: omap: Remove custom PM calls and use cpu_pm insteadTony Lindgren2018-09-241-70/+108
* gpio: omap: Add level wakeup handling for omap4 based SoCsTony Lindgren2018-09-241-33/+118
* gpio: omap: Add get/set_multiple() callbacksJanusz Krzysztofik2018-08-061-2/+86
* gpio: omap: Include the right headerLinus Walleij2018-05-241-1/+1
* gpio: omap: Improve a size determinationMarkus Elfring2018-02-221-1/+1
* gpio: omap: Delete an error messageMarkus Elfring2018-02-221-3/+1
* gpio: omap: Give unique labels to each GPIO bank/chipLinus Walleij2018-01-031-1/+6
* gpio: omap: initialize gpioirq chip as part of gpiochip_add_dataGrygorii Strashko2017-11-301-18/+14
* Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-141-1/+1
|\
| * gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-081-1/+1
* | gpio: omap: Fix lost edge interruptsGrygorii Strashko2017-10-071-9/+13
* | gpio: omap: omap_gpio_show_rev is not __initArnd Bergmann2017-09-211-1/+1
|/
* gpio: omap : Add missing clk_unprepare().Arvind Yadav2017-08-141-0/+2
* gpio: omap: return error if requested debounce time is not possibleDavid Rivshin2017-04-281-6/+17
* gpio: omap: use devm_irq_alloc_descs()Bartosz Golaszewski2017-03-151-1/+2
* pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg2017-01-261-1/+13
* gpio: omap: fix irq triggering in smart-idle wakeup modeGrygorii Strashko2016-04-261-40/+2
* gpio: omap: drop dev field from gpio_bank structureGrygorii Strashko2016-03-091-28/+29
* gpio: omap: use gpiochip data pointerLinus Walleij2016-01-051-10/+10
* Merge tag 'v4.4-rc6' into develLinus Walleij2015-12-211-2/+0
|\
| * gpio: omap: drop omap1 mpuio specific irq_mask/unmask callbacksGrygorii Strashko2015-11-301-2/+0
* | gpio: change member .dev to .parentLinus Walleij2015-11-191-2/+2
|/
* gpio: omap: fix static checker warningGrygorii Strashko2015-10-161-1/+1
* gpio: omap: convert to use generic irq handlerGrygorii Strashko2015-10-021-28/+27
* gpio: omap: move pm runtime in irq_chip.irq_bus_lock/sync_unlockGrygorii Strashko2015-10-021-10/+15
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-181-1/+1
|\
| * genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* | gpio: omap: Fix GPIO numbering for deferred probeTony Lindgren2015-09-141-1/+3
* | gpio: omap: Fix gpiochip_add() handling for deferred probeTony Lindgren2015-09-141-1/+4
|/
* gpio: omap: fix clk_prepare/unprepare usageGrygorii Strashko2015-08-261-9/+18