All of lore.kernel.org
 help / color / mirror / Atom feed
From: Viresh Kumar <viresh.kumar@linaro.org>
To: Rafael Wysocki <rjw@rjwysocki.net>
Cc: linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org,
	nm@ti.com, sboyd@codeaurora.org, arnd.bergmann@linaro.org,
	Viresh Kumar <viresh.kumar@linaro.org>,
	Andrew Lunn <andrew@lunn.ch>,
	Gregory Clement <gregory.clement@free-electrons.com>,
	Jason Cooper <jason@lakedaemon.net>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Subject: [PATCH V2 0/7] cpufreq: Get rid of cpufreq-dt's platform data
Date: Wed, 27 Apr 2016 08:52:20 +0530	[thread overview]
Message-ID: <cover.1461727086.git.viresh.kumar@linaro.org> (raw)

Hi Guys,

The aim of the series is to kill the users of cpufreq-dt's platform
data, i.e. mvebu. And because that required a new API to the OPP core,
this just became a mix of cpufreq and OPP patches.

V2:
- New patch 2/7.
- Use -ENOTSUPP instead of -ENOSYS or -EINVAL for unimplemented APIs.
- Moved mvebu code to drivers/cpufreq and the same file creates the platform
  device now for maintaining ordering.
- Not cast required to drop 'const' for cpumask *.

Viresh Kumar (7):
  PM / OPP: -ENOSYS is applicable only to syscalls
  PM / OPP: Mark cpumask as const in dev_pm_opp_set_sharing_cpus()
  PM / OPP: Add dev_pm_opp_get_sharing_cpus()
  cpufreq: dt: Identify cpu-sharing for platforms without
    operating-points-v2
  mvebu: Use dev_pm_opp_set_sharing_cpus() to mark OPP tables as shared
  cpufreq: dt: Kill platform-data
  cpufreq: mvebu: Move cpufreq code into drivers/cpufreq/

 MAINTAINERS                     |   1 +
 arch/arm/mach-mvebu/pmsu.c      |  85 -------------------------------
 drivers/base/power/opp/cpu.c    |  48 +++++++++++++++++-
 drivers/cpufreq/Makefile        |   1 +
 drivers/cpufreq/cpufreq-dt.c    |  22 ++++-----
 drivers/cpufreq/mvebu-cpufreq.c | 107 ++++++++++++++++++++++++++++++++++++++++
 include/linux/cpufreq-dt.h      |  24 ---------
 include/linux/pm_opp.h          |  36 ++++++++------
 8 files changed, 187 insertions(+), 137 deletions(-)
 create mode 100644 drivers/cpufreq/mvebu-cpufreq.c
 delete mode 100644 include/linux/cpufreq-dt.h

-- 
2.7.1.410.g6faf27b


             reply	other threads:[~2016-04-27  3:22 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-27  3:22 Viresh Kumar [this message]
2016-04-27  3:22 ` [PATCH V2 1/7] PM / OPP: -ENOSYS is applicable only to syscalls Viresh Kumar
2016-05-03  0:42   ` Stephen Boyd
2016-04-27  3:22 ` [PATCH V2 2/7] PM / OPP: Mark cpumask as const in dev_pm_opp_set_sharing_cpus() Viresh Kumar
2016-05-03  0:43   ` Stephen Boyd
2016-05-03  1:57     ` Viresh Kumar
2016-04-27  3:22 ` [PATCH V2 3/7] PM / OPP: Add dev_pm_opp_get_sharing_cpus() Viresh Kumar
2016-05-03  0:46   ` Stephen Boyd
2016-04-27  3:22 ` [PATCH V2 4/7] cpufreq: dt: Identify cpu-sharing for platforms without operating-points-v2 Viresh Kumar
2016-05-03  0:45   ` Stephen Boyd
2016-04-27  3:22 ` [PATCH V2 5/7] mvebu: Use dev_pm_opp_set_sharing_cpus() to mark OPP tables as shared Viresh Kumar
2016-04-27  3:22   ` Viresh Kumar
2016-05-03  0:45   ` Stephen Boyd
2016-05-03  0:45     ` Stephen Boyd
2016-04-27  3:22 ` [PATCH V2 6/7] cpufreq: dt: Kill platform-data Viresh Kumar
2016-04-27  3:22 ` [PATCH V2 7/7] cpufreq: mvebu: Move cpufreq code into drivers/cpufreq/ Viresh Kumar
2016-04-27  3:22   ` Viresh Kumar
2016-04-27  9:33 ` [PATCH V2 0/7] cpufreq: Get rid of cpufreq-dt's platform data Arnd Bergmann

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=cover.1461727086.git.viresh.kumar@linaro.org \
    --to=viresh.kumar@linaro.org \
    --cc=andrew@lunn.ch \
    --cc=arnd.bergmann@linaro.org \
    --cc=gregory.clement@free-electrons.com \
    --cc=jason@lakedaemon.net \
    --cc=linaro-kernel@lists.linaro.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=rjw@rjwysocki.net \
    --cc=sboyd@codeaurora.org \
    --cc=sebastian.hesselbarth@gmail.com \
    --cc=thomas.petazzoni@free-electrons.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.