mbox

[GIT,PULL,2/2] ARM: rockchip: cpufreq-cpu0 device

Message ID 201717175.L17Ccvmpek@phil
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v3.18-rockchip-cpufreqdev

Message

Heiko Stuebner Sept. 29, 2014, 9:43 a.m. UTC
Hi Arnd, Olof,

this one patch adds a platform-device for cpufreq-cpu0 to mach-rockchip,
enabling frequency scaling using this cpufreq driver.

While it could be small enough to simply be included in the dt branch,
I didn't want to take that decision on my own :-)

So please pull


The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:

  Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v3.18-rockchip-cpufreqdev

for you to fetch changes up to 47b06fc2d97a0d98d6053357561f2953d6547d25:

  ARM: rockchip: add a cpufreq-cpu0 device (2014-09-29 09:21:38 +0200)

----------------------------------------------------------------
Add a simple cpufreq-cpu0 device for mach-rockchip

----------------------------------------------------------------
Heiko Stuebner (1):
      ARM: rockchip: add a cpufreq-cpu0 device

 arch/arm/mach-rockchip/rockchip.c | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Viresh Kumar Sept. 30, 2014, 5:18 a.m. UTC | #1
On Mon, Sep 29, 2014 at 3:13 PM, Heiko Stübner <heiko@sntech.de> wrote:
> Hi Arnd, Olof,
>
> this one patch adds a platform-device for cpufreq-cpu0 to mach-rockchip,
> enabling frequency scaling using this cpufreq driver.
>
> While it could be small enough to simply be included in the dt branch,
> I didn't want to take that decision on my own :-)
>
> So please pull
>
>
> The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:
>
>   Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v3.18-rockchip-cpufreqdev
>
> for you to fetch changes up to 47b06fc2d97a0d98d6053357561f2953d6547d25:
>
>   ARM: rockchip: add a cpufreq-cpu0 device (2014-09-29 09:21:38 +0200)
>
> ----------------------------------------------------------------
> Add a simple cpufreq-cpu0 device for mach-rockchip
>
> ----------------------------------------------------------------
> Heiko Stuebner (1):
>       ARM: rockchip: add a cpufreq-cpu0 device

cpufreq-cpu0 is recently renamed to cpufreq-dt just in case you missed that.