Re: [PATCH 1/3] cpuidle/powernv: cpuidle backend driver for powernv
From: Michael Ellerman <hidden>
Date: 2013-07-23 14:06:48
Also in:
lkml
From: Michael Ellerman <hidden>
Date: 2013-07-23 14:06:48
Also in:
lkml
On Tue, Jul 23, 2013 at 02:31:41PM +0530, Deepthi Dharwar wrote:
This patch implements a back-end cpuidle driver for powernv calling power7_nap and snooze idle states. This can be extended by adding more idle states in the future to the existing framework.
Other than the state table and a few minor details this looks almost identical to the pseries driver. Can we not have a single version in sysdev and isolate just the differences? cheers