summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-omap.c
Commit message (Expand)AuthorAgeFilesLines
...
* gpio/omap: Add DT support to GPIO driverBenoit Cousson2012-03-051-9/+112
* gpio/omap: Use devm_ API and add request_mem_regionBenoit Cousson2012-03-051-20/+15
* gpio/omap: Remove bank->id information and misc cleanupBenoit Cousson2012-03-051-14/+9
* gpio/omap: handle set_dataout reg capable IP on restoreNishanth Menon2012-02-061-1/+6
* gpio/omap: restore OE only after setting the output levelNishanth Menon2012-02-061-1/+2
* gpio/omap: enable irq at the end of all configuration in restoreNishanth Menon2012-02-061-4/+5
* gpio/omap: save and restore debounce registersNishanth Menon2012-02-061-0/+12
* gpio/omap: remove omap_gpio_save_context overheadTarun Kanti DebBarma2012-02-061-28/+28
* gpio/omap: fix incorrect access of debounce moduleTarun Kanti DebBarma2012-02-061-5/+13
* gpio/omap: fix debounce clock handlingTarun Kanti DebBarma2012-02-061-10/+19
* gpio/omap: cleanup prepare_for_idle and resume_after_idleTarun Kanti DebBarma2012-02-061-98/+147
* gpio/omap: optimize suspend and resume functionsTarun Kanti DebBarma2012-02-061-25/+29
* gpio/omap: use pm-runtime frameworkTarun Kanti DebBarma2012-02-061-24/+44
* gpio/omap: remove bank->method & METHOD_* macrosCharulatha V2012-02-061-32/+6
* gpio/omap: remove unnecessary bit-masking for read accessTarun Kanti DebBarma2012-02-061-3/+0
* gpio/omap: use pinctrl offset instead of macroCharulatha V2012-02-061-5/+3
* gpio/omap: cleanup omap_gpio_mod_init functionTarun Kanti DebBarma2012-02-061-54/+23
* gpio/omap: cleanup set_gpio_triggering functionTarun Kanti DebBarma2012-02-061-114/+43
* gpio/omap: remove hardcoded offsets in context save/restoreTarun Kanti DebBarma2012-02-061-22/+20
* gpio/omap: use level/edge detect reg offsetsTarun Kanti DebBarma2012-02-061-82/+32
* gpio/omap: further cleanup using wkup_en registerTarun Kanti DebBarma2012-02-061-89/+21
* gpio/omap: avoid cpu checks during module ena/disableCharulatha V2012-02-061-30/+23
* gpio/omap: make non-wakeup GPIO part of pdataCharulatha V2012-02-061-7/+1
* gpio/omap: handle save/restore context in GPIO driverTarun Kanti DebBarma2012-02-061-73/+58
* gpio/omap: make gpio_context part of gpio_bank structureCharulatha V2012-02-061-42/+34
* gpio/omap: use flag to identify wakeup domainCharulatha V2012-02-061-7/+6
* gpio/omap: remove dependency on gpio_bank_countCharulatha V2012-02-061-83/+80
* Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-11-151-25/+34
|\
| * gpio/omap: check return value from irq_alloc_generic_chipTodd Poynor2011-08-231-0/+5
| * gpio/omap: replace MOD_REG_BIT macro with static inlineKevin Hilman2011-08-231-25/+29
* | Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds2011-10-271-1/+1
|\ \
| * | ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-081-1/+1
| |/
* | gpio/omap: fix build error with certain OMAP1 configsJanusz Krzysztofik2011-10-131-1/+1
|/
* Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-07-221-570/+153
|\
| * gpio/omap: cleanup show revision, remove cpu_is checks, display only onceKevin Hilman2011-06-161-8/+6
| * gpio/omap: debounce remove SoC specific registers, use pdataKevin Hilman2011-06-161-12/+3
| * gpio/omap: cleanup _set_gpio_wakeup(), remove ifdefsKevin Hilman2011-06-161-34/+16
| * gpio/omap: remove useless gpio_valid() & check_gpio() checksKevin Hilman2011-06-161-45/+0
| * gpio/omap: convert MPUIO IRQ over to generic irq_chipKevin Hilman2011-06-161-44/+30
| * gpio/omap: conslidate enable/disable of GPIO IRQs, remove ifdefsKevin Hilman2011-06-161-99/+30
| * gpio/omap: consolidate IRQ status handling, remove #ifdefsKevin Hilman2011-06-161-61/+5
| * gpio/omap: consolidate direction, input, output, remove #ifdefsKevin Hilman2011-06-161-200/+43
| * gpio/omap: remove get_gpio_bank()Charulatha V2011-06-161-27/+2
| * gpio/omap: replace get_gpio_index() by using bank widthKevin Hilman2011-06-161-25/+17
| * gpio/omap: _get_gpio_irqbank_mask: replace hard-coded mask with bank->widthKevin Hilman2011-06-161-7/+1
| * gpio/omap: move bank width into struct gpio_bankKevin Hilman2011-06-161-7/+6
| * gpio/omap: remove MPUIO handling from _clear_gpio_irqbank()Kevin Hilman2011-06-161-6/+0
| * gpio/omap: _clear_gpio_irqbank: fix flushing of posted writeKevin Hilman2011-06-161-2/+1
* | gpio/omap4: Fix missing interrupts during device wakeup due to IOPAD.Ambresh K2011-06-161-2/+3
|/
* GPIO: OMAP: add locking around calls to _set_gpio_triggeringColin Cross2011-06-061-0/+9
OpenPOWER on IntegriCloud