Re: [PATCH V2] PM / OPP: Move the OPP directory out of power/
From: "Rafael J. Wysocki" <rafael@kernel.org>
Date: 2017-09-27 17:50:01
Also in:
lkml
From: "Rafael J. Wysocki" <rafael@kernel.org>
Date: 2017-09-27 17:50:01
Also in:
lkml
On Wed, Sep 27, 2017 at 7:27 PM, Viresh Kumar [off-list ref] wrote:
On 27-09-17, 19:22, Rafael J. Wysocki wrote:quoted
On Wed, Sep 27, 2017 at 12:12 AM, Viresh Kumar [off-list ref] wrote:quoted
The drivers/base/power/ directory is special and contains code related to power management core like system suspend/resume, hibernation, etc. It was fine to keep the OPP code inside it when we had just one file for it, but it is growing now and already has a directory for itself. Lets move it directly under drivers/ directory, just like cpufreq and cpuidle. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> --- V1->V2: - Update maintainers and add a Kconfig file in drivers/opp/.OK, but I need an ACK from Stephen here.Sure.quoted
And while we are at it, you, Stephen and Nishanth Menon are listed as maintainers for it and I'm not, but I still apply OPP patches, so maybe one of you can set up a git repo for this and send pull requests to me instead?Yeah, I will setup one.
Actually, it is even listed in that MAINTAINERS entry already, unless you prefer to use a different one that is. :-) Thanks, Rafael