OMAP: PM: omap_device: add API to disable idle on suspend
authorKevin Hilman <khilman@ti.com>
Tue, 12 Jul 2011 20:48:29 +0000 (22:48 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Tue, 12 Jul 2011 20:48:29 +0000 (22:48 +0200)
commit80c6d1e65c25fbf198b463cfaec015820fb9bcdc
treec6d0a5f7ac5a0d6ca2b2e5f46b79ca81fd4b5fcb
parentc03f007a8bf0e092caeb6856a5c8a850df10b974
OMAP: PM: omap_device: add API to disable idle on suspend

By default, omap_devices will be automatically idled on suspend
(and re-enabled on resume.)  Using this new API, device init code
can disable this feature if desired.

NOTE: any driver/device that has been runtime PM converted should
      not be using this API.

Signed-off-by: Kevin Hilman <khilman@ti.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
arch/arm/plat-omap/include/plat/omap_device.h
arch/arm/plat-omap/omap_device.c