devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Andrew F. Davis" <afd-l0cyMroinI0@public.gmane.org>
To: Santosh Shilimkar
	<ssantosh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>,
	Suman Anna <s-anna-l0cyMroinI0@public.gmane.org>
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	"Andrew F . Davis" <afd-l0cyMroinI0@public.gmane.org>
Subject: [PATCH v2 00/10] ARM: dts: keystone*: Continued warnings cleanups
Date: Thu, 4 Jan 2018 13:56:51 -0600	[thread overview]
Message-ID: <20180104195701.4042-1-afd@ti.com> (raw)

Hello all,

Just a couple cleanups for DT warnings when compiling with W=1.

This clears up 51 more warnings when building keystone_defconfig.

Based on Santosh's "for_4.16/keystone-dts" branch.

Thanks,
Andrew

Changes from v1:
 - Added to more patches from Suman
 - Reworded commit message to include "address space" distinction
 - Added "ranges" property
 - Reordered #address/size-cells

Andrew F. Davis (8):
  ARM: dts: keystone: Move keystone_irq to under device-state-control
  ARM: dts: keystone: Move reset-controller to under
    device-state-control
  ARM: dts: keystone-k2e: Move keystone_dsp_gpio to under
    device-state-control
  ARM: dts: keystone-k2l: Move keystone_dsp_gpio to under
    device-state-control
  ARM: dts: keystone-k2hk: Move keystone_dsp_gpio to under
    device-state-control
  ARM: dts: keystone-k2g: Move keystone_irq to under
    device-state-control
  ARM: dts: keystone-k2g: Move keystone_dsp_gpio to under
    device-state-control
  ARM: dts: keystone-k2g: Move usb-phy nodes out of soc0

Suman Anna (2):
  ARM: dts: keystone-k2g: Fix unit-address formatting for serial nodes
  ARM: dts: keystone-k2e-clocks: Fix missing unit address separator

 arch/arm/boot/dts/keystone-k2e-clocks.dtsi |   2 +-
 arch/arm/boot/dts/keystone-k2e.dtsi        |  13 ++--
 arch/arm/boot/dts/keystone-k2g.dtsi        |  69 +++++++++++--------
 arch/arm/boot/dts/keystone-k2hk.dtsi       | 104 ++++++++++++++++-------------
 arch/arm/boot/dts/keystone-k2l.dtsi        |  52 ++++++++-------
 arch/arm/boot/dts/keystone.dtsi            |  35 +++++-----
 6 files changed, 156 insertions(+), 119 deletions(-)

-- 
2.15.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

             reply	other threads:[~2018-01-04 19:56 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-04 19:56 Andrew F. Davis [this message]
     [not found] ` <20180104195701.4042-1-afd-l0cyMroinI0@public.gmane.org>
2018-01-04 19:56   ` [PATCH v2 01/10] ARM: dts: keystone: Move keystone_irq to under device-state-control Andrew F. Davis
2018-01-04 19:56   ` [PATCH v2 02/10] ARM: dts: keystone: Move reset-controller " Andrew F. Davis
2018-01-04 19:56   ` [PATCH v2 03/10] ARM: dts: keystone-k2e: Move keystone_dsp_gpio " Andrew F. Davis
2018-01-04 19:56   ` [PATCH v2 04/10] ARM: dts: keystone-k2l: " Andrew F. Davis
2018-01-04 19:56   ` [PATCH v2 05/10] ARM: dts: keystone-k2hk: " Andrew F. Davis
2018-01-04 19:56   ` [PATCH v2 06/10] ARM: dts: keystone-k2g: Move keystone_irq " Andrew F. Davis
2018-01-04 19:56   ` [PATCH v2 07/10] ARM: dts: keystone-k2g: Move keystone_dsp_gpio " Andrew F. Davis
2018-01-04 19:56   ` [PATCH v2 08/10] ARM: dts: keystone-k2g: Move usb-phy nodes out of soc0 Andrew F. Davis
2018-01-04 19:57   ` [PATCH v2 09/10] ARM: dts: keystone-k2g: Fix unit-address formatting for serial nodes Andrew F. Davis
2018-01-04 19:57   ` [PATCH v2 10/10] ARM: dts: keystone-k2e-clocks: Fix missing unit address separator Andrew F. Davis
2018-01-19 22:54   ` [PATCH v2 00/10] ARM: dts: keystone*: Continued warnings cleanups Suman Anna

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=20180104195701.4042-1-afd@ti.com \
    --to=afd-l0cymroini0@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=nm-l0cyMroinI0@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=s-anna-l0cyMroinI0@public.gmane.org \
    --cc=ssantosh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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 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).