aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-omap.c
AgeCommit message (Expand)Author
2019-09-16gpio: gpio-omap: add check for off wake capable gpiosTony Lindgren
2019-04-12gpio: gpio-omap: fix level interrupt idlingRussell King
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
2017-09-21gpio: omap: omap_gpio_show_rev is not __initArnd Bergmann
2017-08-14gpio: omap : Add missing clk_unprepare().Arvind Yadav
2017-04-28gpio: omap: return error if requested debounce time is not possibleDavid Rivshin
2017-03-15gpio: omap: use devm_irq_alloc_descs()Bartosz Golaszewski
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg
2016-04-26gpio: omap: fix irq triggering in smart-idle wakeup modeGrygorii Strashko
2016-03-09gpio: omap: drop dev field from gpio_bank structureGrygorii Strashko
2016-01-05gpio: omap: use gpiochip data pointerLinus Walleij
2015-12-21Merge tag 'v4.4-rc6' into develLinus Walleij
2015-11-30gpio: omap: drop omap1 mpuio specific irq_mask/unmask callbacksGrygorii Strashko
2015-11-19gpio: change member .dev to .parentLinus Walleij
2015-10-16gpio: omap: fix static checker warningGrygorii Strashko
2015-10-02gpio: omap: convert to use generic irq handlerGrygorii Strashko
2015-10-02gpio: omap: move pm runtime in irq_chip.irq_bus_lock/sync_unlockGrygorii Strashko
2015-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-09-14gpio: omap: Fix GPIO numbering for deferred probeTony Lindgren
2015-09-14gpio: omap: Fix gpiochip_add() handling for deferred probeTony Lindgren
2015-08-26gpio: omap: fix clk_prepare/unprepare usageGrygorii Strashko
2015-08-26gpio: omap: protect regs access in omap_gpio_irq_handlerGrygorii Strashko
2015-08-26gpio: omap: fix omap2_set_gpio_debounceGrygorii Strashko
2015-08-26gpio: omap: switch to use platform_get_irqGrygorii Strashko
2015-08-26gpio: omap: remove wrong irq_domain_remove usage in probeGrygorii Strashko
2015-08-13gpio: omap: Fix missing raw locks conversionAxel Lin
2015-08-13Merge tag 'v4.2-rc4' into develLinus Walleij
2015-07-27gpio: omap: use raw locks for lockingSebastian Andrzej Siewior
2015-07-16gpio: omap: prevent module from being unloaded while in useGrygorii Strashko
2015-07-16gpio: omap: add missed spin_unlock_irqrestore in omap_gpio_irq_typeGrygorii Strashko
2015-07-14gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu
2015-07-14gpio/omap: Use irq_set_handler_locked()Thomas Gleixner
2015-06-01gpio: omap: rework omap_gpio_irq_startup to handle current pin state properlyGrygorii Strashko
2015-06-01gpio: omap: rework omap_gpio_request to touch only gpio specific registersGrygorii Strashko
2015-06-01gpio: omap: rework omap_x_irq_shutdown to touch only irqs specific registersGrygorii Strashko
2015-06-01gpio: omap: fix error handling in omap_gpio_irq_typeGrygorii Strashko
2015-06-01gpio: omap: fix omap_gpio_free to not clean up irq configurationGrygorii Strashko
2015-05-12Merge tag 'v4.1-rc3' into develLinus Walleij
2015-05-06gpio: omap: Allow building as a loadable moduleTony Lindgren
2015-05-06gpio: omap: Fix regression for MPUIO interruptsTony Lindgren
2015-03-27gpio: omap: get rid of GPIO_INDEX() macroGrygorii Strashko
2015-03-27gpio: omap: get rid of omap_irq_to_gpio()Grygorii Strashko