On Thu, 24 Feb 2011, amitdanielk@gmail.com wrote:
From: Marek Szyprowski m.szyprowski@samsung.com
Most suspend/resume code depends on CONFIG_PM. This causes problems if one wants to enable Runtime PM (to control power domains for example), but doesn't need system suspend/resume feature. This also enables to use Runtime PM feature on S5PV310 which doesn't implement system suspend/resume callbacks yet.
Signed-off-by: Marek Szyprowski m.szyprowski@samsung.com Signed-off-by: Kyungmin Park kyungmin.park@samsung.com Tested-by: Amit Daniel Kachhap amit.kachhap@linaro.org
Sending this patch to linaro mailing list as it is needed for linaro kernel(2.6.38) to enable PM_DEBUG flag and debug clock domains (launchpad bug id:713075). This patch is under review in samsung mailing list. http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg04025.html
Merged.
Nicolas