From: Govindraj.R Date: Tue, 18 Oct 2011 11:39:10 +0000 (+0530) Subject: ARM: OMAP2+: UART: Avoid uart idling on suspend for no_console_suspend usecase X-Git-Tag: v3.3-rc1~137^2~3^2^2~5^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08f86b3eab9807e6d36de7e00025abad893ff557;p=pandora-kernel.git ARM: OMAP2+: UART: Avoid uart idling on suspend for no_console_suspend usecase If no_console_suspend is used we have prevent uart idling during suspend to provide debug prints. Power domain hooks can idle uarts if left enabled during system wide suspend so re-use the omap_device_disable_idle_on_suspend API's to ensure console_uart is not idled during suspend. omap_device_disable_idle_on_suspend API was used on all uarts since the uart driver was not runtime adapted, now with runtime adaptation we can re-use this API only for no_console_suspend use cases. Signed-off-by: Govindraj.R Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed