]> git.karo-electronics.de Git - karo-tx-linux.git/commit
OMAP: PM: disable idle on suspend for GPIO and UART
authorKevin Hilman <khilman@ti.com>
Tue, 12 Jul 2011 20:48:42 +0000 (22:48 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Tue, 12 Jul 2011 20:48:42 +0000 (22:48 +0200)
commitc8c9fda5069456eb9e0e403c19764b2e257802e1
treef129503b967e47025e6aca64ab5d617ab9765fba
parent80c6d1e65c25fbf198b463cfaec015820fb9bcdc
OMAP: PM: disable idle on suspend for GPIO and UART

Until these drivers are runtime PM converted, their device power
states are managed by calling custom driver hooks late in the
idle/suspend path.  Therefore, do not let the suspend/resume core code
automatically idle these devices since they will be managed manually
by the OMAP PM core very late in the idle/suspend path.

Signed-off-by: Kevin Hilman <khilman@ti.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
arch/arm/mach-omap2/gpio.c
arch/arm/mach-omap2/serial.c