Skip to content
Commit fe092498 authored by Dhruva Gole's avatar Dhruva Gole Committed by Bartosz Golaszewski
Browse files

gpio: davinci: Do not clear the bank intr enable bit in save_context



The interrupt enable bits might be set if we want to use the GPIO as
wakeup source. Clearing this will mean disabling of interrupts in the GPIO
banks that we may want to wakeup from.
Thus remove the line that was clearing this bit from the driver's save
context function.

Cc: Devarsh Thakkar <devarsht@ti.com>
Fixes: 0651a730 ("gpio: davinci: Add support for system suspend/resume PM")
Signed-off-by: default avatarDhruva Gole <d-gole@ti.com>
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Acked-by: default avatarKeerthy <j-keerthy@ti.com>
Signed-off-by: default avatarBartosz Golaszewski <bartosz.golaszewski@linaro.org>
parent d49765b5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment