All of lore.kernel.org
 help / color / mirror / Atom feed
From: Javier Martinez Canillas <javier@osg.samsung.com>
To: linux-kernel@vger.kernel.org
Cc: devicetree@vger.kernel.org, Heiko Stuebner <heiko@sntech.de>,
	linux-rockchip@lists.infradead.org,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	linux-arm-kernel@lists.infradead.org,
	Javier Martinez Canillas <javier@osg.samsung.com>
Subject: [PATCH 0/8] ARM: dts: rockchip: Remove skeleton.dtsi usage and fix memory node DTC warnings
Date: Fri,  9 Sep 2016 10:01:01 -0400	[thread overview]
Message-ID: <1473429669-6185-1-git-send-email-javier@osg.samsung.com> (raw)

Hello Heiko,

This series removes the inclusion of the skeleton.dtsi in all the Rockchip
dts, which allows to get rid of the DTC warnings about a mismatch between
the memory nodes' unit names and reg properties.

Patches are pretty trivial and shouldn't cause functional changes AFAIK,
but were only built tested and dtbs compared with scripts/dtc/dtx_diff.

Best regards,
Javier


Javier Martinez Canillas (8):
  ARM: dts: rockchip: Remove skeleton.dtsi inclusion in rk3036.dtsi
  ARM: dts: rockchip: Remove skeleton.dtsi inclusion in rk322x.dtsi
  ARM: dts: rockchip: Remove skeleton.dtsi inclusion in rk3288.dtsi
  ARM: dts: rockchip: Remove skeleton.dtsi inclusion in rk3xxx.dtsi
  ARM: dts: rockchip: Add missing unit name to memory nodes in rk3036
    boards
  ARM: dts: rockchip: Add missing unit name to memory nodes in rk322x
    boards
  ARM: dts: rockchip: Add missing unit name to memory nodes in rk3288
    boards
  ARM: dts: rockchip: Add missing unit name to memory nodes in rk3xxx
    boards

 arch/arm/boot/dts/rk3036-evb.dts                  | 2 +-
 arch/arm/boot/dts/rk3036-kylin.dts                | 2 +-
 arch/arm/boot/dts/rk3036.dtsi                     | 4 +++-
 arch/arm/boot/dts/rk3066a-bqcurie2.dts            | 2 +-
 arch/arm/boot/dts/rk3066a-marsboard.dts           | 2 +-
 arch/arm/boot/dts/rk3066a-rayeager.dts            | 2 +-
 arch/arm/boot/dts/rk3188-radxarock.dts            | 2 +-
 arch/arm/boot/dts/rk3228-evb.dts                  | 2 +-
 arch/arm/boot/dts/rk3229-evb.dts                  | 2 +-
 arch/arm/boot/dts/rk322x.dtsi                     | 4 +++-
 arch/arm/boot/dts/rk3288-evb.dtsi                 | 2 +-
 arch/arm/boot/dts/rk3288-fennec.dts               | 2 +-
 arch/arm/boot/dts/rk3288-firefly-reload-core.dtsi | 2 +-
 arch/arm/boot/dts/rk3288-firefly.dtsi             | 2 +-
 arch/arm/boot/dts/rk3288-miqi.dts                 | 2 +-
 arch/arm/boot/dts/rk3288-popmetal.dts             | 2 +-
 arch/arm/boot/dts/rk3288-r89.dts                  | 2 +-
 arch/arm/boot/dts/rk3288-rock2-som.dtsi           | 2 +-
 arch/arm/boot/dts/rk3288-veyron.dtsi              | 2 +-
 arch/arm/boot/dts/rk3288.dtsi                     | 4 +++-
 arch/arm/boot/dts/rk3xxx.dtsi                     | 4 +++-
 21 files changed, 29 insertions(+), 21 deletions(-)

-- 
2.7.4

WARNING: multiple messages have this Message-ID (diff)
From: Javier Martinez Canillas <javier-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
To: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	Javier Martinez Canillas
	<javier-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
Subject: [PATCH 0/8] ARM: dts: rockchip: Remove skeleton.dtsi usage and fix memory node DTC warnings
Date: Fri,  9 Sep 2016 10:01:01 -0400	[thread overview]
Message-ID: <1473429669-6185-1-git-send-email-javier@osg.samsung.com> (raw)

Hello Heiko,

This series removes the inclusion of the skeleton.dtsi in all the Rockchip
dts, which allows to get rid of the DTC warnings about a mismatch between
the memory nodes' unit names and reg properties.

