summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-omap.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: Get rid of duplicate of_node assignment in the driversAndy Shevchenko2021-12-171-3/+0
* gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-121-2/+1
* Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-05-051-3/+2
|\
| * gpio: omap: Use device_get_match_data() helperTian Tao2021-05-051-3/+2
* | gpio: omap: Save and restore sysconfigTony Lindgren2021-04-211-0/+9
|/
* Merge tag 'gpio-updates-for-v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Walleij2020-12-091-5/+2
|\
| * gpio: omap: handle deferred probe with dev_err_probe() for gpiochip_add_data()Grygorii Strashko2020-11-301-5/+2
* | Revert "Revert "gpio: omap: Fix lost edge wake-up interrupts""Tony Lindgren2020-10-281-1/+11
|/
* 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
|\