From: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
To: "Andreas Färber" <afaerber-l3A5Bk7waGM@public.gmane.org>
Cc: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
Ian Campbell
<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
Catalin Marinas <catalin.marinas-5wv7dgnIgG8@public.gmane.org>,
Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH v4 1/8] arm64: dts: rockchip: Clean up /memory nodes
Date: Thu, 31 Mar 2016 19:15:43 +0200 [thread overview]
Message-ID: <1776429.KtRq374vTa@phil> (raw)
In-Reply-To: <2027561.JLzKLXOoFO@phil>
Am Samstag, 19. März 2016, 09:04:08 schrieb Heiko Stuebner:
> Am Mittwoch, 16. März 2016, 14:58:39 schrieb Andreas Färber:
> > A dtc update results in warnings for nodes with reg property but without
> > unit address in the node name, so rename /memory to /memory@0.
> >
> > Signed-off-by: Andreas Färber <afaerber-l3A5Bk7waGM@public.gmane.org>
>
> applied to a dts64-fixes branch for 4.6, after changing the commit message
> to ----
> A dtc update results in warnings for nodes with reg property but without
> unit address in the node name, so rename /memory to /memory@startaddress
> (memory starts at 0 in the case of the rk3368).
> ----
>
> To clarify that the @0 is not arbitary chosen.
This dtc update in question hasn't landed in v4.6-rc1 and from what I
gathered will need some changes. The patch is obviously still correct, but I
have now moved it from v4.6-fixes to the regular v4.7 64bit dts changes.
Heiko
WARNING: multiple messages have this Message-ID (diff)
From: heiko@sntech.de (Heiko Stuebner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 1/8] arm64: dts: rockchip: Clean up /memory nodes
Date: Thu, 31 Mar 2016 19:15:43 +0200 [thread overview]
Message-ID: <1776429.KtRq374vTa@phil> (raw)
In-Reply-To: <2027561.JLzKLXOoFO@phil>
Am Samstag, 19. M?rz 2016, 09:04:08 schrieb Heiko Stuebner:
> Am Mittwoch, 16. M?rz 2016, 14:58:39 schrieb Andreas F?rber:
> > A dtc update results in warnings for nodes with reg property but without
> > unit address in the node name, so rename /memory to /memory at 0.
> >
> > Signed-off-by: Andreas F?rber <afaerber@suse.de>
>
> applied to a dts64-fixes branch for 4.6, after changing the commit message
> to ----
> A dtc update results in warnings for nodes with reg property but without
> unit address in the node name, so rename /memory to /memory at startaddress
> (memory starts at 0 in the case of the rk3368).
> ----
>
> To clarify that the @0 is not arbitary chosen.
This dtc update in question hasn't landed in v4.6-rc1 and from what I
gathered will need some changes. The patch is obviously still correct, but I
have now moved it from v4.6-fixes to the regular v4.7 64bit dts changes.
Heiko
WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: "Andreas Färber" <afaerber@suse.de>
Cc: linux-rockchip@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will.deacon@arm.com>,
"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
<devicetree@vger.kernel.org>
Subject: Re: [PATCH v4 1/8] arm64: dts: rockchip: Clean up /memory nodes
Date: Thu, 31 Mar 2016 19:15:43 +0200 [thread overview]
Message-ID: <1776429.KtRq374vTa@phil> (raw)
In-Reply-To: <2027561.JLzKLXOoFO@phil>
Am Samstag, 19. März 2016, 09:04:08 schrieb Heiko Stuebner:
> Am Mittwoch, 16. März 2016, 14:58:39 schrieb Andreas Färber:
> > A dtc update results in warnings for nodes with reg property but without
> > unit address in the node name, so rename /memory to /memory@0.
> >
> > Signed-off-by: Andreas Färber <afaerber@suse.de>
>
> applied to a dts64-fixes branch for 4.6, after changing the commit message
> to ----
> A dtc update results in warnings for nodes with reg property but without
> unit address in the node name, so rename /memory to /memory@startaddress
> (memory starts at 0 in the case of the rk3368).
> ----
>
> To clarify that the @0 is not arbitary chosen.
This dtc update in question hasn't landed in v4.6-rc1 and from what I
gathered will need some changes. The patch is obviously still correct, but I
have now moved it from v4.6-fixes to the regular v4.7 64bit dts changes.
Heiko
next prev parent reply other threads:[~2016-03-31 17:15 UTC|newest]
Thread overview: 78+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-16 13:58 [PATCH v4 0/8] arm64: rockchip: Initial GeekBox enablement Andreas Färber
2016-03-16 13:58 ` Andreas Färber
2016-03-16 13:58 ` [PATCH v4 1/8] arm64: dts: rockchip: Clean up /memory nodes Andreas Färber
2016-03-16 13:58 ` Andreas Färber
2016-03-16 13:58 ` Andreas Färber
[not found] ` <1458136727-32075-2-git-send-email-afaerber-l3A5Bk7waGM@public.gmane.org>
2016-03-19 8:04 ` Heiko Stuebner
2016-03-19 8:04 ` Heiko Stuebner
2016-03-19 8:04 ` Heiko Stuebner
2016-03-31 17:15 ` Heiko Stuebner [this message]
2016-03-31 17:15 ` Heiko Stuebner
2016-03-31 17:15 ` Heiko Stuebner
2016-03-31 20:45 ` Heiko Stuebner
2016-03-31 20:45 ` Heiko Stuebner
2016-03-31 20:45 ` Heiko Stuebner
2016-04-12 5:24 ` Heiko Stuebner
2016-04-12 5:24 ` Heiko Stuebner
2016-04-12 5:24 ` Heiko Stuebner
2016-03-16 13:58 ` [PATCH v4 4/8] arm64: dts: rockchip: Add GeekBox config Andreas Färber
2016-03-16 13:58 ` Andreas Färber
2016-03-16 13:58 ` Andreas Färber
[not found] ` <1458136727-32075-5-git-send-email-afaerber-l3A5Bk7waGM@public.gmane.org>
2016-03-29 19:50 ` Heiko Stübner
2016-03-29 19:50 ` Heiko Stübner
2016-03-29 19:50 ` Heiko Stübner
2016-03-16 13:58 ` [PATCH v4 5/8] arm64: dts: rockchip: Clean up gpio-keys nodes Andreas Färber
2016-03-16 13:58 ` Andreas Färber
2016-03-16 13:58 ` Andreas Färber
[not found] ` <1458136727-32075-6-git-send-email-afaerber-l3A5Bk7waGM@public.gmane.org>
2016-03-16 21:55 ` Julien Chauveau
2016-03-16 21:55 ` Julien Chauveau
2016-03-16 21:55 ` Julien Chauveau
2016-03-28 20:24 ` Heiko Stübner
2016-03-28 20:24 ` Heiko Stübner
2016-03-28 20:24 ` Heiko Stübner
2016-03-28 20:25 ` Heiko Stübner
2016-03-28 20:25 ` Heiko Stübner
2016-03-16 13:58 ` [PATCH v4 6/8] arm64: dts: rockchip: Add power key to GeekBox Andreas Färber
2016-03-16 13:58 ` Andreas Färber
2016-03-16 13:58 ` Andreas Färber
2016-03-16 21:55 ` Julien Chauveau
2016-03-16 21:55 ` Julien Chauveau
[not found] ` <1458136727-32075-7-git-send-email-afaerber-l3A5Bk7waGM@public.gmane.org>
2016-03-29 20:14 ` Heiko Stübner
2016-03-29 20:14 ` Heiko Stübner
2016-03-29 20:14 ` Heiko Stübner
[not found] ` <1458136727-32075-1-git-send-email-afaerber-l3A5Bk7waGM@public.gmane.org>
2016-03-16 13:58 ` [PATCH v4 2/8] Documentation: devicetree: Add vendor prefix for GeekBuying.com Andreas Färber
2016-03-16 13:58 ` Andreas Färber
2016-03-16 13:58 ` Andreas Färber
[not found] ` <1458136727-32075-3-git-send-email-afaerber-l3A5Bk7waGM@public.gmane.org>
2016-03-28 20:24 ` Heiko Stübner
2016-03-28 20:24 ` Heiko Stübner
2016-03-28 20:24 ` Heiko Stübner
2016-03-16 13:58 ` [PATCH v4 3/8] Documentation: devicetree: rockchip: Document GeekBox Andreas Färber
2016-03-16 13:58 ` Andreas Färber
2016-03-16 13:58 ` Andreas Färber
2016-03-29 20:13 ` Heiko Stübner
2016-03-29 20:13 ` Heiko Stübner
2016-03-29 20:45 ` Andreas Färber
2016-03-29 20:45 ` Andreas Färber
2016-03-29 21:21 ` Heiko Stübner
2016-03-29 21:21 ` Heiko Stübner
2016-03-31 17:02 ` Heiko Stuebner
2016-03-31 17:02 ` Heiko Stuebner
2016-03-31 17:02 ` Heiko Stuebner
2016-03-16 13:58 ` [PATCH v4 7/8] Documentation: devicetree: rockchip: Document Landingship Andreas Färber
2016-03-16 13:58 ` Andreas Färber
2016-03-16 13:58 ` Andreas Färber
[not found] ` <1458136727-32075-8-git-send-email-afaerber-l3A5Bk7waGM@public.gmane.org>
2016-03-18 21:30 ` Rob Herring
2016-03-18 21:30 ` Rob Herring
2016-03-18 21:30 ` Rob Herring
2016-03-18 21:37 ` Andreas Färber
2016-03-18 21:37 ` Andreas Färber
2016-03-18 21:37 ` Andreas Färber
2016-03-16 13:58 ` [PATCH v4 8/8] arm64: dts: rockchip: Add Landingship config Andreas Färber
2016-03-16 13:58 ` Andreas Färber
2016-03-16 13:58 ` Andreas Färber
2016-03-29 20:18 ` Heiko Stübner
2016-03-29 20:18 ` Heiko Stübner
2016-03-29 20:18 ` Heiko Stübner
2016-03-29 22:18 ` Andreas Färber
2016-03-29 22:18 ` Andreas Färber
2016-03-29 22:18 ` Andreas Färber
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=1776429.KtRq374vTa@phil \
--to=heiko-4mtyjxux2i+zqb+pc5nmwq@public.gmane.org \
--cc=afaerber-l3A5Bk7waGM@public.gmane.org \
--cc=catalin.marinas-5wv7dgnIgG8@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
--cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=will.deacon-5wv7dgnIgG8@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 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.