summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-omap.c
AgeCommit message (Expand)Author
2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-12gpio: omap: Fix lost edge wake-up interruptsTony Lindgren
2019-06-12gpio: omap: clean up register access in omap2_set_gpio_debounce()Russell King
2019-06-12gpio: omap: irq_startup() must not return error codesRussell King
2019-06-12gpio: omap: clean up wakeup handlingRussell King
2019-06-12gpio: omap: constify register tablesRussell King
2019-06-12gpio: omap: clean up omap_gpio_restore_context()Russell King
2019-06-12gpio: omap: remove dataout variation in context handlingRussell King
2019-06-12gpio: omap: simplify omap_set_gpio_irqenable()Russell King
2019-06-12gpio: omap: simplify omap_toggle_gpio_edge_triggering()Russell King
2019-06-12gpio: omap: simplify read-modify-writeRussell King
2019-06-12gpio: omap: simplify bank->level_maskRussell King
2019-06-12gpio: omap: simplify set_multiple()Russell King
2019-06-12gpio: omap: simplify get_multiple()Russell King
2019-06-12gpio: omap: simplify get() methodRussell King
2019-06-12gpio: omap: simplify omap_gpio_get_direction()Russell King
2019-06-12gpio: omap: move omap_gpio_request() and omap_gpio_free()Russell King
2019-06-12gpio: omap: remove irq_ack methodRussell King
2019-06-12gpio: omap: clean up edge interrupt handlingRussell King
2019-06-12gpio: omap: remove remainder of list managementRussell King
2019-06-12gpio: omap: fix lack of irqstatus_raw0 for OMAP4Russell King
2019-06-12gpio: omap: ensure irq is enabled before wakeupRussell King
2019-04-11gpio: gpio-omap: Remove conditional pm_runtime handling for GPIO interruptsRussell King
2019-04-11gpio: gpio-omap: configure edge detection for level IRQs for idle wakeupRussell King
2019-04-08Merge tag 'gpio-v5.2-updates-for-linus-part1' of git://git.kernel.org/pub/scm...Linus Walleij
2019-04-05gpio: omap: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult
2019-04-05gpio: omap: avoid clang warningArnd Bergmann
2019-03-27gpio: gpio-omap: add check for off wake capable gpiosTony Lindgren
2019-03-27gpio: gpio-omap: always scan for triggered non-wakeup capable interruptsTony Lindgren
2019-03-27gpio: gpio-omap: limit errata 1.101 handling to wkup domain gpios onlyTony Lindgren
2019-03-08gpio: gpio-omap: fix level interrupt idlingRussell King
2018-12-28Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-12-21gpio: gpio-omap: Revert deferred wakeup quirk handling for regressionsTony Lindgren
2018-11-05gpio: gpio-omap: simplify getting .driver_dataWolfram Sang
2018-10-01gpio: omap: Remove set but not used variable 'dev'YueHaibing
2018-10-01gpio: omap: drop omap_gpio_listGrygorii Strashko
2018-10-01gpio: omap: get rid of the conditional PM runtime callsGrygorii Strashko
2018-09-24gpio: omap: Get rid of pm_runtime_irq_safe()Tony Lindgren
2018-09-24gpio: omap: Remove custom PM calls and use cpu_pm insteadTony Lindgren
2018-09-24gpio: omap: Add level wakeup handling for omap4 based SoCsTony Lindgren
2018-08-06gpio: omap: Add get/set_multiple() callbacksJanusz Krzysztofik
2018-05-24gpio: omap: Include the right headerLinus Walleij
2018-02-22gpio: omap: Improve a size determinationMarkus Elfring
2018-02-22gpio: omap: Delete an error messageMarkus Elfring
2018-01-03gpio: omap: Give unique labels to each GPIO bank/chipLinus Walleij
2017-11-30gpio: omap: initialize gpioirq chip as part of gpiochip_add_dataGrygorii Strashko
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding
2017-10-07gpio: omap: Fix lost edge interruptsGrygorii Strashko