mbox

[GIT,PULL] Allwinner sunXi DT additions for 3.12, take 4

Message ID 20130826092028.GA5109@lukather
State New
Headers show

Pull-request

https://github.com/mripard/linux.git tags/sunxi-dt-for-3.12-4

Message

Maxime Ripard Aug. 26, 2013, 9:20 a.m. UTC
Hi Arnd, Kevin, Olof,

Please pull the following tag on top of the one I previously sent you.

Thanks!
Maxime

The following changes since commit 82abe5294aeadc42508c7944f3a9aec0eece214c:

  ARM: sun7i: Add Cubieboard2 Device Tree (2013-08-22 00:19:19 +0200)

are available in the git repository at:

  https://github.com/mripard/linux.git tags/sunxi-dt-for-3.12-4

for you to fetch changes up to de7dc935557b0b5fcfe4a9c4802f51e3e9cb8d45:

  ARM: sun7i: Enable the A20 clocks in the DTSI (2013-08-26 10:51:19 +0200)

----------------------------------------------------------------
Allwinner DT changes for 3.12, take 4

These patches enables the gated clocks on the A10s, A20 and A31 DTSI.

----------------------------------------------------------------
Maxime Ripard (3):
      ARM: sun5i: dt: Use the A10s gates in the DTSI
      ARM: sun6i: Enable clock support in the DTSI
      ARM: sun7i: Enable the A20 clocks in the DTSI

 arch/arm/boot/dts/sun5i-a10s.dtsi |  36 ++++------
 arch/arm/boot/dts/sun6i-a31.dtsi  | 144 +++++++++++++++++++++++++++++++++++---
 arch/arm/boot/dts/sun7i-a20.dtsi  | 126 ++++++++++++++++++++++++++++++---
 3 files changed, 264 insertions(+), 42 deletions(-)

Comments

Olof Johansson Aug. 29, 2013, 9:02 p.m. UTC | #1
On Mon, Aug 26, 2013 at 11:20:28AM +0200, Maxime Ripard wrote:
> Hi Arnd, Kevin, Olof,
> 
> Please pull the following tag on top of the one I previously sent you.
> 
> Thanks!
> Maxime
> 
> The following changes since commit 82abe5294aeadc42508c7944f3a9aec0eece214c:
> 
>   ARM: sun7i: Add Cubieboard2 Device Tree (2013-08-22 00:19:19 +0200)
> 
> are available in the git repository at:
> 
>   https://github.com/mripard/linux.git tags/sunxi-dt-for-3.12-4

Pulled into late/all. Since we hadn't taken "take 3" yet, I pulled just
this one and amended the merge description to include both updates.

(Now I'll go enable the cubie2 as part of my boot test farm too).

-Olof