Commit Graph

105 Commits (598911b42c940158caa1169092a804903bde845e)

Author SHA1 Message Date
Javier Martinez Canillas 2f56e0a57f gpio/omap: use gpiolib API to mark a GPIO used as an IRQ 11 years ago
Javier Martinez Canillas fac7fa162a gpio/omap: auto-setup a GPIO when used as an IRQ 12 years ago
Javier Martinez Canillas fa365e4d72 gpio/omap: maintain GPIO and IRQ usage separately 12 years ago
Julia Lawall 388f430841 drivers/gpio/gpio-omap.c: convert comma to semicolon 12 years ago
Jingoo Han e56aee1897 gpio: use dev_get_platdata() 12 years ago
Linus Walleij 253403b035 Revert "gpio/omap: don't create an IRQ mapping for every GPIO on DT" 12 years ago
Linus Walleij c119fee063 Revert "gpio/omap: auto request GPIO as input if used as IRQ via DT" 12 years ago
Linus Walleij 27d470c1ab Revert "gpio/omap: fix build error when OF_GPIO is not defined." 12 years ago
Javier Martinez Canillas 949eb1a4d2 gpio/omap: fix build error when OF_GPIO is not defined. 12 years ago
Javier Martinez Canillas b4419e1a15 gpio/omap: auto request GPIO as input if used as IRQ via DT 12 years ago
Javier Martinez Canillas 0e970cec05 gpio/omap: don't create an IRQ mapping for every GPIO on DT 12 years ago
Javier Martinez Canillas 397eada946 gpio/omap: don't use linear domain mapping for OMAP1 12 years ago
Arnd Bergmann ea4a21a298 gpio/omap: omap_gpio_init_context stub must be inline 12 years ago
Jon Hunter 352a2d5bfc gpio/omap: ensure gpio context is initialised 12 years ago
Jon Hunter a2797beadf gpio/omap: force restore if context loss is not detectable 12 years ago
Jon Hunter 3513cdeccc gpio/omap: optimise interrupt service routine 12 years ago
Tarun Kanti DebBarma 60b18b9aa4 gpio/omap: remove extra context restores in *_runtime_resume() 12 years ago
Jon Hunter 879fe32438 gpio/omap: free irq domain in probe() failure paths 12 years ago
Laurent Navet e83507b763 gpio: gpio-omap.c: fix checkpatch error 12 years ago
Catalin Marinas de88cbb7b2 arm: Move chained_irq_(enter|exit) to a generic file 12 years ago
Jon Hunter 8d4c277e18 gpio/omap: warn if bank is not enabled on setting irq type 12 years ago
Jon Hunter ede4d7a5b9 gpio/omap: convert gpio irq domain to linear mapping 12 years ago
Chen Gang e9a65bb63e gpio: using common order: let 'static const' instead of 'const static' 12 years ago
Bill Pemberton 3836309d93 gpio: remove use of __devinit 12 years ago
Jon Hunter c9c55d9211 gpio/omap: fix off-mode bug: clear debounce settings on free/reset 12 years ago
Tobias Klauser 086d585f13 gpio/gpio-omap: Use existing pointer to struct device 13 years ago
Tony Lindgren 4b25408f1f ARM: OMAP: Move gpio.h to include/linux/platform_data 13 years ago
Uwe Kleine-König c06e6769a8 gpio/gpio-omap: make platformdata used as *of_device_id.data const 13 years ago
Uwe Kleine-König f6817a2c2e gpio/gpio-omap.c: add a const qualifier 13 years ago
Tarun Kanti DebBarma 346720130a gpio/omap: move bank->dbck initialization to omap_gpio_mod_init() 13 years ago
Jon Hunter 7b86cef34a gpio/omap: fix invalid context restore of gpio bank-0 13 years ago
Grazvydas Ignotas 9e303f228c gpio/omap: fix irq loss while in idle with debounce on 13 years ago
Kevin Hilman b3c64bc30a gpio/omap: (re)fix wakeups on level-triggered GPIOs 13 years ago
Kevin Hilman 22770de11c gpio/omap: fix broken context restore for non-OFF mode transitions 13 years ago
Tarun Kanti DebBarma 1b1287032d gpio/omap: fix missing check in *_runtime_suspend() 13 years ago
Tarun Kanti DebBarma 4e962e8998 gpio/omap: remove cpu_is_omapxxxx() checks from *_runtime_resume() 13 years ago
Tarun Kanti DebBarma 9c4ed9e6c0 gpio/omap: remove suspend/resume callbacks 13 years ago
Tarun Kanti DebBarma b1a8e3d2d1 gpio/omap: remove retrigger variable in gpio_irq_handler 13 years ago
Tarun Kanti DebBarma 499fa2871d gpio/omap: remove saved_wakeup field from struct gpio_bank 13 years ago
Tarun Kanti DebBarma 0aa2727399 gpio/omap: remove suspend_wakeup field from struct gpio_bank 13 years ago
Tarun Kanti DebBarma c6f31c9ec2 gpio/omap: remove saved_fallingdetect, saved_risingdetect 13 years ago
Tarun Kanti DebBarma 6edd94db25 gpio/omap: fix incorrect initialization of omap_gpio_mod_init 13 years ago
Tarun Kanti DebBarma 7fcca715de gpio/omap: fix redundant decoding of gpio offset 13 years ago
Tarun Kanti DebBarma 2a900eb74c gpio/omap: fix incorrect update to context.irqenable1 13 years ago
Tarun Kanti DebBarma 960edffe29 gpio/omap: fix incorrect context restore logic in omap_gpio_runtime_* 13 years ago
Tarun Kanti DebBarma 2c836f7ea5 gpio/omap: fix missing dataout context save in _set_gpio_dataout_reg 13 years ago
Tarun Kanti DebBarma 8276536cec gpio/omap: fix _set_gpio_irqenable implementation 13 years ago
Tarun Kanti DebBarma 00ece7e482 gpio/omap: fix trigger type to unsigned 13 years ago
Tarun Kanti DebBarma 381a752f29 gpio/omap: fix wakeup_en register update in _set_gpio_wakeup() 13 years ago
Tony Lindgren 8805f410e4 gpio/omap: Fix section warning for omap_mpuio_alloc_gc() 13 years ago