linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/7] cpufreq: Get rid of cpufreq-dt's platform data
@ 2016-04-27  3:22 Viresh Kumar
  2016-04-27  3:22 ` [PATCH V2 1/7] PM / OPP: -ENOSYS is applicable only to syscalls Viresh Kumar
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Viresh Kumar @ 2016-04-27  3:22 UTC (permalink / raw)
  To: Rafael Wysocki
  Cc: linaro-kernel, linux-pm, nm, sboyd, arnd.bergmann, Viresh Kumar,
	Andrew Lunn, Gregory Clement, Jason Cooper, Sebastian Hesselbarth,
	Thomas Petazzoni

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


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2016-05-03  1:57 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-27  3:22 [PATCH V2 0/7] cpufreq: Get rid of cpufreq-dt's platform data Viresh Kumar
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-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  9:33 ` [PATCH V2 0/7] cpufreq: Get rid of cpufreq-dt's platform data Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).