]> git.baikalelectronics.ru Git - kernel.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)
commit682dbd7b4c2444efc9d4337f656b87775d8af1cf
treef129503b967e47025e6aca64ab5d617ab9765fba
parent1f0c906d22b742717d9345d2da9bc2750004286d
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