devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Corentin Labbe <clabbe.montjoie@gmail.com>
To: robh+dt@kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk,
	maxime.ripard@free-electrons.com, wens@csie.org,
	catalin.marinas@arm.com, will.deacon@arm.com
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Corentin Labbe <clabbe.montjoie@gmail.com>
Subject: [PATCH 00/12] ARM: dts: sunxi: Fix DT build warnings
Date: Thu, 21 Sep 2017 19:21:39 +0200	[thread overview]
Message-ID: <20170921172151.29779-1-clabbe.montjoie@gmail.com> (raw)

Hello

The goal of this patch series is to have a clean DT build with W=1.

Regards

Corentin Labbe (12):
  ARM: dts: sunxi: h3/h5: Fix simple-bus unit address format error
  ARM: dts: sunxi: h3/h5: Fix i2c2 register address
  ARM: dts: sunxi: h3/h5: Fix node with unit name and no reg property
  ARM: dts: nanopi: Fix node with unit name and no reg property
  ARM: dts: orangepi2: Fix node with unit name and no reg property
  ARM: dts: sun8i: orangepi-lite: Fix node with unit name and no reg
    property
  ARM: dts: sun8i: orangepi one: Fix node with unit name and no reg
    property
  ARM: dts: sun8i: orangepipc: Fix node with unit name and no reg
    property
  ARM: dts: sun8i: orangepi-plus: Fix node with unit name and no reg
    property
  arm64: allwinner: a64: Fix simple-bus unit address format error
  arm64: allwinner: a64: Fix node with unit name and no reg property
  ARM: sun8i: a83t: Fix simple-bus unit address format error

 arch/arm/boot/dts/sun8i-a83t.dtsi             |  6 +-
 arch/arm/boot/dts/sun8i-h3-nanopi.dtsi        |  8 +--
 arch/arm/boot/dts/sun8i-h3-orangepi-2.dts     |  8 +--
 arch/arm/boot/dts/sun8i-h3-orangepi-lite.dts  |  6 +-
 arch/arm/boot/dts/sun8i-h3-orangepi-one.dts   |  6 +-
 arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts    |  6 +-
 arch/arm/boot/dts/sun8i-h3-orangepi-plus.dts  |  2 +-
 arch/arm/boot/dts/sunxi-h3-h5.dtsi            | 88 +++++++++++++--------------
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 24 ++++----
 9 files changed, 77 insertions(+), 77 deletions(-)

-- 
2.13.5

             reply	other threads:[~2017-09-21 17:21 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-21 17:21 Corentin Labbe [this message]
2017-09-21 17:21 ` [PATCH 01/12] ARM: dts: sunxi: h3/h5: Fix simple-bus unit address format error Corentin Labbe
2017-09-21 17:21 ` [PATCH 02/12] ARM: dts: sunxi: h3/h5: Fix i2c2 register address Corentin Labbe
     [not found]   ` <20170921172151.29779-3-clabbe.montjoie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-09-22  7:49     ` Maxime Ripard
     [not found]       ` <20170922074945.jzibcgromgbhggxy-ZC1Zs529Oq4@public.gmane.org>
2017-09-22  8:02         ` Corentin Labbe
2017-09-21 17:21 ` [PATCH 03/12] ARM: dts: sunxi: h3/h5: Fix node with unit name and no reg property Corentin Labbe
2017-09-21 17:21 ` [PATCH 04/12] ARM: dts: nanopi: " Corentin Labbe
2017-09-21 17:21 ` [PATCH 05/12] ARM: dts: orangepi2: " Corentin Labbe
2017-09-21 17:21 ` [PATCH 06/12] ARM: dts: sun8i: orangepi-lite: " Corentin Labbe
     [not found] ` <20170921172151.29779-1-clabbe.montjoie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-09-21 17:21   ` [PATCH 07/12] ARM: dts: sun8i: orangepi one: " Corentin Labbe
2017-09-21 17:21 ` [PATCH 08/12] ARM: dts: sun8i: orangepipc: " Corentin Labbe
2017-09-21 17:21 ` [PATCH 09/12] ARM: dts: sun8i: orangepi-plus: " Corentin Labbe
2017-09-21 17:21 ` [PATCH 10/12] arm64: allwinner: a64: Fix simple-bus unit address format error Corentin Labbe
2017-09-21 17:21 ` [PATCH 11/12] arm64: allwinner: a64: Fix node with unit name and no reg property Corentin Labbe
2017-09-21 17:21 ` [PATCH 12/12] ARM: sun8i: a83t: Fix simple-bus unit address format error Corentin Labbe

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=20170921172151.29779-1-clabbe.montjoie@gmail.com \
    --to=clabbe.montjoie@gmail.com \
    --cc=catalin.marinas@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=maxime.ripard@free-electrons.com \
    --cc=robh+dt@kernel.org \
    --cc=wens@csie.org \
    --cc=will.deacon@arm.com \
    /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 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).