From: Viresh Kumar <viresh.kumar@linaro.org>
To: Rafael Wysocki <rjw@rjwysocki.net>
Cc: linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org,
geert@linux-m68k.org, "Viresh Kumar" <viresh.kumar@linaro.org>,
"Chen-Yu Tsai" <wens@csie.org>, "Leo Yan" <leo.yan@linaro.org>,
"Magnus Damm" <magnus.damm@gmail.com>,
"Maxime Ripard" <maxime.ripard@free-electrons.com>,
"Michal Simek" <michal.simek@xilinx.com>,
"Sascha Hauer" <kernel@pengutronix.de>,
"Sebastian Hesselbarth" <sebastian.hesselbarth@gmail.com>,
"Shawn Guo" <shawnguo@kernel.org>,
"Simon Horman" <horms@verge.net.au>,
"Sören Brinkmann" <soren.brinkmann@xilinx.com>,
"Tony Lindgren" <tony@atomide.com>
Subject: [PATCH V2 0/9] cpufreq: dt: Don't create platform-device from platform code
Date: Fri, 22 Apr 2016 16:58:38 +0530 [thread overview]
Message-ID: <cover.1461324267.git.viresh.kumar@linaro.org> (raw)
Hi Rafael,
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.
V1->V2:
- Acks from Arnd for all the patches and from few other maintainers
- Finley sent his patch for rockchip 2 minutes before I sent mine :), and so I
picked his patch instead of mine.
- First patch is new based on suggestions from Geert.
- Arnd suggested to get rid of a init routine in imx patch, that's done as well.
I think we can push this series now that its been Acked by Arnd..
Finley Xiao (1):
cpufreq: rockchip: Use generic platdev driver
Viresh Kumar (8):
cpufreq: dt: Mark platdev machines array as __initconst
cpufreq: berlin: Use generic platdev driver
cpufreq: imx: Use generic platdev driver
cpufreq: omap: 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 | 10 -------
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 | 53 +++++++++++++++++++++++++++++++++++-
drivers/cpufreq/hisi-acpu-cpufreq.c | 42 ----------------------------
16 files changed, 54 insertions(+), 124 deletions(-)
delete mode 100644 arch/arm/mach-shmobile/cpufreq.c
delete mode 100644 drivers/cpufreq/hisi-acpu-cpufreq.c
--
2.7.1.410.g6faf27b
next reply other threads:[~2016-04-22 11:29 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-22 11:28 Viresh Kumar [this message]
2016-04-22 11:28 ` [PATCH V2 1/9] cpufreq: dt: Mark platdev machines array as __initconst Viresh Kumar
2016-04-22 11:28 ` [PATCH V2 2/9] cpufreq: berlin: Use generic platdev driver Viresh Kumar
2016-04-22 11:28 ` [PATCH V2 3/9] cpufreq: imx: " Viresh Kumar
2016-04-22 11:28 ` [PATCH V2 4/9] cpufreq: omap: " Viresh Kumar
[not found] ` <cover.1461324267.git.viresh.kumar-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2016-04-22 11:28 ` [PATCH V2 5/9] cpufreq: rockchip: " Viresh Kumar
2016-04-22 13:58 ` Heiko Stübner
2016-04-22 11:28 ` [PATCH V2 6/9] cpufreq: shmobile: " Viresh Kumar
2016-04-22 11:28 ` [PATCH V2 7/9] cpufreq: sunxi: " Viresh Kumar
2016-04-22 11:28 ` [PATCH V2 8/9] cpufreq: zynq: " Viresh Kumar
2016-04-22 11:28 ` [PATCH V2 9/9] cpufreq: hisilicon: " Viresh Kumar
2016-04-26 0:06 ` [PATCH V2 0/9] cpufreq: dt: Don't create platform-device from platform code Rafael J. Wysocki
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.1461324267.git.viresh.kumar@linaro.org \
--to=viresh.kumar@linaro.org \
--cc=geert@linux-m68k.org \
--cc=horms@verge.net.au \
--cc=kernel@pengutronix.de \
--cc=leo.yan@linaro.org \
--cc=linaro-kernel@lists.linaro.org \
--cc=linux-pm@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=maxime.ripard@free-electrons.com \
--cc=michal.simek@xilinx.com \
--cc=rjw@rjwysocki.net \
--cc=sebastian.hesselbarth@gmail.com \
--cc=shawnguo@kernel.org \
--cc=soren.brinkmann@xilinx.com \
--cc=tony@atomide.com \
--cc=wens@csie.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;
as well as URLs for NNTP newsgroup(s).