aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-omap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-12gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-2/+1
2021-05-05Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-3/+2
2021-05-05gpio: omap: Use device_get_match_data() helperTian Tao1-3/+2
2021-04-21gpio: omap: Save and restore sysconfigTony Lindgren1-0/+9
2020-12-09Merge tag 'gpio-updates-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into develLinus Walleij1-5/+2
2020-11-30gpio: omap: handle deferred probe with dev_err_probe() for gpiochip_add_data()Grygorii Strashko1-5/+2
2020-10-28Revert "Revert "gpio: omap: Fix lost edge wake-up interrupts""Tony Lindgren1-1/+11
2020-10-13Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-4/+1
2020-08-28gpio: omap: Simplify with dev_err_probe()Krzysztof Kozlowski1-4/+1
2020-08-19gpio: omap: Fix warnings if PM is disabledTony Lindgren1-2/+2
2020-07-23gpio: omap: improve coding style for pin config flagsDrew Fustini1-4/+9
2020-07-20gpio: omap: handle pin config bias flagsDrew Fustini1-5/+11
2020-06-30gpio: omap: Add missing PM ops for suspendTony Lindgren1-0/+26
2020-03-09Revert "gpio: omap: Fix lost edge wake-up interrupts"Tony Lindgren1-11/+1
2020-03-09gpio: omap: Block idle on pending gpio interruptsTony Lindgren1-4/+13
2019-11-07gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen1-2/+4
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