summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-omap.c
AgeCommit message (Expand)Author
2023-10-04OMAP/gpio: drop MPUIO static baseLinus Walleij
2023-10-02gpio: omap: Convert to platform remove callback returning voidUwe Kleine-König
2023-07-29gpio: omap: Remove redundant dev_err_probe() and zero value handle codeRuan Jinjie
2023-07-19gpio: Explicitly include correct DT includesRob Herring
2023-03-10gpio: omap: Convert to immutable irq_chipLinus Walleij
2023-03-10gpio: omap: Drop irq_baseLinus Walleij
2023-01-30gpio: omap: use dynamic allocation of baseAndreas Kemnade
2022-02-09gpio: omap: Move PM device over to irq domainMarc Zyngier
2021-12-17gpio: Get rid of duplicate of_node assignment in the driversAndy Shevchenko
2021-08-12gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-05-05Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-05-05gpio: omap: Use device_get_match_data() helperTian Tao
2021-04-21gpio: omap: Save and restore sysconfigTony Lindgren
2020-12-09Merge tag 'gpio-updates-for-v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Walleij
2020-11-30gpio: omap: handle deferred probe with dev_err_probe() for gpiochip_add_data()Grygorii Strashko
2020-10-28Revert "Revert "gpio: omap: Fix lost edge wake-up interrupts""Tony Lindgren
2020-10-13Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2020-08-28gpio: omap: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-08-19gpio: omap: Fix warnings if PM is disabledTony Lindgren
2020-07-23gpio: omap: improve coding style for pin config flagsDrew Fustini
2020-07-20gpio: omap: handle pin config bias flagsDrew Fustini
2020-06-30gpio: omap: Add missing PM ops for suspendTony Lindgren
2020-03-09Revert "gpio: omap: Fix lost edge wake-up interrupts"Tony Lindgren
2020-03-09gpio: omap: Block idle on pending gpio interruptsTony Lindgren
2019-11-07gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen
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