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 2/2] dtc warning fixes for omaps for v4.8 merge window
Date: Thu, 30 Jun 2016 00:13:01 -0700	[thread overview]
Message-ID: <pull-1467270686-995259-2> (raw)
In-Reply-To: <pull-1467270686-995259>

The following changes since commit 52c7c91319e469142628199548852198bcc3150f:

  ARM: dts: AM43xx: Add node for RNG (2016-06-22 00:44:16 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.8/dt-part2-signed

for you to fetch changes up to 480985b06c8e3999940929bf024042e4181bbdce:

  ARM: dts: am57xx: sbc-am57x: remove unneded unit name (2016-06-29 00:05:39 -0700)

----------------------------------------------------------------
Second set of device tree updates for omaps for v4.8 merge window.
This is a series of dtc warning fixes when compiled with make W=2
from Javier Martinez Canillas <javier@osg.samsung.com>.

----------------------------------------------------------------
Javier Martinez Canillas (27):
      ARM: dts: omap2: add missing unit name to func_96m_ck
      ARM: dts: am3517-craneboard: remove unneeded unit name for fixedregulator
      ARM: dts: dm3730-torpedo-devkit: remove unneeded unit names
      ARM: dts: n900: remove unneeded unit name for dmtimer-pwm
      ARM: dts: omap3-beagle: remove unneeded unit names
      ARM: dts: omap3-beagle-xm: remove unneeded unit names
      ARM: dts: cm-t3x: remove unneeded unit name in connector
      ARM: dts: omap3-devkit8000: remove unneeded unit names
      ARM: dts: omap3-devkit8000-lcd-common: remove unneeded unit names
      ARM: dts: omap3-gta04: remove unneeded unit names
      ARM: dts: omap3-ha-lcd: remove unneeded unit name
      ARM: dts: omap3: overo: remove unneded unit names in display nodes
      ARM: dts: omap3-igep0020-common: remove unneded unit names
      ARM: dts: omap3-overo-common-dvi: remove unneded unit names
      ARM: dts: omap3-pandora-common: remove unneded unit name
      ARM: dts: sbc-t3x30: remove unneded unit names
      ARM: dts: omap3-thunder: remove unneded unit name
      ARM: dts: omap4-duovero-parlor: remove unneded unit name
      ARM: dts: omap4-panda-common: remove unneded unit names
      ARM: dts: omap4-sdp: remove unneded unit names
      ARM: dts: omap4-var-om44customboard: remove unneded unit name
      ARM: dts: am43xx-epos-evm: remove unneded unit name
      ARM: dts: am437x-gp-evm: remove unneded unit name
      ARM: dts: am437x: cm-t43: remove unneded unit names
      ARM: dts: omap5-cm-t54: remove unneded unit names and add reg properties
      ARM: dts: omap5-board-common: remove unneded unit names
      ARM: dts: am57xx: sbc-am57x: remove unneded unit name

 arch/arm/boot/dts/am3517-craneboard.dts            |  2 +-
 arch/arm/boot/dts/am437x-gp-evm.dts                |  2 +-
 arch/arm/boot/dts/am437x-sbc-t43.dts               |  2 +-
 arch/arm/boot/dts/am43x-epos-evm.dts               |  2 +-
 arch/arm/boot/dts/am57xx-sbc-am57x.dts             |  2 +-
 arch/arm/boot/dts/compulab-sb-som.dtsi             |  2 +-
 arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts  |  4 ++--
 arch/arm/boot/dts/omap24xx-clocks.dtsi             |  2 +-
 arch/arm/boot/dts/omap3-beagle-xm.dts              | 10 +++++-----
 arch/arm/boot/dts/omap3-beagle.dts                 | 10 +++++-----
 arch/arm/boot/dts/omap3-cm-t3x.dtsi                |  2 +-
 arch/arm/boot/dts/omap3-devkit8000-common.dtsi     | 12 ++++++------
 arch/arm/boot/dts/omap3-devkit8000-lcd-common.dtsi |  4 ++--
 arch/arm/boot/dts/omap3-devkit8000-lcd43.dts       |  2 +-
 arch/arm/boot/dts/omap3-devkit8000-lcd70.dts       |  2 +-
 arch/arm/boot/dts/omap3-gta04.dtsi                 |  8 ++++----
 arch/arm/boot/dts/omap3-ha-lcd.dts                 |  2 +-
 arch/arm/boot/dts/omap3-igep0020-common.dtsi       |  8 ++++----
 arch/arm/boot/dts/omap3-n900.dts                   |  2 +-
 arch/arm/boot/dts/omap3-overo-common-dvi.dtsi      |  8 ++++----
 arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi    |  2 +-
 arch/arm/boot/dts/omap3-overo-common-lcd43.dtsi    |  2 +-
 arch/arm/boot/dts/omap3-pandora-common.dtsi        |  2 +-
 arch/arm/boot/dts/omap3-sb-t35.dtsi                |  8 ++++----
 arch/arm/boot/dts/omap3-thunder.dts                |  2 +-
 arch/arm/boot/dts/omap4-duovero-parlor.dts         |  2 +-
 arch/arm/boot/dts/omap4-panda-common.dtsi          | 16 ++++++++--------
 arch/arm/boot/dts/omap4-sdp.dts                    |  8 ++++----
 arch/arm/boot/dts/omap4-var-om44customboard.dtsi   |  2 +-
 arch/arm/boot/dts/omap5-board-common.dtsi          |  8 ++++----
 arch/arm/boot/dts/omap5-cm-t54.dts                 | 15 ++++++++++-----
 31 files changed, 80 insertions(+), 75 deletions(-)

  reply	other threads:[~2016-06-30  7:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-30  7:13 [GIT PULL 1/2] omap soc updates for v4.8 merge window Tony Lindgren
2016-06-30  7:13 ` Tony Lindgren [this message]
2016-06-30  7:13 ` [GIT PULL 2/2] dtc warning fixes for omaps " Tony Lindgren
     [not found] ` <5774c68b.4130620a.bf46e.ffffe39dSMTPIN_ADDED_BROKEN@mx.google.com>
2016-07-06  5:33   ` Olof Johansson
2016-07-06  5:33     ` 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-1467270686-995259-2 \
    --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.