Patches are pretty trivial and shouldn't cause functional changes AFAIK,
but were only built tested and dtbs compared with scripts/dtc/dtx_diff.

Best regards,
Javier


Javier Martinez Canillas (8):
  ARM: dts: rockchip: Remove skeleton.dtsi inclusion in rk3036.dtsi
  ARM: dts: rockchip: Remove skeleton.dtsi inclusion in rk322x.dtsi
  ARM: dts: rockchip: Remove skeleton.dtsi inclusion in rk3288.dtsi
  ARM: dts: rockchip: Remove skeleton.dtsi inclusion in rk3xxx.dtsi
  ARM: dts: rockchip: Add missing unit name to memory nodes in rk3036
    boards
  ARM: dts: rockchip: Add missing unit name to memory nodes in rk322x
    boards
  ARM: dts: rockchip: Add missing unit name to memory nodes in rk3288
    boards
  ARM: dts: rockchip: Add missing unit name to memory nodes in rk3xxx
    boards

 arch/arm/boot/dts/rk3036-evb.dts                  | 2 +-
 arch/arm/boot/dts/rk3036-kylin.dts                | 2 +-
 arch/arm/boot/dts/rk3036.dtsi                     | 4 +++-
 arch/arm/boot/dts/rk3066a-bqcurie2.dts            | 2 +-
 arch/arm/boot/dts/rk3066a-marsboard.dts           | 2 +-
 arch/arm/boot/dts/rk3066a-rayeager.dts            | 2 +-
 arch/arm/boot/dts/rk3188-radxarock.dts            | 2 +-
 arch/arm/boot/dts/rk3228-evb.dts                  | 2 +-
 arch/arm/boot/dts/rk3229-evb.dts                  | 2 +-
 arch/arm/boot/dts/rk322x.dtsi                     | 4 +++-
 arch/arm/boot/dts/rk3288-evb.dtsi                 | 2 +-
 arch/arm/boot/dts/rk3288-fennec.dts               | 2 +-
 arch/arm/boot/dts/rk3288-firefly-reload-core.dtsi | 2 +-
 arch/arm/boot/dts/rk3288-firefly.dtsi             | 2 +-
 arch/arm/boot/dts/rk3288-miqi.dts                 | 2 +-
 arch/arm/boot/dts/rk3288-popmetal.dts             | 2 +-
 arch/arm/boot/dts/rk3288-r89.dts                  | 2 +-
 arch/arm/boot/dts/rk3288-rock2-som.dtsi           | 2 +-
 arch/arm/boot/dts/rk3288-veyron.dtsi              | 2 +-
 arch/arm/boot/dts/rk3288.dtsi                     | 4 +++-
 arch/arm/boot/dts/rk3xxx.dtsi                     | 4 +++-
 21 files changed, 29 insertions(+), 21 deletions(-)

-- 
2.7.4

--
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

WARNING: multiple messages have this Message-ID (diff)
From: javier@osg.samsung.com (Javier Martinez Canillas)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/8] ARM: dts: rockchip: Remove skeleton.dtsi usage and fix memory node DTC warnings
Date: Fri,  9 Sep 2016 10:01:01 -0400	[thread overview]
Message-ID: <1473429669-6185-1-git-send-email-javier@osg.samsung.com> (raw)

Hello Heiko,

This series removes the inclusion of the skeleton.dtsi in all the Rockchip
dts, which allows to get rid of the DTC warnings about a mismatch between
the memory nodes' unit names and reg properties.

Patches are pretty trivial and shouldn't cause functional changes AFAIK,
but were only built tested and dtbs compared with scripts/dtc/dtx_diff.

Best regards,
Javier


