From: Sekhar Nori <nsekhar@ti.com>
To: Viresh Kumar <viresh.kumar@linaro.org>,
Rafael Wysocki <rjw@rjwysocki.net>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-pm@vger.kernel.org,
Vincent Guittot <vincent.guittot@linaro.org>,
Stephen Boyd <sboyd@codeaurora.org>, Nishanth Menon <nm@ti.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] PM / OPP: Move the OPP directory out of power/
Date: Tue, 26 Sep 2017 10:41:06 +0530 [thread overview]
Message-ID: <2cdd51f6-c5ac-9fe3-60df-d83a06ec85d0@ti.com> (raw)
In-Reply-To: <2767b448493ca16f064618d36387ac56dfec0e56.1506384278.git.viresh.kumar@linaro.org>
On Tuesday 26 September 2017 05:35 AM, Viresh Kumar wrote:
> 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>
> ---
> drivers/Makefile | 1 +
> drivers/base/power/Makefile | 1 -
> drivers/{base/power => }/opp/Makefile | 0
> drivers/{base/power => }/opp/core.c | 0
> drivers/{base/power => }/opp/cpu.c | 0
> drivers/{base/power => }/opp/debugfs.c | 0
> drivers/{base/power => }/opp/of.c | 0
> drivers/{base/power => }/opp/opp.h | 0
> 8 files changed, 1 insertion(+), 1 deletion(-)
> rename drivers/{base/power => }/opp/Makefile (100%)
> rename drivers/{base/power => }/opp/core.c (100%)
> rename drivers/{base/power => }/opp/cpu.c (100%)
> rename drivers/{base/power => }/opp/debugfs.c (100%)
> rename drivers/{base/power => }/opp/of.c (100%)
> rename drivers/{base/power => }/opp/opp.h (100%)
MAINTAINERS needs update too. Also, shouldn't PM_OPP now find a home in
drivers/opp/Kconfig?
Thanks,
Sekhar
next prev parent reply other threads:[~2017-09-26 5:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-26 0:05 [PATCH] PM / OPP: Move the OPP directory out of power/ Viresh Kumar
2017-09-26 5:11 ` Sekhar Nori [this message]
2017-09-26 22:02 ` Viresh Kumar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2cdd51f6-c5ac-9fe3-60df-d83a06ec85d0@ti.com \
--to=nsekhar@ti.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=nm@ti.com \
--cc=rjw@rjwysocki.net \
--cc=sboyd@codeaurora.org \
--cc=vincent.guittot@linaro.org \
--cc=viresh.kumar@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox