linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] cpufreq: dt: Don't create platform-device from platform code
@ 2016-04-21  8:43 Viresh Kumar
  2016-04-21  8:43 ` [PATCH 1/8] cpufreq: berlin: Use generic platdev driver Viresh Kumar
                   ` (8 more replies)
  0 siblings, 9 replies; 21+ messages in thread
From: Viresh Kumar @ 2016-04-21  8:43 UTC (permalink / raw)
  To: Rafael Wysocki
  Cc: linaro-kernel, linux-pm, arnd.bergmann, Viresh Kumar,
	Antoine Tenart, Chen-Yu Tsai, Heiko Stuebner, Leo Yan,
	Magnus Damm, Maxime Ripard, Michal Simek, Sascha Hauer,
	Sebastian Hesselbarth, Shawn Guo, Simon Horman,
	Sören Brinkmann, Tony Lindgren

Hi,

This migrates rest of the platforms to use cpufreq-dt-platdev.c. There
are few exceptions though:
- mvebu: it uses platform data and its problem will be solved in a
  separate series.
- highbank, s5pv210, sti, tegra124: these platforms already have cpufreq
  drivers in drivers/cpufreq/, which does some other stuff and finally
  create the device. There are sequencing issues, and so they will be
  left as it is.

I have pushed these for testing by:
- kernelci (build/boot testing for ARM)
- Intel's buildbot (build for ARM, build/boot for Intel)

Viresh Kumar (8):
  cpufreq: berlin: Use generic platdev driver
  cpufreq: imx: Use generic platdev driver
  cpufreq: omap: Use generic platdev driver
  cpufreq: rockchip: Use generic platdev driver
  cpufreq: shmobile: Use generic platdev driver
  cpufreq: sunxi: Use generic platdev driver
  cpufreq: zynq: Use generic platdev driver
  cpufreq: hisilicon: Use generic platdev driver

 arch/arm/mach-berlin/berlin.c        |  6 -----
 arch/arm/mach-imx/imx27-dt.c         |  4 ---
 arch/arm/mach-imx/mach-imx51.c       |  3 ---
 arch/arm/mach-imx/mach-imx53.c       |  2 --
 arch/arm/mach-imx/mach-imx7d.c       |  6 -----
 arch/arm/mach-omap2/pm.c             |  7 ++----
 arch/arm/mach-rockchip/rockchip.c    |  1 -
 arch/arm/mach-shmobile/Makefile      |  1 -
 arch/arm/mach-shmobile/common.h      |  7 ------
 arch/arm/mach-shmobile/cpufreq.c     | 19 ---------------
 arch/arm/mach-sunxi/sunxi.c          |  9 -------
 arch/arm/mach-zynq/common.c          |  2 --
 drivers/cpufreq/Kconfig.arm          |  9 -------
 drivers/cpufreq/Makefile             |  1 -
 drivers/cpufreq/cpufreq-dt-platdev.c | 47 ++++++++++++++++++++++++++++++++++++
 drivers/cpufreq/hisi-acpu-cpufreq.c  | 42 --------------------------------
 16 files changed, 49 insertions(+), 117 deletions(-)
 delete mode 100644 arch/arm/mach-shmobile/cpufreq.c
 delete mode 100644 drivers/cpufreq/hisi-acpu-cpufreq.c

-- 
2.7.1.410.g6faf27b


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

end of thread, other threads:[~2016-04-23 17:14 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-21  8:43 [PATCH 0/8] cpufreq: dt: Don't create platform-device from platform code Viresh Kumar
2016-04-21  8:43 ` [PATCH 1/8] cpufreq: berlin: Use generic platdev driver Viresh Kumar
2016-04-21  9:05   ` Antoine Tenart
2016-04-21  8:43 ` [PATCH 2/8] cpufreq: imx: " Viresh Kumar
2016-04-21  9:19   ` Lucas Stach
2016-04-21  9:46   ` Arnd Bergmann
2016-04-21  9:50     ` Viresh Kumar
2016-04-21 10:17       ` Arnd Bergmann
2016-04-21  8:43 ` [PATCH 3/8] cpufreq: omap: " Viresh Kumar
2016-04-21  8:43 ` [PATCH 4/8] cpufreq: rockchip: " Viresh Kumar
2016-04-21  8:43 ` [PATCH 5/8] cpufreq: shmobile: " Viresh Kumar
2016-04-21 13:04   ` Geert Uytterhoeven
2016-04-22  3:21     ` Viresh Kumar
2016-04-22  6:41       ` Geert Uytterhoeven
2016-04-22  6:47         ` Viresh Kumar
2016-04-21  8:43 ` [PATCH 6/8] cpufreq: sunxi: " Viresh Kumar
2016-04-21  8:54   ` Maxime Ripard
2016-04-21  8:43 ` [PATCH 7/8] cpufreq: zynq: " Viresh Kumar
2016-04-21  8:43 ` [PATCH 8/8] cpufreq: hisilicon: " Viresh Kumar
2016-04-23 17:14   ` Leo Yan
2016-04-21  9:49 ` [PATCH 0/8] cpufreq: dt: Don't create platform-device from platform code 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).