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