From: Kevin Hilman Date: Mon, 27 Sep 2010 14:49:53 +0000 (+0530) Subject: OMAP: UART: don't do automatic bus-level suspend/resume X-Git-Tag: v2.6.37-rc1~121^2~25^2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3244fcd227526a2f21018a280c7af0a9219c6ff4;p=pandora-kernel.git OMAP: UART: don't do automatic bus-level suspend/resume Since the omap_device for UART is currently managed inside the idle path itself, don't let the bus-level code suspend/resume the UART. To prevent this, pm_runtime_get() is used when preparing for suspend and pm_runtime_put() is used when finished with suspend. Signed-off-by: Govindraj.R Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed