aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-omap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-338/+171
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-12gpio: omap: Fix lost edge wake-up interruptsTony Lindgren1-1/+11
2019-06-12gpio: omap: clean up register access in omap2_set_gpio_debounce()Russell King1-3/+1
2019-06-12gpio: omap: irq_startup() must not return error codesRussell King1-5/+0
2019-06-12gpio: omap: clean up wakeup handlingRussell King1-23/+13
2019-06-12gpio: omap: constify register tablesRussell King1-6/+6
2019-06-12gpio: omap: clean up omap_gpio_restore_context()Russell King1-21/+15
2019-06-12gpio: omap: remove dataout variation in context handlingRussell King1-10/+2
2019-06-12gpio: omap: simplify omap_set_gpio_irqenable()Russell King1-46/+15
2019-06-12gpio: omap: simplify omap_toggle_gpio_edge_triggering()Russell King1-18/+4
2019-06-12gpio: omap: simplify read-modify-writeRussell King1-53/+30
2019-06-12gpio: omap: simplify bank->level_maskRussell King1-4/+3
2019-06-12gpio: omap: simplify set_multiple()Russell King1-38/+7
2019-06-12gpio: omap: simplify get_multiple()Russell King1-25/+11
2019-06-12gpio: omap: simplify get() methodRussell King1-19/+6
2019-06-12gpio: omap: simplify omap_gpio_get_direction()Russell King1-10/+3
2019-06-12gpio: omap: move omap_gpio_request() and omap_gpio_free()Russell King1-32/+32
2019-06-12gpio: omap: remove irq_ack methodRussell King1-14/+3
2019-06-12gpio: omap: clean up edge interrupt handlingRussell King1-11/+9
2019-06-12gpio: omap: remove remainder of list managementRussell King1-2/+0
2019-06-12gpio: omap: fix lack of irqstatus_raw0 for OMAP4Russell King1-0/+2
2019-06-12gpio: omap: ensure irq is enabled before wakeupRussell King1-7/+8
2019-04-11gpio: gpio-omap: Remove conditional pm_runtime handling for GPIO interruptsRussell King1-16/+2
2019-04-11gpio: gpio-omap: configure edge detection for level IRQs for idle wakeupRussell King1-79/+11
2019-04-08Merge tag 'gpio-v5.2-updates-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into develLinus Walleij1-28/+33
2019-04-05gpio: omap: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult1-3/+1
2019-04-05gpio: omap: avoid clang warningArnd Bergmann1-278/+263
2019-03-27gpio: gpio-omap: add check for off wake capable gpiosTony Lindgren1-8/+17
2019-03-27gpio: gpio-omap: always scan for triggered non-wakeup capable interruptsTony Lindgren1-8/+0
2019-03-27gpio: gpio-omap: limit errata 1.101 handling to wkup domain gpios onlyTony Lindgren1-12/+16
2019-03-08gpio: gpio-omap: fix level interrupt idlingRussell King1-6/+8
2018-12-28Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-8/+4
2018-12-21gpio: gpio-omap: Revert deferred wakeup quirk handling for regressionsTony Lindgren1-59/+5
2018-11-05gpio: gpio-omap: simplify getting .driver_dataWolfram Sang1-8/+4
2018-10-01gpio: omap: Remove set but not used variable 'dev'YueHaibing1-2/+0
2018-10-01gpio: omap: drop omap_gpio_listGrygorii Strashko1-4/+0
2018-10-01gpio: omap: get rid of the conditional PM runtime callsGrygorii Strashko1-20/+5
2018-09-24gpio: omap: Get rid of pm_runtime_irq_safe()Tony Lindgren1-3/+3
2018-09-24gpio: omap: Remove custom PM calls and use cpu_pm insteadTony Lindgren1-70/+108
2018-09-24gpio: omap: Add level wakeup handling for omap4 based SoCsTony Lindgren1-33/+118
2018-08-06gpio: omap: Add get/set_multiple() callbacksJanusz Krzysztofik1-2/+86
2018-05-24gpio: omap: Include the right headerLinus Walleij1-1/+1
2018-02-22gpio: omap: Improve a size determinationMarkus Elfring1-1/+1
2018-02-22gpio: omap: Delete an error messageMarkus Elfring1-3/+1
2018-01-03gpio: omap: Give unique labels to each GPIO bank/chipLinus Walleij1-1/+6
2017-11-30gpio: omap: initialize gpioirq chip as part of gpiochip_add_dataGrygorii Strashko1-18/+14
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+1
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding1-1/+1
2017-10-07gpio: omap: Fix lost edge interruptsGrygorii Strashko1-9/+13