* [GIT PULL 1/2] first bunch on Rockchip dt changes
@ 2014-10-29 16:12 Heiko Stübner
2014-10-29 16:15 ` [GIT PULL 2/2] cpufreq-dt platform device Heiko Stübner
2014-11-04 22:42 ` [GIT PULL 1/2] first bunch on Rockchip dt changes Olof Johansson
0 siblings, 2 replies; 4+ messages in thread
From: Heiko Stübner @ 2014-10-29 16:12 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd, Olof,
here is a first bunch of devicetree changes for 3.19.
Mainly it is the cpufreq support that came to late for 3.18 + some smaller
changes as explained in the tag.
So if this looks ok, please pull
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-dts1
for you to fetch changes up to 11bd57b82e6802765d1a1b33405bbaff82615d65:
ARM: dts: rockchip: Add SPI DMA into rk3288.dtsi (2014-10-25 00:07:32 +0200)
----------------------------------------------------------------
First hunk of rockchip devicetree patches, containing:
- cpu operating points and supplies
- dma support for spi controllers
- i2s on rk3066 and rk3188
- default core clock settings for rk3288
----------------------------------------------------------------
Doug Anderson (1):
ARM: dts: rockchip: Add SPI DMA into rk3288.dtsi
Heiko Stuebner (2):
ARM: dts: rockchip: add operating points and armclk references
ARM: dts: rockchip: add cpu supplies to boards
Julien CHAUVEAU (2):
ARM: dts: rockchip: enable DMA on SPI for rk3066 and rk3188
ARM: dts: rockchip: add I2S controllers for rk3066 and rk3188
Kever Yang (1):
ARM: dts: rockchip: enable init rate for clock
arch/arm/boot/dts/rk3066a-bqcurie2.dts | 4 ++
arch/arm/boot/dts/rk3066a.dtsi | 93 +++++++++++++++++++++++++++++++++-
arch/arm/boot/dts/rk3188-radxarock.dts | 6 ++-
arch/arm/boot/dts/rk3188.dtsi | 41 ++++++++++++++-
arch/arm/boot/dts/rk3288-evb-rk808.dts | 6 ++-
arch/arm/boot/dts/rk3288.dtsi | 35 ++++++++++++-
arch/arm/boot/dts/rk3xxx.dtsi | 4 ++
7 files changed, 184 insertions(+), 5 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* [GIT PULL 2/2] cpufreq-dt platform device
2014-10-29 16:12 [GIT PULL 1/2] first bunch on Rockchip dt changes Heiko Stübner
@ 2014-10-29 16:15 ` Heiko Stübner
2014-11-04 22:40 ` Olof Johansson
2014-11-04 22:42 ` [GIT PULL 1/2] first bunch on Rockchip dt changes Olof Johansson
1 sibling, 1 reply; 4+ messages in thread
From: Heiko Stübner @ 2014-10-29 16:15 UTC (permalink / raw)
To: linux-arm-kernel
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(+)
^ permalink raw reply [flat|nested] 4+ messages in thread* [GIT PULL 2/2] cpufreq-dt platform device
2014-10-29 16:15 ` [GIT PULL 2/2] cpufreq-dt platform device Heiko Stübner
@ 2014-11-04 22:40 ` Olof Johansson
0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2014-11-04 22:40 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL 1/2] first bunch on Rockchip dt changes
2014-10-29 16:12 [GIT PULL 1/2] first bunch on Rockchip dt changes Heiko Stübner
2014-10-29 16:15 ` [GIT PULL 2/2] cpufreq-dt platform device Heiko Stübner
@ 2014-11-04 22:42 ` Olof Johansson
1 sibling, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2014-11-04 22:42 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Oct 29, 2014 at 05:12:02PM +0100, Heiko St?bner wrote:
> Hi Arnd, Olof,
>
> here is a first bunch of devicetree changes for 3.19.
>
> Mainly it is the cpufreq support that came to late for 3.18 + some smaller
> changes as explained in the tag.
>
> So if this looks ok, please pull
Merged into next/dt.
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-11-04 22:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-29 16:12 [GIT PULL 1/2] first bunch on Rockchip dt changes Heiko Stübner
2014-10-29 16:15 ` [GIT PULL 2/2] cpufreq-dt platform device Heiko Stübner
2014-11-04 22:40 ` Olof Johansson
2014-11-04 22:42 ` [GIT PULL 1/2] first bunch on Rockchip dt changes Olof Johansson
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).