commit | 80c6d1e65c25fbf198b463cfaec015820fb9bcdc | [log] [tgz] |
---|---|---|
author | Kevin Hilman <khilman@ti.com> | Tue Jul 12 22:48:29 2011 +0200 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Tue Jul 12 22:48:29 2011 +0200 |
tree | c6d0a5f7ac5a0d6ca2b2e5f46b79ca81fd4b5fcb | |
parent | c03f007a8bf0e092caeb6856a5c8a850df10b974 [diff] |
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>