summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/gpio.c
diff options
context:
space:
mode:
authorTarun Kanti DebBarma2012-04-27 16:13:36 +0200
committerKevin Hilman2012-05-12 02:08:40 +0200
commit9c4ed9e6c01e7a8bd9079da8267e1f03cb4761fc (patch)
tree095e36cbafeb166983c49df34442c4acd020ece9 /arch/arm/mach-omap2/gpio.c
parentgpio/omap: remove retrigger variable in gpio_irq_handler (diff)
downloadkernel-qcow2-linux-9c4ed9e6c01e7a8bd9079da8267e1f03cb4761fc.tar.gz
kernel-qcow2-linux-9c4ed9e6c01e7a8bd9079da8267e1f03cb4761fc.tar.xz
kernel-qcow2-linux-9c4ed9e6c01e7a8bd9079da8267e1f03cb4761fc.zip
gpio/omap: remove suspend/resume callbacks
Both omap_gpio_suspend() and omap_gpio_resume() does programming of wakeup_en register. _gpio_rmw(base, bank->regs->wkup_en, 0xffffffff, 0); _gpio_rmw(base, bank->regs->wkup_en, bank->context.wake_en, 1); This is redundant in omap_gpio_suspend() because wakeup_en register automatically gets initialized in _set_gpio_wakeup() and set_gpio_trigger() while being called either from chip.irq_set_wake() or chip.irq_set_type(). This is also redundant in omap_gpio_resume() because wakeup_en register is programmed in omap_gpio_restore_context() called which is called from runtime resume callback. Cc: Kevin Hilman <khilman@ti.com> Cc: Tony Lindgren <tony@atomide.com> Cc: Santosh Shilimkar <santosh.shilimkar@ti.com> Cc: Cousson, Benoit <b-cousson@ti.com> Cc: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com> Reviewed-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Tested-by: Govindraj.R <govindraj.raja@ti.com> Signed-off-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/gpio.c')
0 files changed, 0 insertions, 0 deletions