summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-omap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2020-10-131-4/+1
|\
| * gpio: omap: Simplify with dev_err_probe()Krzysztof Kozlowski2020-08-281-4/+1
* | gpio: omap: Fix warnings if PM is disabledTony Lindgren2020-08-191-2/+2
|/
* gpio: omap: improve coding style for pin config flagsDrew Fustini2020-07-231-4/+9
* gpio: omap: handle pin config bias flagsDrew Fustini2020-07-201-5/+11
* gpio: omap: Add missing PM ops for suspendTony Lindgren2020-06-301-0/+26
* Revert "gpio: omap: Fix lost edge wake-up interrupts"Tony Lindgren2020-03-091-11/+1
* gpio: omap: Block idle on pending gpio interruptsTony Lindgren2020-03-091-4/+13
* gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen2019-11-071-2/+4
* Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-07-091-338/+171
|\
| * gpio: omap: Fix lost edge wake-up interruptsTony Lindgren2019-06-121-1/+11
| * gpio: omap: clean up register access in omap2_set_gpio_debounce()Russell King2019-06-121-3/+1
| * gpio: omap: irq_startup() must not return error codesRussell King2019-06-121-5/+0
| * gpio: omap: clean up wakeup handlingRussell King2019-06-121-23/+13
| * gpio: omap: constify register tablesRussell King2019-06-121-6/+6
| * gpio: omap: clean up omap_gpio_restore_context()Russell King2019-06-121-21/+15
| * gpio: omap: remove dataout variation in context handlingRussell King2019-06-121-10/+2
| * gpio: omap: simplify omap_set_gpio_irqenable()Russell King2019-06-121-46/+15
| * gpio: omap: simplify omap_toggle_gpio_edge_triggering()Russell King2019-06-121-18/+4
| * gpio: omap: simplify read-modify-writeRussell King2019-06-121-53/+30
| * gpio: omap: simplify bank->level_maskRussell King2019-06-121-4/+3
| * gpio: omap: simplify set_multiple()Russell King2019-06-121-38/+7
| * gpio: omap: simplify get_multiple()Russell King2019-06-121-25/+11
| * gpio: omap: simplify get() methodRussell King2019-06-121-19/+6
| * gpio: omap: simplify omap_gpio_get_direction()Russell King2019-06-121-10/+3
| * gpio: omap: move omap_gpio_request() and omap_gpio_free()Russell King2019-06-121-32/+32
| * gpio: omap: remove irq_ack methodRussell King2019-06-121-14/+3
| * gpio: omap: clean up edge interrupt handlingRussell King2019-06-121-11/+9
| * gpio: omap: remove remainder of list managementRussell King2019-06-121-2/+0
| * gpio: omap: fix lack of irqstatus_raw0 for OMAP4Russell King2019-06-121-0/+2
| * gpio: omap: ensure irq is enabled before wakeupRussell King2019-06-121-7/+8
* | 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