summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-omap.c
Commit message (Expand)AuthorAge
* pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg2017-01-26
* gpio: omap: fix irq triggering in smart-idle wakeup modeGrygorii Strashko2016-04-26
* gpio: omap: drop dev field from gpio_bank structureGrygorii Strashko2016-03-09
* gpio: omap: use gpiochip data pointerLinus Walleij2016-01-05
* Merge tag 'v4.4-rc6' into develLinus Walleij2015-12-21
|\
| * gpio: omap: drop omap1 mpuio specific irq_mask/unmask callbacksGrygorii Strashko2015-11-30
* | gpio: change member .dev to .parentLinus Walleij2015-11-19
|/
* gpio: omap: fix static checker warningGrygorii Strashko2015-10-16
* gpio: omap: convert to use generic irq handlerGrygorii Strashko2015-10-02
* gpio: omap: move pm runtime in irq_chip.irq_bus_lock/sync_unlockGrygorii Strashko2015-10-02
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-18
|\
| * genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-16
* | gpio: omap: Fix GPIO numbering for deferred probeTony Lindgren2015-09-14
* | gpio: omap: Fix gpiochip_add() handling for deferred probeTony Lindgren2015-09-14
|/
* gpio: omap: fix clk_prepare/unprepare usageGrygorii Strashko2015-08-26
* gpio: omap: protect regs access in omap_gpio_irq_handlerGrygorii Strashko2015-08-26
* gpio: omap: fix omap2_set_gpio_debounceGrygorii Strashko2015-08-26
* gpio: omap: switch to use platform_get_irqGrygorii Strashko2015-08-26
* gpio: omap: remove wrong irq_domain_remove usage in probeGrygorii Strashko2015-08-26
* gpio: omap: Fix missing raw locks conversionAxel Lin2015-08-13
* Merge tag 'v4.2-rc4' into develLinus Walleij2015-08-13
|\
| * gpio: omap: prevent module from being unloaded while in useGrygorii Strashko2015-07-16
| * gpio: omap: add missed spin_unlock_irqrestore in omap_gpio_irq_typeGrygorii Strashko2015-07-16
* | gpio: omap: use raw locks for lockingSebastian Andrzej Siewior2015-07-27
* | gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-14
* | gpio/omap: Use irq_set_handler_locked()Thomas Gleixner2015-07-14
|/
* gpio: omap: rework omap_gpio_irq_startup to handle current pin state properlyGrygorii Strashko2015-06-01
* gpio: omap: rework omap_gpio_request to touch only gpio specific registersGrygorii Strashko2015-06-01
* gpio: omap: rework omap_x_irq_shutdown to touch only irqs specific registersGrygorii Strashko2015-06-01
* gpio: omap: fix error handling in omap_gpio_irq_typeGrygorii Strashko2015-06-01
* gpio: omap: fix omap_gpio_free to not clean up irq configurationGrygorii Strashko2015-06-01
* Merge tag 'v4.1-rc3' into develLinus Walleij2015-05-12
|\
| * gpio: omap: Fix regression for MPUIO interruptsTony Lindgren2015-05-06
* | gpio: omap: Allow building as a loadable moduleTony Lindgren2015-05-06
|/
* gpio: omap: get rid of GPIO_INDEX() macroGrygorii Strashko2015-03-27
* gpio: omap: get rid of omap_irq_to_gpio()Grygorii Strashko2015-03-27
* gpio: omap: get rid of GPIO_BIT() macroGrygorii Strashko2015-03-27
* gpio: omap: convert gpio irq functions to use GPIO offsetGrygorii Strashko2015-03-27
* gpio: omap: drop 'gpio' param from omap_gpio_init_irq()Grygorii Strashko2015-03-27
* gpio: omap: convert debounce functions switch to use gpio offsetGrygorii Strashko2015-03-27
* gpio: omap: simplify omap_set_gpio_dataout_x()Grygorii Strashko2015-03-27
* gpio: omap: convert omap_gpio_is_input() to use gpio offsetGrygorii Strashko2015-03-27
* gpio: omap: irq_shutdown: remove unnecessary call of gpiochip_unlock_as_irqGrygorii Strashko2015-03-09
* gpio: omap: Fix bad device access with setup_irq()Tony Lindgren2015-01-26
* Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-12-14
|\
| * gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot2014-10-28
* | gpio / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-04
|/
* gpio: omap: Fix interrupt namesNishanth Menon2014-09-23
* gpio: remove remaining users of gpiochip_remove() retvalLinus Walleij2014-09-23
* gpio: omap: Add an omap prefix to all functionsJavier Martinez Canillas2014-07-09