mbox

[GIT,PULL,2/2] cpufreq-dt platform device

Message ID 5165858.6mpQCFJLYm@diego
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v3.19-rockchip-soc1

Message

Heiko Stübner Oct. 29, 2014, 4:15 p.m. UTC
Hi Arnd, Olof,

this pull contains the cpufreq-dt device creation needed for cpu frequency
scaling on Rockchip platforms.

While this is only a single patch, there are more soc-changes in the pipeline
(rk3288-smp and suspend) that'll hopefully marture in time for 3.19, so this
probably should get a separate branch in arm-soc and not be merge into the
dt-branch.


Thanks
Heiko


The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v3.19-rockchip-soc1

for you to fetch changes up to d3bafa3c09592448358887cfc722f72932134950:

  ARM: rockchip: add a cpufreq-dt device (2014-10-20 11:57:56 +0200)

----------------------------------------------------------------
Add a cpufreq-dt platform device

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

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

Comments

Olof Johansson Nov. 4, 2014, 10:40 p.m. UTC | #1
On Wed, Oct 29, 2014 at 05:15:37PM +0100, Heiko Stübner wrote:
> Hi Arnd, Olof,
> 
> this pull contains the cpufreq-dt device creation needed for cpu frequency
> scaling on Rockchip platforms.
> 
> While this is only a single patch, there are more soc-changes in the pipeline
> (rk3288-smp and suspend) that'll hopefully marture in time for 3.19, so this
> probably should get a separate branch in arm-soc and not be merge into the
> dt-branch.
> 
> 
> Thanks
> Heiko
> 
> 
> The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:
> 
>   Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v3.19-rockchip-soc1
> 
> for you to fetch changes up to d3bafa3c09592448358887cfc722f72932134950:
> 
>   ARM: rockchip: add a cpufreq-dt device (2014-10-20 11:57:56 +0200)

Ack, I merged the previous version of this that was based on 3.17-rc
last night.  Still, should work just fine to use that as a base for
future branches if needed.


-Olof