linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Allwinner DT for 3.16
@ 2014-05-16 12:07 Maxime Ripard
  2014-05-21 21:36 ` Olof Johansson
  0 siblings, 1 reply; 2+ messages in thread
From: Maxime Ripard @ 2014-05-16 12:07 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Kevin, Olof,

Here is the pull request for the DT changes for the sunXi SoCs.

The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:

  Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)

are available in the git repository at:

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

for you to fetch changes up to 209394aed532c5de9bf549f4beac92bf1b80f887:

  ARM: sunxi: dt: declare the r_pio pin controller for A31 SoC (2014-05-15 10:38:00 +0200)

----------------------------------------------------------------
Allwinner DT additions for 3.16

  - Introduction of the MMC controlers
  - New board: A10s R7, Mele M9, APP4-EVB1
  - Enabled the PMU on the Cortex A7-based SoCs

----------------------------------------------------------------
Alexandre Belloni (5):
      ARM: sun4i: dt: add pinmux configuration for the PWM
      ARM: sun7i: dt: add pinmux configuration for the PWM
      ARM: sun4i: dt: add PWM support
      ARM: sun7i: dt: add PWM support
      ARM: sunxi: dt: add PWM support for the cubietruck

Boris BREZILLON (3):
      ARM: sunxi: dt: add APP4-EVB1 board support
      ARM: sunxi: dt: add PRCM clk and reset controller subdevices
      ARM: sunxi: dt: declare the r_pio pin controller for A31 SoC

Chen-Yu Tsai (1):
      ARM: dts: sun7i: Add basic support for the Cubietruck WiFi module

David Lanzend?rfer (2):
      ARM: dts: sun4i: Add mmc controller nodes
      ARM: dts: sun5i: Add mmc controller nodes

Hans de Goede (21):
      ARM: sun6i: dt: Fixup prcm node name
      ARM: sun4i: dt: Add address- and size-cells info to i2c controller nodes
      ARM: sun5i: dt: Add address- and size-cells info to i2c controller nodes
      ARM: sun7i: dt: Add address- and size-cells info to i2c controller nodes
      ARM: dts: sun5i: Add pin-muxing info for the mmc controllers
      ARM: dts: sun6i: Add pin-muxing info for the mmc controllers
      ARM: dts: sun4i: Add pin-muxing info for the mmc0 controller
      ARM: dts: sun4i: Enable mmc controller on various A10 boards
      ARM: dts: sun5i: Enable mmc controller on various A10s and A13 boards
      ARM: dts: sun6i: Add mmc clocks
      ARM: dts: sun6i: Add mmc controller nodes
      ARM: dts: sun6i: Add new sun6i-a31-m9 dts file for Mele M9
      ARM: dts: sun7i: Add mmc controller nodes
      ARM: dts: sun7i: Add pin-muxing info for the mmc controllers
      ARM: dts: sun7i: Enable mmc controller on various A20 boards
      ARM: dts: sunxi: Add reg_vcc3v3 supply to sunxi-common-regulators.dtsi
      ARM: dts: sun4i: Add reg_vcc3v3 to sun4i board mmc nodes
      ARM: dts: sun5i: Add reg_vcc3v3 to sun5i board mmc nodes
      ARM: dts: sun6i: Add reg_vcc3v3 to sun6i board mmc nodes
      ARM: dts: sun7i: Add reg_vcc3v3 to sun7i board mmc nodes
      ARM: dts: sun5i: Add new A10s r7 hdmi tv dongle board

Maxime Ripard (6):
      ARM: sun6i: Sort the NMI node by physical address
      ARM: sun6i: dt: Add A31 DMA controller to DTSI
      ARM: sun7i: Add ARM PMU in A20 DTSI
      ARM: sun6i: Add ARM PMU in A31 DTSI
      ARM: sun6i: Add the USB clocks to the DTSI
      ARM: sun6i: dt: Add support for the USB controllers

 arch/arm/boot/dts/Makefile                       |   3 +
 arch/arm/boot/dts/sun4i-a10-a1000.dts            |  10 +
 arch/arm/boot/dts/sun4i-a10-cubieboard.dts       |  10 +
 arch/arm/boot/dts/sun4i-a10-hackberry.dts        |  10 +
 arch/arm/boot/dts/sun4i-a10-inet97fv2.dts        |  10 +
 arch/arm/boot/dts/sun4i-a10-mini-xplus.dts       |  10 +
 arch/arm/boot/dts/sun4i-a10-olinuxino-lime.dts   |  10 +
 arch/arm/boot/dts/sun4i-a10-pcduino.dts          |  10 +
 arch/arm/boot/dts/sun4i-a10.dtsi                 |  78 +++++++
 arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dts |  34 +++
 arch/arm/boot/dts/sun5i-a10s-r7-tv-dongle.dts    | 100 ++++++++
 arch/arm/boot/dts/sun5i-a10s.dtsi                |  41 ++++
 arch/arm/boot/dts/sun5i-a13-olinuxino-micro.dts  |  17 ++
 arch/arm/boot/dts/sun5i-a13-olinuxino.dts        |  17 ++
 arch/arm/boot/dts/sun5i-a13.dtsi                 |  31 +++
 arch/arm/boot/dts/sun6i-a31-app4-evb1.dts        |  57 +++++
 arch/arm/boot/dts/sun6i-a31-m9.dts               |  50 ++++
 arch/arm/boot/dts/sun6i-a31.dtsi                 | 278 ++++++++++++++++++++++-
 arch/arm/boot/dts/sun7i-a20-cubieboard2.dts      |  10 +
 arch/arm/boot/dts/sun7i-a20-cubietruck.dts       |  47 ++++
 arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts  |  27 +++
 arch/arm/boot/dts/sun7i-a20.dtsi                 |  95 ++++++++
 arch/arm/boot/dts/sunxi-common-regulators.dtsi   |   7 +
 23 files changed, 953 insertions(+), 9 deletions(-)
 create mode 100644 arch/arm/boot/dts/sun5i-a10s-r7-tv-dongle.dts
 create mode 100644 arch/arm/boot/dts/sun6i-a31-app4-evb1.dts
 create mode 100644 arch/arm/boot/dts/sun6i-a31-m9.dts

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140516/adda07db/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [GIT PULL] Allwinner DT for 3.16
  2014-05-16 12:07 [GIT PULL] Allwinner DT for 3.16 Maxime Ripard
@ 2014-05-21 21:36 ` Olof Johansson
  0 siblings, 0 replies; 2+ messages in thread
From: Olof Johansson @ 2014-05-21 21:36 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, May 16, 2014 at 02:07:21PM +0200, Maxime Ripard wrote:
> Hi Arnd, Kevin, Olof,
> 
> Here is the pull request for the DT changes for the sunXi SoCs.
> 
> The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
> 
>   Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/mripard/linux.git tags/sunxi-dt-for-3.16
> 
> for you to fetch changes up to 209394aed532c5de9bf549f4beac92bf1b80f887:
> 
>   ARM: sunxi: dt: declare the r_pio pin controller for A31 SoC (2014-05-15 10:38:00 +0200)

Merged into next/dt. Thanks!


-Olof

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-21 21:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-16 12:07 [GIT PULL] Allwinner DT for 3.16 Maxime Ripard
2014-05-21 21:36 ` 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).