devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Brian Norris <computersforpeace@gmail.com>
To: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Simon Horman <horms@verge.net.au>,
	Magnus Damm <magnus.damm@gmail.com>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
	Gregory Clement <gregory.clement@free-electrons.com>,
	Rob Herring <robh+dt@kernel.org>,
	linux-sh@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-mtd@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH/RFC 0/7] ARM: dts: Add compatible property to "partitions" node
Date: Mon, 14 Dec 2015 11:46:13 -0800	[thread overview]
Message-ID: <20151214194613.GA126731@google.com> (raw)
In-Reply-To: <1450120304-2760-1-git-send-email-geert+renesas@glider.be>

On Mon, Dec 14, 2015 at 08:11:37PM +0100, Geert Uytterhoeven wrote:
> 	Hi,
> 
> As of commit e488ca9f8d4f62c2 ("doc: dt: mtd: partitions: add compatible
> property to "partitions" node"), the "partitions" subnode of an SPI
> FLASH device node must have a compatible property. The partitions are no
> longer detected if it is not present.

For all patches:

Acked-by: Brian Norris <computersforpeace@gmail.com>

> I marked this series as "RFC", as the abovementioned commit is not yet
> upstream. Ideally, the users should be fixed first, to avoid breakage.

I'd differ on the last sentence. It's more important to straighten out
the release features for 4.4 than to make sure that linux-next has
perfect DTS files. So I'll submit whenever ready :)

FWIW, I plan to submit my pullreq this week, hopefully by
end-of-Wednesday. (There are other potential MTD fixes that haven't
stabilized. I may just send them separately.)

Regards,
Brian

> Tested on r8a7791/koelsch.
> 
> Thanks!
> 
> Geert Uytterhoeven (7):
>   ARM: dt: mvebu: ix4-300d: Add compatible property to "partitions" node
>   ARM: shmobile: bockw dts: Add compatible property to "partitions" node
>   ARM: shmobile: lager dts: Add compatible property to "partitions" node
>   ARM: shmobile: koelsch dts: Add compatible property to "partitions"
>     node
>   ARM: shmobile: porter dts: Add compatible property to "partitions"
>     node
>   ARM: shmobile: gose dts: Add compatible property to "partitions" node
>   ARM: shmobile: silk dts: Add compatible property to "partitions" node
> 
>  arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts | 1 +
>  arch/arm/boot/dts/r8a7778-bockw.dts             | 1 +
>  arch/arm/boot/dts/r8a7790-lager.dts             | 1 +
>  arch/arm/boot/dts/r8a7791-koelsch.dts           | 1 +
>  arch/arm/boot/dts/r8a7791-porter.dts            | 1 +
>  arch/arm/boot/dts/r8a7793-gose.dts              | 1 +
>  arch/arm/boot/dts/r8a7794-silk.dts              | 1 +
>  7 files changed, 7 insertions(+)
> 
> -- 
> 1.9.1
> 
> Gr{oetje,eeting}s,
> 
> 						Geert
> 
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
> 
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
> 							    -- Linus Torvalds

  parent reply	other threads:[~2015-12-14 19:46 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-14 19:11 [PATCH/RFC 0/7] ARM: dts: Add compatible property to "partitions" node Geert Uytterhoeven
2015-12-14 19:11 ` [PATCH/RFC 1/7] ARM: dt: mvebu: ix4-300d: " Geert Uytterhoeven
2015-12-14 19:11 ` [PATCH/RFC 2/7] ARM: shmobile: bockw dts: " Geert Uytterhoeven
     [not found] ` <1450120304-2760-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2015-12-14 19:11   ` [PATCH/RFC 3/7] ARM: shmobile: lager " Geert Uytterhoeven
2015-12-14 19:11 ` [PATCH/RFC 4/7] ARM: shmobile: koelsch " Geert Uytterhoeven
2015-12-14 19:11 ` [PATCH/RFC 5/7] ARM: shmobile: porter " Geert Uytterhoeven
2015-12-14 19:11 ` [PATCH/RFC 6/7] ARM: shmobile: gose " Geert Uytterhoeven
2015-12-14 19:11 ` [PATCH/RFC 7/7] ARM: shmobile: silk " Geert Uytterhoeven
2015-12-14 19:46 ` Brian Norris [this message]
2015-12-14 21:20   ` [PATCH/RFC 0/7] ARM: " Geert Uytterhoeven
2015-12-14 21:43     ` Brian Norris
2015-12-14 21:45       ` Brian Norris
2015-12-15  8:01         ` Geert Uytterhoeven

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=20151214194613.GA126731@google.com \
    --to=computersforpeace@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=gregory.clement@free-electrons.com \
    --cc=horms@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mtd@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=sebastian.hesselbarth@gmail.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).