[PATCH 4/4] PM: Eliminate CONFIG_PM_RUNTIME
From: khilman@kernel.org (Kevin Hilman)
Date: 2014-12-19 21:49:40
Also in:
linux-pm, linux-samsung-soc, lkml
From: khilman@kernel.org (Kevin Hilman)
Date: 2014-12-19 21:49:40
Also in:
linux-pm, linux-samsung-soc, lkml
"Rafael J. Wysocki" [off-list ref] writes: [...]
Fixed up patch is appended, thanks! --- From: Rafael J. Wysocki <redacted> Subject: PM: Eliminate CONFIG_PM_RUNTIME Having switched over all of the users of CONFIG_PM_RUNTIME to use CONFIG_PM directly, turn the latter into a user-selectable option and drop the former entirely from the tree. Signed-off-by: Rafael J. Wysocki <redacted> Reviewed-by: Ulf Hansson <redacted>
Acked-by: Kevin Hilman <redacted> I assume you're planning to get this in early in the v3.19-rc cycle, correct? That way we can hopefully avoid conflicts with the various defconfig changes we're taking through the arm-soc tree. Also, thanks for taking care of all the tree-wide changes. This is a great change. Kevin