All of lore.kernel.org
 help / color / mirror / Atom feed
From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Allwinner DT additions for 3.17
Date: Fri, 18 Jul 2014 22:50:31 +0200	[thread overview]
Message-ID: <20140718205031.GA27834@lukather> (raw)

Hi Arnd, Kevin, Olof,

Here are the sunxi DT changes for 3.17.

Thanks!
Maxime

The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:

  Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-dt-for-3.17

for you to fetch changes up to c220aec2bb793bf5a1fb451fd3e4db87654c5ba5:

  ARM: dts: sun6i: Add Merrii A31 Hummingbird support (2014-07-18 22:40:37 +0200)

----------------------------------------------------------------
Allwinner DT additions for 3.17

Among the few patches that we have so far, there's a few noticeable changes:
  - Introduction of the Allwinner A23 SoC
  - Support for the GMAC on the A31. This is only available so far on the
    boards which bootloader enable the PHY regulator.
  - Addition of the infrared receiver

----------------------------------------------------------------
Alexander Bersenev (3):
      ARM: sunxi: Add pins for IR controller on A20 to dtsi
      ARM: sunxi: Enable IR controller on cubieboard 2 and cubietruck in dts
      ARM: sunxi: Add IR controllers on A20 to dtsi

Carlo Caione (2):
      ARM: dts: sun4i: Add AXP209 support to various boards
      ARM: dts: sun7i: Add AXP209 support to various boards

Chen-Yu Tsai (10):
      ARM: sunxi: Add Allwinner A23 dtsi
      ARM: sun8i: dt: Add Ippo-q8h v5 support
      ARM: dts: sunxi: Add #interrupt-cells to pinctrl nodes
      ARM: sun8i: Add basic clock nodes to the DTSI
      ARM: sun8i: Add reset controller nodes to the DTSI
      ARM: sun8i: Add PRCM clock and reset controller nodes to the DTSI
      ARM: dts: sun6i: Add pin muxing options for GMAC
      ARM: dts: sun6i: Add GMAC clock node to the A31 dtsi
      ARM: dts: sun6i: Add A31 GMAC gigabit ethernet controller node
      ARM: dts: sun6i: Add ethernet alias for GMAC

Hans de Goede (5):
      ARM: dts: sun7i: Rename sun7i-a20-ir to sun4i-a10-ir
      ARM: dts: sun7i: Add ir receiver support to a20-i12-tvbox
      ARM: dts: sun4i: Add new ba10-tvbox board
      ARM: dts: sun4i: Add ir controller nodes and pinmux
      ARM: dts: sun4i: Add ir node to various boards

Maxime Ripard (1):
      ARM: dts: sun6i: Add Merrii A31 Hummingbird support

Zoltan HERPAI (1):
      ARM: dts: sun7i: Add board support for LinkSprite pcDuino V3

 arch/arm/boot/dts/Makefile                      |   7 +-
 arch/arm/boot/dts/sun4i-a10-a1000.dts           |  15 ++
 arch/arm/boot/dts/sun4i-a10-ba10-tvbox.dts      | 110 ++++++++
 arch/arm/boot/dts/sun4i-a10-cubieboard.dts      |  15 ++
 arch/arm/boot/dts/sun4i-a10-hackberry.dts       |  21 ++
 arch/arm/boot/dts/sun4i-a10-inet97fv2.dts       |  21 +-
 arch/arm/boot/dts/sun4i-a10-mini-xplus.dts      |  28 ++
 arch/arm/boot/dts/sun4i-a10-olinuxino-lime.dts  |  15 ++
 arch/arm/boot/dts/sun4i-a10-pcduino.dts         |   9 +
 arch/arm/boot/dts/sun4i-a10.dtsi                |  34 ++-
 arch/arm/boot/dts/sun5i-a10s.dtsi               |   2 +-
 arch/arm/boot/dts/sun5i-a13.dtsi                |   2 +-
 arch/arm/boot/dts/sun6i-a31-hummingbird.dts     | 119 ++++++++
 arch/arm/boot/dts/sun6i-a31.dtsi                |  92 ++++++-
 arch/arm/boot/dts/sun7i-a20-cubieboard2.dts     |  16 ++
 arch/arm/boot/dts/sun7i-a20-cubietruck.dts      |  16 ++
 arch/arm/boot/dts/sun7i-a20-i12-tvbox.dts       |  22 ++
 arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts |  10 +
 arch/arm/boot/dts/sun7i-a20-pcduino3.dts        | 173 ++++++++++++
 arch/arm/boot/dts/sun7i-a20.dtsi                |  34 ++-
 arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts     |  30 +++
 arch/arm/boot/dts/sun8i-a23.dtsi                | 343 ++++++++++++++++++++++++
 22 files changed, 1121 insertions(+), 13 deletions(-)
 create mode 100644 arch/arm/boot/dts/sun4i-a10-ba10-tvbox.dts
 create mode 100644 arch/arm/boot/dts/sun6i-a31-hummingbird.dts
 create mode 100644 arch/arm/boot/dts/sun7i-a20-pcduino3.dts
 create mode 100644 arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts
 create mode 100644 arch/arm/boot/dts/sun8i-a23.dtsi

-- 
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/20140718/639bc452/attachment.sig>

             reply	other threads:[~2014-07-18 20:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-18 20:50 Maxime Ripard [this message]
2014-07-19 19:22 ` [GIT PULL] Allwinner DT additions for 3.17 Olof Johansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140718205031.GA27834@lukather \
    --to=maxime.ripard@free-electrons.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.