Javier Martinez Canillas (8):
  ARM: dts: rockchip: Remove skeleton.dtsi inclusion in rk3036.dtsi
  ARM: dts: rockchip: Remove skeleton.dtsi inclusion in rk322x.dtsi
  ARM: dts: rockchip: Remove skeleton.dtsi inclusion in rk3288.dtsi
  ARM: dts: rockchip: Remove skeleton.dtsi inclusion in rk3xxx.dtsi
  ARM: dts: rockchip: Add missing unit name to memory nodes in rk3036
    boards
  ARM: dts: rockchip: Add missing unit name to memory nodes in rk322x
    boards
  ARM: dts: rockchip: Add missing unit name to memory nodes in rk3288
    boards
  ARM: dts: rockchip: Add missing unit name to memory nodes in rk3xxx
    boards

 arch/arm/boot/dts/rk3036-evb.dts                  | 2 +-
 arch/arm/boot/dts/rk3036-kylin.dts                | 2 +-
 arch/arm/boot/dts/rk3036.dtsi                     | 4 +++-
 arch/arm/boot/dts/rk3066a-bqcurie2.dts            | 2 +-
 arch/arm/boot/dts/rk3066a-marsboard.dts           | 2 +-
 arch/arm/boot/dts/rk3066a-rayeager.dts            | 2 +-
 arch/arm/boot/dts/rk3188-radxarock.dts            | 2 +-
 arch/arm/boot/dts/rk3228-evb.dts                  | 2 +-
 arch/arm/boot/dts/rk3229-evb.dts                  | 2 +-
 arch/arm/boot/dts/rk322x.dtsi                     | 4 +++-
 arch/arm/boot/dts/rk3288-evb.dtsi                 | 2 +-
 arch/arm/boot/dts/rk3288-fennec.dts               | 2 +-
 arch/arm/boot/dts/rk3288-firefly-reload-core.dtsi | 2 +-
 arch/arm/boot/dts/rk3288-firefly.dtsi             | 2 +-
 arch/arm/boot/dts/rk3288-miqi.dts                 | 2 +-
 arch/arm/boot/dts/rk3288-popmetal.dts             | 2 +-
 arch/arm/boot/dts/rk3288-r89.dts                  | 2 +-
 arch/arm/boot/dts/rk3288-rock2-som.dtsi           | 2 +-
 arch/arm/boot/dts/rk3288-veyron.dtsi              | 2 +-
 arch/arm/boot/dts/rk3288.dtsi                     | 4 +++-
 arch/arm/boot/dts/rk3xxx.dtsi                     | 4 +++-
 21 files changed, 29 insertions(+), 21 deletions(-)

-- 
2.7.4

             reply	other threads:[~2016-09-09 14:01 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-09 14:01 Javier Martinez Canillas [this message]
2016-09-09 14:01 ` [PATCH 0/8] ARM: dts: rockchip: Remove skeleton.dtsi usage and fix memory node DTC warnings Javier Martinez Canillas
2016-09-09 14:01 ` Javier Martinez Canillas
2016-09-09 14:01 ` [PATCH 1/8] ARM: dts: rockchip: Remove skeleton.dtsi inclusion in rk3036.dtsi Javier Martinez Canillas
2016-09-09 14:01   ` Javier Martinez Canillas
2016-09-09 14:01 ` [PATCH 2/8] ARM: dts: rockchip: Remove skeleton.dtsi inclusion in rk322x.dtsi Javier Martinez Canillas
2016-09-09 14:01   ` Javier Martinez Canillas
2016-09-09 14:01   ` Javier Martinez Canillas
2016-09-09 14:01 ` [PATCH 3/8] ARM: dts: rockchip: Remove skeleton.dtsi inclusion in rk3288.dtsi Javier Martinez Canillas
2016-09-09 14:01   ` Javier Martinez Canillas
2016-09-09 14:01 ` [PATCH 4/8] ARM: dts: rockchip: Remove skeleton.dtsi inclusion in rk3xxx.dtsi Javier Martinez Canillas
2016-09-09 14:01   ` Javier Martinez Canillas
2016-09-09 14:01 ` [PATCH 5/8] ARM: dts: rockchip: Add missing unit name to memory nodes in rk3036 boards Javier Martinez Canillas
2016-09-09 14:01   ` Javier Martinez Canillas
2016-09-09 14:01 ` [PATCH 6/8] ARM: dts: rockchip: Add missing unit name to memory nodes in rk322x boards Javier Martinez Canillas
2016-09-09 14:01   ` Javier Martinez Canillas
2016-09-09 14:01   ` Javier Martinez Canillas
2016-09-09 14:01 ` [PATCH 7/8] ARM: dts: rockchip: Add missing unit name to memory nodes in rk3288 boards Javier Martinez Canillas
2016-09-09 14:01   ` Javier Martinez Canillas
2016-09-09 14:01 ` [PATCH 8/8] ARM: dts: rockchip: Add missing unit name to memory nodes in rk3xxx boards Javier Martinez Canillas
2016-09-09 14:01   ` Javier Martinez Canillas
2016-09-10 21:51 ` [PATCH 0/8] ARM: dts: rockchip: Remove skeleton.dtsi usage and fix memory node DTC warnings Heiko Stuebner
2016-09-10 21:51   ` Heiko Stuebner
2016-09-10 21:51   ` Heiko Stuebner

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=1473429669-6185-1-git-send-email-javier@osg.samsung.com \
    --to=javier@osg.samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@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.