All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>,
	"arm@kernel.org" <arm@kernel.org>, Andrew Lunn <andrew@lunn.ch>,
	Gregory Clement <gregory.clement@free-electrons.com>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
	Magnus Damm <magnus.damm@gmail.com>,
	Ralf Baechle <ralf@linux-mips.org>,
	Alex Smith <alex.smith@imgtec.com>,
	Brian Norris <computersforpeace@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	Linux-sh list <linux-sh@vger.kernel.org>,
	Linux MIPS Mailing List <linux-mips@linux-mips.org>,
	MTD Maling List <linux-mtd@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
Date: Mon, 4 Jan 2016 08:39:38 +1100	[thread overview]
Message-ID: <20160103213938.GD22806@verge.net.au> (raw)
In-Reply-To: <CAMuHMdXt36GSDuoFVGBebJVN9OHPh=ze8u8KvQ0B+RcvT6xTYQ@mail.gmail.com>

On Mon, Dec 28, 2015 at 11:15:30AM +0100, Geert Uytterhoeven wrote:
> Hi Simon,
> 
> On Mon, Dec 28, 2015 at 6:01 AM, Simon Horman <horms@verge.net.au> wrote:
> > On Mon, Dec 21, 2015 at 11:33:44AM +0100, Geert Uytterhoeven wrote:
> >> As of commit e488ca9f8d4f62c2 ("doc: dt: mtd: partitions: add compatible
> >> property to "partitions" node"), which is in v4.4-rc6, 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.
> >>
> >> However, several DTSes in -next have already been converted to the
> >> "partitions" subnode without "compatible" property, introduced by
> >> commits 5cfdedb7b9a0fe38 ("mtd: ofpart: move ofpart partitions to a
> >> dedicated dt node") and fe2585e9c29a650a ("doc: dt: mtd: support
> >> partitions in a special 'partitions' subnode"). Hence all of these are
> >> now broken in -next, and will be broken in upstream during the merge
> >> window.
> >>
> >> This series fixes all users in next-20151221.
> >> Tested on r8a7791/koelsch.
> >>
> >> Changes since v1:
> >>   - Add Acked-by,
> >>   - Fix new users in -next (kirkwood, ci20).
> >>
> >> Most of these are in arm-soc/for-next. Exceptions are kirkwood (in
> >> mvebu/for-next), and ci20 (in mips/mips-for-linux-next).
> >>
> >> Given we're late in the v4.4-rc cycle, perhaps it's easiest if the
> >> arm-soc maintainers take all applicable patches directly, bypassing the
> >> mvebu and shmobile maintainers?
> >>
> >> Thanks for queuing for v4.5!
> >>
> >> Geert Uytterhoeven (9):
> >>   ARM: mvebu: ix4-300d: Add compatible property to "partitions" node
> >>   ARM: mvebu: kirkwood: 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
> >
> > Thanks, I have queued up the above "shmobile" patches for v4.6.
> 
> I'm afraid v4.6 is too late, leaving all SPI FLASHes broken in v4.5.

Thanks. I'll re-queue them up as fixes for v4.5.

WARNING: multiple messages have this Message-ID (diff)
From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
Date: Sun, 03 Jan 2016 21:39:38 +0000	[thread overview]
Message-ID: <20160103213938.GD22806@verge.net.au> (raw)
In-Reply-To: <CAMuHMdXt36GSDuoFVGBebJVN9OHPh=ze8u8KvQ0B+RcvT6xTYQ@mail.gmail.com>

On Mon, Dec 28, 2015 at 11:15:30AM +0100, Geert Uytterhoeven wrote:
> Hi Simon,
> 
> On Mon, Dec 28, 2015 at 6:01 AM, Simon Horman <horms@verge.net.au> wrote:
> > On Mon, Dec 21, 2015 at 11:33:44AM +0100, Geert Uytterhoeven wrote:
> >> As of commit e488ca9f8d4f62c2 ("doc: dt: mtd: partitions: add compatible
> >> property to "partitions" node"), which is in v4.4-rc6, 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.
> >>
> >> However, several DTSes in -next have already been converted to the
> >> "partitions" subnode without "compatible" property, introduced by
> >> commits 5cfdedb7b9a0fe38 ("mtd: ofpart: move ofpart partitions to a
> >> dedicated dt node") and fe2585e9c29a650a ("doc: dt: mtd: support
> >> partitions in a special 'partitions' subnode"). Hence all of these are
> >> now broken in -next, and will be broken in upstream during the merge
> >> window.
> >>
> >> This series fixes all users in next-20151221.
> >> Tested on r8a7791/koelsch.
> >>
> >> Changes since v1:
> >>   - Add Acked-by,
> >>   - Fix new users in -next (kirkwood, ci20).
> >>
> >> Most of these are in arm-soc/for-next. Exceptions are kirkwood (in
> >> mvebu/for-next), and ci20 (in mips/mips-for-linux-next).
> >>
> >> Given we're late in the v4.4-rc cycle, perhaps it's easiest if the
> >> arm-soc maintainers take all applicable patches directly, bypassing the
> >> mvebu and shmobile maintainers?
> >>
> >> Thanks for queuing for v4.5!
> >>
> >> Geert Uytterhoeven (9):
> >>   ARM: mvebu: ix4-300d: Add compatible property to "partitions" node
> >>   ARM: mvebu: kirkwood: 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
> >
> > Thanks, I have queued up the above "shmobile" patches for v4.6.
> 
> I'm afraid v4.6 is too late, leaving all SPI FLASHes broken in v4.5.

Thanks. I'll re-queue them up as fixes for v4.5.

WARNING: multiple messages have this Message-ID (diff)
From: horms@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
Date: Mon, 4 Jan 2016 08:39:38 +1100	[thread overview]
Message-ID: <20160103213938.GD22806@verge.net.au> (raw)
In-Reply-To: <CAMuHMdXt36GSDuoFVGBebJVN9OHPh=ze8u8KvQ0B+RcvT6xTYQ@mail.gmail.com>

On Mon, Dec 28, 2015 at 11:15:30AM +0100, Geert Uytterhoeven wrote:
> Hi Simon,
> 
> On Mon, Dec 28, 2015 at 6:01 AM, Simon Horman <horms@verge.net.au> wrote:
> > On Mon, Dec 21, 2015 at 11:33:44AM +0100, Geert Uytterhoeven wrote:
> >> As of commit e488ca9f8d4f62c2 ("doc: dt: mtd: partitions: add compatible
> >> property to "partitions" node"), which is in v4.4-rc6, 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.
> >>
> >> However, several DTSes in -next have already been converted to the
> >> "partitions" subnode without "compatible" property, introduced by
> >> commits 5cfdedb7b9a0fe38 ("mtd: ofpart: move ofpart partitions to a
> >> dedicated dt node") and fe2585e9c29a650a ("doc: dt: mtd: support
> >> partitions in a special 'partitions' subnode"). Hence all of these are
> >> now broken in -next, and will be broken in upstream during the merge
> >> window.
> >>
> >> This series fixes all users in next-20151221.
> >> Tested on r8a7791/koelsch.
> >>
> >> Changes since v1:
> >>   - Add Acked-by,
> >>   - Fix new users in -next (kirkwood, ci20).
> >>
> >> Most of these are in arm-soc/for-next. Exceptions are kirkwood (in
> >> mvebu/for-next), and ci20 (in mips/mips-for-linux-next).
> >>
> >> Given we're late in the v4.4-rc cycle, perhaps it's easiest if the
> >> arm-soc maintainers take all applicable patches directly, bypassing the
> >> mvebu and shmobile maintainers?
> >>
> >> Thanks for queuing for v4.5!
> >>
> >> Geert Uytterhoeven (9):
> >>   ARM: mvebu: ix4-300d: Add compatible property to "partitions" node
> >>   ARM: mvebu: kirkwood: 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
> >
> > Thanks, I have queued up the above "shmobile" patches for v4.6.
> 
> I'm afraid v4.6 is too late, leaving all SPI FLASHes broken in v4.5.

Thanks. I'll re-queue them up as fixes for v4.5.

  reply	other threads:[~2016-01-03 21:39 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-21 10:33 [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node Geert Uytterhoeven
2015-12-21 10:33 ` Geert Uytterhoeven
2015-12-21 10:33 ` Geert Uytterhoeven
2015-12-21 10:33 ` [PATCH v2 1/9] ARM: mvebu: ix4-300d: " Geert Uytterhoeven
2015-12-21 10:33   ` Geert Uytterhoeven
2015-12-21 10:33   ` Geert Uytterhoeven
2015-12-21 16:48   ` Gregory CLEMENT
2015-12-21 16:48     ` Gregory CLEMENT
2015-12-21 16:48     ` Gregory CLEMENT
2015-12-22 21:22     ` Olof Johansson
2015-12-22 21:22       ` Olof Johansson
2015-12-22 21:22       ` Olof Johansson
2015-12-23 11:07       ` Gregory CLEMENT
2015-12-23 11:07         ` Gregory CLEMENT
2015-12-23 11:07         ` Gregory CLEMENT
2015-12-23 11:07         ` Gregory CLEMENT
2015-12-21 10:33 ` [PATCH v2 2/9] ARM: mvebu: kirkwood: " Geert Uytterhoeven
2015-12-21 10:33   ` Geert Uytterhoeven
2015-12-21 10:33   ` Geert Uytterhoeven
2015-12-21 16:49   ` Gregory CLEMENT
2015-12-21 16:49     ` Gregory CLEMENT
2015-12-21 16:49     ` Gregory CLEMENT
2015-12-21 10:33 ` [PATCH v2 3/9] ARM: shmobile: bockw dts: " Geert Uytterhoeven
2015-12-21 10:33   ` Geert Uytterhoeven
2015-12-21 10:33   ` Geert Uytterhoeven
2015-12-21 10:33   ` Geert Uytterhoeven
2015-12-21 10:33 ` [PATCH v2 4/9] ARM: shmobile: lager " Geert Uytterhoeven
2015-12-21 10:33   ` Geert Uytterhoeven
2015-12-21 10:33   ` Geert Uytterhoeven
2015-12-21 10:33 ` [PATCH v2 5/9] ARM: shmobile: koelsch " Geert Uytterhoeven
2015-12-21 10:33   ` Geert Uytterhoeven
2015-12-21 10:33   ` Geert Uytterhoeven
2015-12-21 10:33 ` [PATCH v2 6/9] ARM: shmobile: porter " Geert Uytterhoeven
2015-12-21 10:33   ` Geert Uytterhoeven
2015-12-21 10:33   ` Geert Uytterhoeven
2015-12-21 10:33 ` [PATCH v2 7/9] ARM: shmobile: gose " Geert Uytterhoeven
2015-12-21 10:33   ` Geert Uytterhoeven
2015-12-21 10:33   ` Geert Uytterhoeven
2015-12-21 10:33 ` [PATCH v2 8/9] ARM: shmobile: silk " Geert Uytterhoeven
2015-12-21 10:33   ` Geert Uytterhoeven
2015-12-21 10:33   ` Geert Uytterhoeven
2015-12-21 10:33 ` [PATCH v2 9/9] MIPS: dts: jz4780/ci20: " Geert Uytterhoeven
2015-12-21 10:33   ` Geert Uytterhoeven
2015-12-21 10:33   ` Geert Uytterhoeven
2015-12-22  1:16   ` Ralf Baechle
2015-12-22  1:16     ` Ralf Baechle
2015-12-22  1:16     ` Ralf Baechle
2015-12-22  1:16     ` Ralf Baechle
2015-12-22 21:23 ` [PATCH v2 0/9] ARM: dts: " Olof Johansson
2015-12-22 21:23   ` Olof Johansson
2015-12-22 21:23   ` Olof Johansson
2015-12-23 11:04   ` Gregory CLEMENT
2015-12-23 11:04     ` Gregory CLEMENT
2015-12-23 11:04     ` Gregory CLEMENT
2015-12-23 14:21     ` Geert Uytterhoeven
2015-12-23 14:21       ` Geert Uytterhoeven
2015-12-23 14:21       ` Geert Uytterhoeven
2015-12-23 14:21       ` Geert Uytterhoeven
2015-12-28  5:01 ` Simon Horman
2015-12-28  5:01   ` Simon Horman
2015-12-28  5:01   ` Simon Horman
2015-12-28 10:15   ` Geert Uytterhoeven
2015-12-28 10:15     ` Geert Uytterhoeven
2015-12-28 10:15     ` Geert Uytterhoeven
2016-01-03 21:39     ` Simon Horman [this message]
2016-01-03 21:39       ` Simon Horman
2016-01-03 21:39       ` Simon Horman
2016-01-11 16:07       ` Gregory CLEMENT
2016-01-11 16:07         ` Gregory CLEMENT
2016-01-11 16:07         ` Gregory CLEMENT
2016-01-11 16:07         ` Gregory CLEMENT

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=20160103213938.GD22806@verge.net.au \
    --to=horms@verge.net.au \
    --cc=alex.smith@imgtec.com \
    --cc=andrew@lunn.ch \
    --cc=arm@kernel.org \
    --cc=computersforpeace@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=geert@linux-m68k.org \
    --cc=gregory.clement@free-electrons.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=ralf@linux-mips.org \
    --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 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.