summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-omap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gpio: omap: Remove unnecessary lockdep classJavier Martinez Canillas2014-07-091-6/+0
* gpio: omap: prepare and unprepare the debounce clockRajendra Nayak2014-05-161-5/+5
* gpio: omap: use BIT() macro instead of shifting bitsJavier Martinez Canillas2014-05-031-25/+25
* gpio: omap: implement get_directionYegor Yefremov2014-04-281-0/+17
* gpio: omap: convert driver to use gpiolib irqchipJavier Martinez Canillas2014-04-281-56/+51
* gpio: omap: check gpiochip_add() return valueJavier Martinez Canillas2014-04-281-3/+13
* gpio: omap: convert to use irq_domain_add_simple()Javier Martinez Canillas2014-04-281-11/+4
* gpio: omap: Use devm_ioremap_resource()Jingoo Han2014-02-241-17/+3
* gpio/omap: raw read and write endian fixVictor Kamensky2013-11-251-94/+94
* gpio/omap: use gpiolib API to mark a GPIO used as an IRQJavier Martinez Canillas2013-10-161-10/+10
* gpio/omap: auto-setup a GPIO when used as an IRQJavier Martinez Canillas2013-10-011-46/+83
* gpio/omap: maintain GPIO and IRQ usage separatelyJavier Martinez Canillas2013-10-011-14/+21
* drivers/gpio/gpio-omap.c: convert comma to semicolonJulia Lawall2013-08-161-1/+1
* gpio: use dev_get_platdata()Jingoo Han2013-08-161-1/+1
* Merge tag 'gpio-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-031-1/+1
|\
| * gpio/omap: omap_gpio_init_context stub must be inlineArnd Bergmann2013-06-171-1/+1
* | gpio/omap: don't use linear domain mapping for OMAP1Javier Martinez Canillas2013-06-251-1/+21
|/
* gpio/omap: ensure gpio context is initialisedJon Hunter2013-05-131-3/+45
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-061-58/+58
|\
| * gpio/omap: force restore if context loss is not detectableJon Hunter2013-04-101-8/+17
| * gpio/omap: optimise interrupt service routineJon Hunter2013-04-101-7/+7
| * gpio/omap: remove extra context restores in *_runtime_resume()Tarun Kanti DebBarma2013-04-101-4/+0
| * gpio/omap: free irq domain in probe() failure pathsJon Hunter2013-04-101-2/+4
| * gpio: gpio-omap.c: fix checkpatch errorLaurent Navet2013-03-271-1/+1
| * gpio/omap: warn if bank is not enabled on setting irq typeJon Hunter2013-03-061-0/+3
| * gpio/omap: convert gpio irq domain to linear mappingJon Hunter2013-03-061-41/+31
* | arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas2013-03-261-2/+1
|/
* gpio: using common order: let 'static const' instead of 'const static'Chen Gang2013-02-111-3/+3
* Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-111-3/+3
|\
| * gpio: remove use of __devinitBill Pemberton2012-11-281-3/+3
* | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-12-111-1/+1
|\ \ | |/ |/|
| * gpio/gpio-omap: Use existing pointer to struct deviceTobias Klauser2012-10-151-1/+1
* | gpio/omap: fix off-mode bug: clear debounce settings on free/resetJon Hunter2012-10-271-0/+35
|/
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-011-7/+8
|\
| * ARM: OMAP: Move gpio.h to include/linux/platform_dataTony Lindgren2012-09-121-7/+8
* | gpio/gpio-omap: make platformdata used as *of_device_id.data constUwe Kleine-König2012-09-111-3/+3
* | gpio/gpio-omap.c: add a const qualifierUwe Kleine-König2012-09-111-1/+1
|/
* Merge tag 'gpio-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Linus Torvalds2012-07-261-6/+4
|\
| * gpio/omap: move bank->dbck initialization to omap_gpio_mod_init()Tarun Kanti DebBarma2012-07-171-6/+4
* | gpio/omap: fix invalid context restore of gpio bank-0Jon Hunter2012-07-031-1/+3
* | gpio/omap: fix irq loss while in idle with debounce onGrazvydas Ignotas2012-06-261-0/+10
|/
* gpio/omap: (re)fix wakeups on level-triggered GPIOsKevin Hilman2012-05-181-3/+3
OpenPOWER on IntegriCloud