All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: arm@kernel.org
Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org
Subject: [GIT PULL] omap gta04 dts changes for v3.17 merge window
Date: Fri, 1 Aug 2014 04:16:29 -0700	[thread overview]
Message-ID: <20140801111628.GC26699@atomide.com> (raw)

The following changes since commit 3c9464ed75d6c15ee864da6d8f6a4cd3b0f2c934:

  ARM: DTS: omap5-uevm: Enable basic audio (McPDM <-> twl6040) (2014-07-15 00:21:25 -0700)

are available in the git repository at:

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

for you to fetch changes up to c9940680b599300c3fb46e799986b736d394432d:

  ARM: dts: Add gta04a5 model (2014-07-29 23:51:04 -0700)

----------------------------------------------------------------
GTA04 related changes for v3.17 merge window. Except for the last
three patches they were ready to go earlier but I wanted to wait
for the discussion to to settle on the last three patches as these
are all related to GTA04.

If these are too late for v3.17 I can send the pull request again
for these after v3.17-rc1.

----------------------------------------------------------------
Marek Belisko (10):
      ARM: dts: omap3-gta04: Add nand support
      ARM: dts: omap3-gta04: Fix magnetometer model
      ARM: dts: omap3-gta04: Add wifi reset node
      ARM: dts: omap3-gta04: Move spi gpio pins to pmx_core2
      ARM: dts: omap3-gta04: Add USB host support
      ARM: dts: omap3-gta04: Add display alias
      ARM: dts: omap3-gta04: Add twl4030 regulators parameters
      ARM: dts: omap3-gta04: Rename gta04.dts to gta04.dtsi and add a4 model
      ARM: dts: Add gta04a3 model
      ARM: dts: Add gta04a5 model

 arch/arm/boot/dts/Makefile                         |   4 +-
 .../boot/dts/{omap3-gta04.dts => omap3-gta04.dtsi} | 150 ++++++++++++++++++++-
 arch/arm/boot/dts/omap3-gta04a3.dts                |  48 +++++++
 arch/arm/boot/dts/omap3-gta04a4.dts                |  13 ++
 arch/arm/boot/dts/omap3-gta04a5.dts                |  17 +++
 5 files changed, 226 insertions(+), 6 deletions(-)
 rename arch/arm/boot/dts/{omap3-gta04.dts => omap3-gta04.dtsi} (67%)
 create mode 100644 arch/arm/boot/dts/omap3-gta04a3.dts
 create mode 100644 arch/arm/boot/dts/omap3-gta04a4.dts
 create mode 100644 arch/arm/boot/dts/omap3-gta04a5.dts

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] omap gta04 dts changes for v3.17 merge window
Date: Fri, 1 Aug 2014 04:16:29 -0700	[thread overview]
Message-ID: <20140801111628.GC26699@atomide.com> (raw)

The following changes since commit 3c9464ed75d6c15ee864da6d8f6a4cd3b0f2c934:

  ARM: DTS: omap5-uevm: Enable basic audio (McPDM <-> twl6040) (2014-07-15 00:21:25 -0700)

are available in the git repository at:

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

for you to fetch changes up to c9940680b599300c3fb46e799986b736d394432d:

  ARM: dts: Add gta04a5 model (2014-07-29 23:51:04 -0700)

----------------------------------------------------------------
GTA04 related changes for v3.17 merge window. Except for the last
three patches they were ready to go earlier but I wanted to wait
for the discussion to to settle on the last three patches as these
are all related to GTA04.

If these are too late for v3.17 I can send the pull request again
for these after v3.17-rc1.

----------------------------------------------------------------
Marek Belisko (10):
      ARM: dts: omap3-gta04: Add nand support
      ARM: dts: omap3-gta04: Fix magnetometer model
      ARM: dts: omap3-gta04: Add wifi reset node
      ARM: dts: omap3-gta04: Move spi gpio pins to pmx_core2
      ARM: dts: omap3-gta04: Add USB host support
      ARM: dts: omap3-gta04: Add display alias
      ARM: dts: omap3-gta04: Add twl4030 regulators parameters
      ARM: dts: omap3-gta04: Rename gta04.dts to gta04.dtsi and add a4 model
      ARM: dts: Add gta04a3 model
      ARM: dts: Add gta04a5 model

 arch/arm/boot/dts/Makefile                         |   4 +-
 .../boot/dts/{omap3-gta04.dts => omap3-gta04.dtsi} | 150 ++++++++++++++++++++-
 arch/arm/boot/dts/omap3-gta04a3.dts                |  48 +++++++
 arch/arm/boot/dts/omap3-gta04a4.dts                |  13 ++
 arch/arm/boot/dts/omap3-gta04a5.dts                |  17 +++
 5 files changed, 226 insertions(+), 6 deletions(-)
 rename arch/arm/boot/dts/{omap3-gta04.dts => omap3-gta04.dtsi} (67%)
 create mode 100644 arch/arm/boot/dts/omap3-gta04a3.dts
 create mode 100644 arch/arm/boot/dts/omap3-gta04a4.dts
 create mode 100644 arch/arm/boot/dts/omap3-gta04a5.dts

             reply	other threads:[~2014-08-01 11:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-01 11:16 Tony Lindgren [this message]
2014-08-01 11:16 ` [GIT PULL] omap gta04 dts changes for v3.17 merge window Tony Lindgren
2014-08-08 20:42 ` Olof Johansson
2014-08-08 20:42   ` 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=20140801111628.GC26699@atomide.com \
    --to=tony@atomide.com \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.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.