All of lore.kernel.org
 help / color / mirror / Atom feed
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 3/3] omap device tree changes for v3.20
Date: Fri, 16 Jan 2015 15:21:22 -0800	[thread overview]
Message-ID: <pull-1421450357-648499-3> (raw)
In-Reply-To: <pull-1421450357-648499>

The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

  Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.20/dt-pt1

for you to fetch changes up to 7300bfff886a1340cfeb252035303e265cd556d9:

  ARM: dts: omap3-gta04: Add handling for tv output (2015-01-13 08:02:21 -0800)

----------------------------------------------------------------
Device tree changes for omaps. Mostly to add support for new
am437x-idk and update am437x-sk boards. Also enabling new
devices for multiple boards.

----------------------------------------------------------------
Aaro Koskinen (1):
      ARM: dts: N950/N9: add twl_power

Benoit Parrot (3):
      ARM: dts: am4372: add VPFE DT node entries
      ARM: dts: am43x-epos-evm: add VPFE device tree data
      ARM: dts: am437x-gp-evm: add VPFE device tree data

Darren Etheridge (1):
      ARM: dts: am437x-sk-evm: add VPFE device tree data

Dave Gerlach (1):
      ARM: dts: am437x-sk-evm: Hook dcdc2 as the cpu0-supply

Dmitry Lifshitz (1):
      ARM: dts: cm-t3x: add NAND support

Felipe Balbi (10):
      ARM: dts: am437x-sk: remove internal pulls from QSPI
      ARM: dts: am437x-sk: add explicit MMC0 pinmux
      ARM: dts: am437x-sk: remove ethernet pulls
      ARM: dts: am437x-sk: add explicit pinmux for both USB instances
      ARM: dts: am437x-sk: remove internal i2c pullups
      ARM: dts: am437x-sk: remove DSS pulls
      ARM: dts: am57xx-beagle-x15: Add dual ethernet
      ARM: dts: add support for AM437x IDK
      ARM: dts: am437x-sk: add power button binding
      ARM: dts: am437x-idk: add gpio-based power key

Marek Belisko (1):
      ARM: dts: omap3-gta04: Add handling for tv output

Nishanth Menon (1):
      ARM: dts: am57xx-beagle-x15: Add GPIO controlled fan node

Pavel Machek (1):
      ARM: dts: omap3-n900: cleanup english

Vignesh R (1):
      ARM: dts: DRA7X: drop id property in pcie_phy

 arch/arm/boot/dts/Makefile              |   1 +
 arch/arm/boot/dts/am4372.dtsi           |  16 ++
 arch/arm/boot/dts/am437x-gp-evm.dts     | 106 +++++++++
 arch/arm/boot/dts/am437x-idk-evm.dts    | 405 ++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/am437x-sk-evm.dts     | 217 ++++++++++++-----
 arch/arm/boot/dts/am43x-epos-evm.dts    |  53 +++++
 arch/arm/boot/dts/am57xx-beagle-x15.dts | 120 ++++++++++
 arch/arm/boot/dts/dra7.dtsi             |   2 -
 arch/arm/boot/dts/omap3-cm-t3x.dtsi     |  58 +++++
 arch/arm/boot/dts/omap3-cm-t3x30.dtsi   |   3 +-
 arch/arm/boot/dts/omap3-gta04.dtsi      |  49 ++++
 arch/arm/boot/dts/omap3-n900.dts        |   3 +-
 arch/arm/boot/dts/omap3-n950-n9.dtsi    |   5 +
 arch/arm/boot/dts/omap3-sbc-t3517.dts   |   4 +
 arch/arm/boot/dts/omap3-sbc-t3530.dts   |  10 +-
 arch/arm/boot/dts/omap3-sbc-t3730.dts   |   5 +-
 16 files changed, 979 insertions(+), 78 deletions(-)
 create mode 100644 arch/arm/boot/dts/am437x-idk-evm.dts

  parent reply	other threads:[~2015-01-16 23:21 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-16 23:21 [GIT PULL 1/3] omap non-urgent fixes for v3.20 Tony Lindgren
2015-01-16 23:21 ` [GIT PULL 2/3] omap clean-up " Tony Lindgren
2015-01-16 23:21 ` Tony Lindgren
2015-01-16 23:21 ` Tony Lindgren
2015-01-16 23:21 ` [GIT PULL 3/3] omap device tree changes " Tony Lindgren
2015-01-16 23:21 ` Tony Lindgren
2015-01-16 23:21 ` Tony Lindgren [this message]
     [not found] ` <54b99dd2.d0bc420a.57d0.ffffc9f5SMTPIN_ADDED_BROKEN@mx.google.com>
2015-01-22  0:50   ` [GIT PULL 2/3] omap clean-up " Olof Johansson
2015-01-22  0:50     ` Olof Johansson
     [not found] ` <54b99dd4.c1ef440a.27a8.ffffc87fSMTPIN_ADDED_BROKEN@mx.google.com>
2015-01-22  0:57   ` [GIT PULL 3/3] omap device tree changes " Olof Johansson
2015-01-22  0:57     ` 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=pull-1421450357-648499-3 \
    --to=tony@atomide.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.