All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
@ 2015-12-21 10:33 ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: linux-arm-kernel

	Hi,

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
  MIPS: dts: jz4780/ci20: Add compatible property to "partitions" node

 arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts  | 1 +
 arch/arm/boot/dts/kirkwood-pogoplug-series-4.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 +
 arch/mips/boot/dts/ingenic/ci20.dts              | 1 +
 9 files changed, 9 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

^ permalink raw reply	[flat|nested] 75+ messages in thread

* [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
@ 2015-12-21 10:33 ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: arm, Andrew Lunn, Gregory Clement, Sebastian Hesselbarth,
	Simon Horman, Magnus Damm, Ralf Baechle, Alex Smith
  Cc: Brian Norris, Rob Herring, devicetree, linux-arm-kernel,
	linux-sh, linux-mips, linux-mtd, linux-kernel,
	Geert Uytterhoeven

	Hi,

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
  MIPS: dts: jz4780/ci20: Add compatible property to "partitions" node

 arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts  | 1 +
 arch/arm/boot/dts/kirkwood-pogoplug-series-4.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 +
 arch/mips/boot/dts/ingenic/ci20.dts              | 1 +
 9 files changed, 9 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

^ permalink raw reply	[flat|nested] 75+ messages in thread

* [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
@ 2015-12-21 10:33 ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: linux-arm-kernel

	Hi,

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
  MIPS: dts: jz4780/ci20: Add compatible property to "partitions" node

 arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts  | 1 +
 arch/arm/boot/dts/kirkwood-pogoplug-series-4.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 +
 arch/mips/boot/dts/ingenic/ci20.dts              | 1 +
 9 files changed, 9 insertions(+)

-- 
1.9.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at 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

^ permalink raw reply	[flat|nested] 75+ messages in thread

* [PATCH v2 1/9] ARM: mvebu: ix4-300d: Add compatible property to "partitions" node
  2015-12-21 10:33 ` Geert Uytterhoeven
  (?)
@ 2015-12-21 10:33   ` Geert Uytterhoeven
  -1 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: linux-arm-kernel

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.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
---
v2:
  - Add Acked-by.
---
 arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts
index 13cf69a8d0fb392b..fb9e1bbf23385b85 100644
--- a/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts
+++ b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts
@@ -152,6 +152,7 @@
 				nand-on-flash-bbt;
 
 				partitions {
+					compatible = "fixed-partitions";
 					#address-cells = <1>;
 					#size-cells = <1>;
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 75+ messages in thread

* [PATCH v2 1/9] ARM: mvebu: ix4-300d: Add compatible property to "partitions" node
@ 2015-12-21 10:33   ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: arm, Andrew Lunn, Gregory Clement, Sebastian Hesselbarth,
	Simon Horman, Magnus Damm, Ralf Baechle, Alex Smith
  Cc: Brian Norris, Rob Herring, devicetree, linux-arm-kernel,
	linux-sh, linux-mips, linux-mtd, linux-kernel,
	Geert Uytterhoeven

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.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
---
v2:
  - Add Acked-by.
---
 arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts
index 13cf69a8d0fb392b..fb9e1bbf23385b85 100644
--- a/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts
+++ b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts
@@ -152,6 +152,7 @@
 				nand-on-flash-bbt;
 
 				partitions {
+					compatible = "fixed-partitions";
 					#address-cells = <1>;
 					#size-cells = <1>;
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 75+ messages in thread

* [PATCH v2 1/9] ARM: mvebu: ix4-300d: Add compatible property to "partitions" node
@ 2015-12-21 10:33   ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: linux-arm-kernel

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.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
---
v2:
  - Add Acked-by.
---
 arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts
index 13cf69a8d0fb392b..fb9e1bbf23385b85 100644
--- a/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts
+++ b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts
@@ -152,6 +152,7 @@
 				nand-on-flash-bbt;
 
 				partitions {
+					compatible = "fixed-partitions";
 					#address-cells = <1>;
 					#size-cells = <1>;
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 75+ messages in thread

* [PATCH v2 2/9] ARM: mvebu: kirkwood: Add compatible property to "partitions" node
  2015-12-21 10:33 ` Geert Uytterhoeven
  (?)
@ 2015-12-21 10:33   ` Geert Uytterhoeven
  -1 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: linux-arm-kernel

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.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
v2:
  - New.
---
 arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts b/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts
index 1db6f2c506cce320..8082d64266a37c33 100644
--- a/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts
+++ b/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts
@@ -131,6 +131,7 @@
 	chip-delay = <40>;
 	status = "okay";
 	partitions {
+		compatible = "fixed-partitions";
 		#address-cells = <1>;
 		#size-cells = <1>;
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 75+ messages in thread

* [PATCH v2 2/9] ARM: mvebu: kirkwood: Add compatible property to "partitions" node
@ 2015-12-21 10:33   ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: arm, Andrew Lunn, Gregory Clement, Sebastian Hesselbarth,
	Simon Horman, Magnus Damm, Ralf Baechle, Alex Smith
  Cc: Brian Norris, Rob Herring, devicetree, linux-arm-kernel,
	linux-sh, linux-mips, linux-mtd, linux-kernel,
	Geert Uytterhoeven

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.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
v2:
  - New.
---
 arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts b/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts
index 1db6f2c506cce320..8082d64266a37c33 100644
--- a/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts
+++ b/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts
@@ -131,6 +131,7 @@
 	chip-delay = <40>;
 	status = "okay";
 	partitions {
+		compatible = "fixed-partitions";
 		#address-cells = <1>;
 		#size-cells = <1>;
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 75+ messages in thread

* [PATCH v2 2/9] ARM: mvebu: kirkwood: Add compatible property to "partitions" node
@ 2015-12-21 10:33   ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: linux-arm-kernel

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.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
v2:
  - New.
---
 arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts b/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts
index 1db6f2c506cce320..8082d64266a37c33 100644
--- a/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts
+++ b/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts
@@ -131,6 +131,7 @@
 	chip-delay = <40>;
 	status = "okay";
 	partitions {
+		compatible = "fixed-partitions";
 		#address-cells = <1>;
 		#size-cells = <1>;
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 75+ messages in thread

* [PATCH v2 3/9] ARM: shmobile: bockw dts: Add compatible property to "partitions" node
  2015-12-21 10:33 ` Geert Uytterhoeven
  (?)
  (?)
@ 2015-12-21 10:33   ` Geert Uytterhoeven
  -1 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: linux-arm-kernel

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.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
---
v2:
  - Add Acked-by.
---
 arch/arm/boot/dts/r8a7778-bockw.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7778-bockw.dts b/arch/arm/boot/dts/r8a7778-bockw.dts
index 482228b8a984656e..06ceefe3cb500dc7 100644
--- a/arch/arm/boot/dts/r8a7778-bockw.dts
+++ b/arch/arm/boot/dts/r8a7778-bockw.dts
@@ -212,6 +212,7 @@
 		m25p,fast-read;
 
 		partitions {
+			compatible = "fixed-partitions";
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 75+ messages in thread

* [PATCH v2 3/9] ARM: shmobile: bockw dts: Add compatible property to "partitions" node
@ 2015-12-21 10:33   ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: arm, Andrew Lunn, Gregory Clement, Sebastian Hesselbarth,
	Simon Horman, Magnus Damm, Ralf Baechle, Alex Smith
  Cc: Brian Norris, Rob Herring, devicetree, linux-arm-kernel,
	linux-sh, linux-mips, linux-mtd, linux-kernel,
	Geert Uytterhoeven

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.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
---
v2:
  - Add Acked-by.
---
 arch/arm/boot/dts/r8a7778-bockw.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7778-bockw.dts b/arch/arm/boot/dts/r8a7778-bockw.dts
index 482228b8a984656e..06ceefe3cb500dc7 100644
--- a/arch/arm/boot/dts/r8a7778-bockw.dts
+++ b/arch/arm/boot/dts/r8a7778-bockw.dts
@@ -212,6 +212,7 @@
 		m25p,fast-read;
 
 		partitions {
+			compatible = "fixed-partitions";
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 75+ messages in thread

* [PATCH v2 3/9] ARM: shmobile: bockw dts: Add compatible property to "partitions" node
@ 2015-12-21 10:33   ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: arm, Andrew Lunn, Gregory Clement, Sebastian Hesselbarth,
	Simon Horman, Magnus Damm, Ralf Baechle, Alex Smith
  Cc: devicetree, Geert Uytterhoeven, linux-mips, linux-sh,
	linux-kernel, Rob Herring, linux-mtd, Brian Norris,
	linux-arm-kernel

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.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
---
v2:
  - Add Acked-by.
---
 arch/arm/boot/dts/r8a7778-bockw.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7778-bockw.dts b/arch/arm/boot/dts/r8a7778-bockw.dts
index 482228b8a984656e..06ceefe3cb500dc7 100644
--- a/arch/arm/boot/dts/r8a7778-bockw.dts
+++ b/arch/arm/boot/dts/r8a7778-bockw.dts
@@ -212,6 +212,7 @@
 		m25p,fast-read;
 
 		partitions {
+			compatible = "fixed-partitions";
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 75+ messages in thread

* [PATCH v2 3/9] ARM: shmobile: bockw dts: Add compatible property to "partitions" node
@ 2015-12-21 10:33   ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: linux-arm-kernel

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.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
---
v2:
  - Add Acked-by.
---
 arch/arm/boot/dts/r8a7778-bockw.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7778-bockw.dts b/arch/arm/boot/dts/r8a7778-bockw.dts
index 482228b8a984656e..06ceefe3cb500dc7 100644
--- a/arch/arm/boot/dts/r8a7778-bockw.dts
+++ b/arch/arm/boot/dts/r8a7778-bockw.dts
@@ -212,6 +212,7 @@
 		m25p,fast-read;
 
 		partitions {
+			compatible = "fixed-partitions";
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 75+ messages in thread

* [PATCH v2 4/9] ARM: shmobile: lager dts: Add compatible property to "partitions" node
  2015-12-21 10:33 ` Geert Uytterhoeven
  (?)
@ 2015-12-21 10:33   ` Geert Uytterhoeven
  -1 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: linux-arm-kernel

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.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
---
v2:
  - Add Acked-by.
---
 arch/arm/boot/dts/r8a7790-lager.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
index 7773cb1f10317d85..cdc0414f5f0716dd 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -457,6 +457,7 @@
 		m25p,fast-read;
 
 		partitions {
+			compatible = "fixed-partitions";
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 75+ messages in thread

* [PATCH v2 4/9] ARM: shmobile: lager dts: Add compatible property to "partitions" node
@ 2015-12-21 10:33   ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: arm, Andrew Lunn, Gregory Clement, Sebastian Hesselbarth,
	Simon Horman, Magnus Damm, Ralf Baechle, Alex Smith
  Cc: Brian Norris, Rob Herring, devicetree, linux-arm-kernel,
	linux-sh, linux-mips, linux-mtd, linux-kernel,
	Geert Uytterhoeven

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.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
---
v2:
  - Add Acked-by.
---
 arch/arm/boot/dts/r8a7790-lager.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
index 7773cb1f10317d85..cdc0414f5f0716dd 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -457,6 +457,7 @@
 		m25p,fast-read;
 
 		partitions {
+			compatible = "fixed-partitions";
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 75+ messages in thread

* [PATCH v2 4/9] ARM: shmobile: lager dts: Add compatible property to "partitions" node
@ 2015-12-21 10:33   ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: linux-arm-kernel

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.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
---
v2:
  - Add Acked-by.
---
 arch/arm/boot/dts/r8a7790-lager.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
index 7773cb1f10317d85..cdc0414f5f0716dd 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -457,6 +457,7 @@
 		m25p,fast-read;
 
 		partitions {
+			compatible = "fixed-partitions";
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 75+ messages in thread

* [PATCH v2 5/9] ARM: shmobile: koelsch dts: Add compatible property to "partitions" node
  2015-12-21 10:33 ` Geert Uytterhoeven
  (?)
@ 2015-12-21 10:33   ` Geert Uytterhoeven
  -1 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: linux-arm-kernel

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.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
---
v2:
  - Add Acked-by.
---
 arch/arm/boot/dts/r8a7791-koelsch.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts
index d949853a48edc956..9ff5d2b29788dfc1 100644
--- a/arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
@@ -500,6 +500,7 @@
 		m25p,fast-read;
 
 		partitions {
+			compatible = "fixed-partitions";
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 75+ messages in thread

* [PATCH v2 5/9] ARM: shmobile: koelsch dts: Add compatible property to "partitions" node
@ 2015-12-21 10:33   ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: arm, Andrew Lunn, Gregory Clement, Sebastian Hesselbarth,
	Simon Horman, Magnus Damm, Ralf Baechle, Alex Smith
  Cc: Brian Norris, Rob Herring, devicetree, linux-arm-kernel,
	linux-sh, linux-mips, linux-mtd, linux-kernel,
	Geert Uytterhoeven

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.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
---
v2:
  - Add Acked-by.
---
 arch/arm/boot/dts/r8a7791-koelsch.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts
index d949853a48edc956..9ff5d2b29788dfc1 100644
--- a/arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
@@ -500,6 +500,7 @@
 		m25p,fast-read;
 
 		partitions {
+			compatible = "fixed-partitions";
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 75+ messages in thread

* [PATCH v2 5/9] ARM: shmobile: koelsch dts: Add compatible property to "partitions" node
@ 2015-12-21 10:33   ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: linux-arm-kernel

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.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
---
v2:
  - Add Acked-by.
---
 arch/arm/boot/dts/r8a7791-koelsch.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts
index d949853a48edc956..9ff5d2b29788dfc1 100644
--- a/arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
@@ -500,6 +500,7 @@
 		m25p,fast-read;
 
 		partitions {
+			compatible = "fixed-partitions";
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 75+ messages in thread

* [PATCH v2 6/9] ARM: shmobile: porter dts: Add compatible property to "partitions" node
  2015-12-21 10:33 ` Geert Uytterhoeven
  (?)
@ 2015-12-21 10:33   ` Geert Uytterhoeven
  -1 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: linux-arm-kernel

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.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
---
v2:
  - Add Acked-by.
---
 arch/arm/boot/dts/r8a7791-porter.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7791-porter.dts b/arch/arm/boot/dts/r8a7791-porter.dts
index b93016896378c350..f8d8e2e2169a9c40 100644
--- a/arch/arm/boot/dts/r8a7791-porter.dts
+++ b/arch/arm/boot/dts/r8a7791-porter.dts
@@ -213,6 +213,7 @@
 		m25p,fast-read;
 
 		partitions {
+			compatible = "fixed-partitions";
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 75+ messages in thread

* [PATCH v2 6/9] ARM: shmobile: porter dts: Add compatible property to "partitions" node
@ 2015-12-21 10:33   ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: arm, Andrew Lunn, Gregory Clement, Sebastian Hesselbarth,
	Simon Horman, Magnus Damm, Ralf Baechle, Alex Smith
  Cc: Brian Norris, Rob Herring, devicetree, linux-arm-kernel,
	linux-sh, linux-mips, linux-mtd, linux-kernel,
	Geert Uytterhoeven

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.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
---
v2:
  - Add Acked-by.
---
 arch/arm/boot/dts/r8a7791-porter.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7791-porter.dts b/arch/arm/boot/dts/r8a7791-porter.dts
index b93016896378c350..f8d8e2e2169a9c40 100644
--- a/arch/arm/boot/dts/r8a7791-porter.dts
+++ b/arch/arm/boot/dts/r8a7791-porter.dts
@@ -213,6 +213,7 @@
 		m25p,fast-read;
 
 		partitions {
+			compatible = "fixed-partitions";
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 75+ messages in thread

* [PATCH v2 6/9] ARM: shmobile: porter dts: Add compatible property to "partitions" node
@ 2015-12-21 10:33   ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: linux-arm-kernel

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.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
---
v2:
  - Add Acked-by.
---
 arch/arm/boot/dts/r8a7791-porter.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7791-porter.dts b/arch/arm/boot/dts/r8a7791-porter.dts
index b93016896378c350..f8d8e2e2169a9c40 100644
--- a/arch/arm/boot/dts/r8a7791-porter.dts
+++ b/arch/arm/boot/dts/r8a7791-porter.dts
@@ -213,6 +213,7 @@
 		m25p,fast-read;
 
 		partitions {
+			compatible = "fixed-partitions";
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 75+ messages in thread

* [PATCH v2 7/9] ARM: shmobile: gose dts: Add compatible property to "partitions" node
  2015-12-21 10:33 ` Geert Uytterhoeven
  (?)
@ 2015-12-21 10:33   ` Geert Uytterhoeven
  -1 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: linux-arm-kernel

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.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
---
v2:
  - Add Acked-by.
---
 arch/arm/boot/dts/r8a7793-gose.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7793-gose.dts b/arch/arm/boot/dts/r8a7793-gose.dts
index 077ab9423f5e17d6..3d4bd3c02c4fece0 100644
--- a/arch/arm/boot/dts/r8a7793-gose.dts
+++ b/arch/arm/boot/dts/r8a7793-gose.dts
@@ -128,6 +128,7 @@
 		m25p,fast-read;
 
 		partitions {
+			compatible = "fixed-partitions";
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 75+ messages in thread

* [PATCH v2 7/9] ARM: shmobile: gose dts: Add compatible property to "partitions" node
@ 2015-12-21 10:33   ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: arm, Andrew Lunn, Gregory Clement, Sebastian Hesselbarth,
	Simon Horman, Magnus Damm, Ralf Baechle, Alex Smith
  Cc: Brian Norris, Rob Herring, devicetree, linux-arm-kernel,
	linux-sh, linux-mips, linux-mtd, linux-kernel,
	Geert Uytterhoeven

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.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
---
v2:
  - Add Acked-by.
---
 arch/arm/boot/dts/r8a7793-gose.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7793-gose.dts b/arch/arm/boot/dts/r8a7793-gose.dts
index 077ab9423f5e17d6..3d4bd3c02c4fece0 100644
--- a/arch/arm/boot/dts/r8a7793-gose.dts
+++ b/arch/arm/boot/dts/r8a7793-gose.dts
@@ -128,6 +128,7 @@
 		m25p,fast-read;
 
 		partitions {
+			compatible = "fixed-partitions";
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 75+ messages in thread

* [PATCH v2 7/9] ARM: shmobile: gose dts: Add compatible property to "partitions" node
@ 2015-12-21 10:33   ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: linux-arm-kernel

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.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
---
v2:
  - Add Acked-by.
---
 arch/arm/boot/dts/r8a7793-gose.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7793-gose.dts b/arch/arm/boot/dts/r8a7793-gose.dts
index 077ab9423f5e17d6..3d4bd3c02c4fece0 100644
--- a/arch/arm/boot/dts/r8a7793-gose.dts
+++ b/arch/arm/boot/dts/r8a7793-gose.dts
@@ -128,6 +128,7 @@
 		m25p,fast-read;
 
 		partitions {
+			compatible = "fixed-partitions";
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 75+ messages in thread

* [PATCH v2 8/9] ARM: shmobile: silk dts: Add compatible property to "partitions" node
  2015-12-21 10:33 ` Geert Uytterhoeven
  (?)
@ 2015-12-21 10:33   ` Geert Uytterhoeven
  -1 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: linux-arm-kernel

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.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
---
v2:
  - Add Acked-by.
---
 arch/arm/boot/dts/r8a7794-silk.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7794-silk.dts b/arch/arm/boot/dts/r8a7794-silk.dts
index eb608283a24c070c..c0ae94979a71b04c 100644
--- a/arch/arm/boot/dts/r8a7794-silk.dts
+++ b/arch/arm/boot/dts/r8a7794-silk.dts
@@ -217,6 +217,7 @@
 		m25p,fast-read;
 
 		partitions {
+			compatible = "fixed-partitions";
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 75+ messages in thread

* [PATCH v2 8/9] ARM: shmobile: silk dts: Add compatible property to "partitions" node
@ 2015-12-21 10:33   ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: arm, Andrew Lunn, Gregory Clement, Sebastian Hesselbarth,
	Simon Horman, Magnus Damm, Ralf Baechle, Alex Smith
  Cc: Brian Norris, Rob Herring, devicetree, linux-arm-kernel,
	linux-sh, linux-mips, linux-mtd, linux-kernel,
	Geert Uytterhoeven

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.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
---
v2:
  - Add Acked-by.
---
 arch/arm/boot/dts/r8a7794-silk.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7794-silk.dts b/arch/arm/boot/dts/r8a7794-silk.dts
index eb608283a24c070c..c0ae94979a71b04c 100644
--- a/arch/arm/boot/dts/r8a7794-silk.dts
+++ b/arch/arm/boot/dts/r8a7794-silk.dts
@@ -217,6 +217,7 @@
 		m25p,fast-read;
 
 		partitions {
+			compatible = "fixed-partitions";
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 75+ messages in thread

* [PATCH v2 8/9] ARM: shmobile: silk dts: Add compatible property to "partitions" node
@ 2015-12-21 10:33   ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: linux-arm-kernel

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.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Brian Norris <computersforpeace@gmail.com>
---
v2:
  - Add Acked-by.
---
 arch/arm/boot/dts/r8a7794-silk.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r8a7794-silk.dts b/arch/arm/boot/dts/r8a7794-silk.dts
index eb608283a24c070c..c0ae94979a71b04c 100644
--- a/arch/arm/boot/dts/r8a7794-silk.dts
+++ b/arch/arm/boot/dts/r8a7794-silk.dts
@@ -217,6 +217,7 @@
 		m25p,fast-read;
 
 		partitions {
+			compatible = "fixed-partitions";
 			#address-cells = <1>;
 			#size-cells = <1>;
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 75+ messages in thread

* [PATCH v2 9/9] MIPS: dts: jz4780/ci20: Add compatible property to "partitions" node
  2015-12-21 10:33 ` Geert Uytterhoeven
  (?)
@ 2015-12-21 10:33   ` Geert Uytterhoeven
  -1 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: linux-arm-kernel

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.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
v2:
  - New.
---
 arch/mips/boot/dts/ingenic/ci20.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/mips/boot/dts/ingenic/ci20.dts b/arch/mips/boot/dts/ingenic/ci20.dts
index 782258c0e4fbba8e..1652d8d60b1e4b86 100644
--- a/arch/mips/boot/dts/ingenic/ci20.dts
+++ b/arch/mips/boot/dts/ingenic/ci20.dts
@@ -70,6 +70,7 @@
 			nand-on-flash-bbt;
 
 			partitions {
+				compatible = "fixed-partitions";
 				#address-cells = <2>;
 				#size-cells = <2>;
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 75+ messages in thread

* [PATCH v2 9/9] MIPS: dts: jz4780/ci20: Add compatible property to "partitions" node
@ 2015-12-21 10:33   ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: arm, Andrew Lunn, Gregory Clement, Sebastian Hesselbarth,
	Simon Horman, Magnus Damm, Ralf Baechle, Alex Smith
  Cc: Brian Norris, Rob Herring, devicetree, linux-arm-kernel,
	linux-sh, linux-mips, linux-mtd, linux-kernel,
	Geert Uytterhoeven

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.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
v2:
  - New.
---
 arch/mips/boot/dts/ingenic/ci20.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/mips/boot/dts/ingenic/ci20.dts b/arch/mips/boot/dts/ingenic/ci20.dts
index 782258c0e4fbba8e..1652d8d60b1e4b86 100644
--- a/arch/mips/boot/dts/ingenic/ci20.dts
+++ b/arch/mips/boot/dts/ingenic/ci20.dts
@@ -70,6 +70,7 @@
 			nand-on-flash-bbt;
 
 			partitions {
+				compatible = "fixed-partitions";
 				#address-cells = <2>;
 				#size-cells = <2>;
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 75+ messages in thread

* [PATCH v2 9/9] MIPS: dts: jz4780/ci20: Add compatible property to "partitions" node
@ 2015-12-21 10:33   ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-21 10:33 UTC (permalink / raw)
  To: linux-arm-kernel

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.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
v2:
  - New.
---
 arch/mips/boot/dts/ingenic/ci20.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/mips/boot/dts/ingenic/ci20.dts b/arch/mips/boot/dts/ingenic/ci20.dts
index 782258c0e4fbba8e..1652d8d60b1e4b86 100644
--- a/arch/mips/boot/dts/ingenic/ci20.dts
+++ b/arch/mips/boot/dts/ingenic/ci20.dts
@@ -70,6 +70,7 @@
 			nand-on-flash-bbt;
 
 			partitions {
+				compatible = "fixed-partitions";
 				#address-cells = <2>;
 				#size-cells = <2>;
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 1/9] ARM: mvebu: ix4-300d: Add compatible property to "partitions" node
  2015-12-21 10:33   ` Geert Uytterhoeven
  (?)
@ 2015-12-21 16:48     ` Gregory CLEMENT
  -1 siblings, 0 replies; 75+ messages in thread
From: Gregory CLEMENT @ 2015-12-21 16:48 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Geert,
 
 On lun., déc. 21 2015, Geert Uytterhoeven <geert+renesas@glider.be> wrote:

> 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.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Acked-by: Brian Norris <computersforpeace@gmail.com>

Applied on mvebu/dt (with the hope that it is still time to push it to
arm-soc)

Thanks,

Gregory

> ---
> v2:
>   - Add Acked-by.
> ---
>  arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts
> index 13cf69a8d0fb392b..fb9e1bbf23385b85 100644
> --- a/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts
> +++ b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts
> @@ -152,6 +152,7 @@
>  				nand-on-flash-bbt;
>  
>  				partitions {
> +					compatible = "fixed-partitions";
>  					#address-cells = <1>;
>  					#size-cells = <1>;
>  
> -- 
> 1.9.1
>

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 1/9] ARM: mvebu: ix4-300d: Add compatible property to "partitions" node
@ 2015-12-21 16:48     ` Gregory CLEMENT
  0 siblings, 0 replies; 75+ messages in thread
From: Gregory CLEMENT @ 2015-12-21 16:48 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: arm, Andrew Lunn, Sebastian Hesselbarth, Simon Horman,
	Magnus Damm, Ralf Baechle, Alex Smith, Brian Norris, Rob Herring,
	devicetree, linux-arm-kernel, linux-sh, linux-mips, linux-mtd,
	linux-kernel

Hi Geert,
 
 On lun., déc. 21 2015, Geert Uytterhoeven <geert+renesas@glider.be> wrote:

> 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.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Acked-by: Brian Norris <computersforpeace@gmail.com>

Applied on mvebu/dt (with the hope that it is still time to push it to
arm-soc)

Thanks,

Gregory

> ---
> v2:
>   - Add Acked-by.
> ---
>  arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts
> index 13cf69a8d0fb392b..fb9e1bbf23385b85 100644
> --- a/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts
> +++ b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts
> @@ -152,6 +152,7 @@
>  				nand-on-flash-bbt;
>  
>  				partitions {
> +					compatible = "fixed-partitions";
>  					#address-cells = <1>;
>  					#size-cells = <1>;
>  
> -- 
> 1.9.1
>

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 75+ messages in thread

* [PATCH v2 1/9] ARM: mvebu: ix4-300d: Add compatible property to "partitions" node
@ 2015-12-21 16:48     ` Gregory CLEMENT
  0 siblings, 0 replies; 75+ messages in thread
From: Gregory CLEMENT @ 2015-12-21 16:48 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Geert,
 
 On lun., d?c. 21 2015, Geert Uytterhoeven <geert+renesas@glider.be> wrote:

> 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.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Acked-by: Brian Norris <computersforpeace@gmail.com>

Applied on mvebu/dt (with the hope that it is still time to push it to
arm-soc)

Thanks,

Gregory

> ---
> v2:
>   - Add Acked-by.
> ---
>  arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts
> index 13cf69a8d0fb392b..fb9e1bbf23385b85 100644
> --- a/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts
> +++ b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts
> @@ -152,6 +152,7 @@
>  				nand-on-flash-bbt;
>  
>  				partitions {
> +					compatible = "fixed-partitions";
>  					#address-cells = <1>;
>  					#size-cells = <1>;
>  
> -- 
> 1.9.1
>

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 2/9] ARM: mvebu: kirkwood: Add compatible property to "partitions" node
  2015-12-21 10:33   ` Geert Uytterhoeven
  (?)
@ 2015-12-21 16:49     ` Gregory CLEMENT
  -1 siblings, 0 replies; 75+ messages in thread
From: Gregory CLEMENT @ 2015-12-21 16:49 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Geert,
 
 On lun., déc. 21 2015, Geert Uytterhoeven <geert+renesas@glider.be> wrote:

> 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.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Applied on mvebu/dt

Thanks,

Gregory

> ---
> v2:
>   - New.
> ---
>  arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts b/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts
> index 1db6f2c506cce320..8082d64266a37c33 100644
> --- a/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts
> +++ b/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts
> @@ -131,6 +131,7 @@
>  	chip-delay = <40>;
>  	status = "okay";
>  	partitions {
> +		compatible = "fixed-partitions";
>  		#address-cells = <1>;
>  		#size-cells = <1>;
>  
> -- 
> 1.9.1
>

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 2/9] ARM: mvebu: kirkwood: Add compatible property to "partitions" node
@ 2015-12-21 16:49     ` Gregory CLEMENT
  0 siblings, 0 replies; 75+ messages in thread
From: Gregory CLEMENT @ 2015-12-21 16:49 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: arm, Andrew Lunn, Sebastian Hesselbarth, Simon Horman,
	Magnus Damm, Ralf Baechle, Alex Smith, Brian Norris, Rob Herring,
	devicetree, linux-arm-kernel, linux-sh, linux-mips, linux-mtd,
	linux-kernel

Hi Geert,
 
 On lun., déc. 21 2015, Geert Uytterhoeven <geert+renesas@glider.be> wrote:

> 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.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Applied on mvebu/dt

Thanks,

Gregory

> ---
> v2:
>   - New.
> ---
>  arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts b/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts
> index 1db6f2c506cce320..8082d64266a37c33 100644
> --- a/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts
> +++ b/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts
> @@ -131,6 +131,7 @@
>  	chip-delay = <40>;
>  	status = "okay";
>  	partitions {
> +		compatible = "fixed-partitions";
>  		#address-cells = <1>;
>  		#size-cells = <1>;
>  
> -- 
> 1.9.1
>

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 75+ messages in thread

* [PATCH v2 2/9] ARM: mvebu: kirkwood: Add compatible property to "partitions" node
@ 2015-12-21 16:49     ` Gregory CLEMENT
  0 siblings, 0 replies; 75+ messages in thread
From: Gregory CLEMENT @ 2015-12-21 16:49 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Geert,
 
 On lun., d?c. 21 2015, Geert Uytterhoeven <geert+renesas@glider.be> wrote:

> 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.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Applied on mvebu/dt

Thanks,

Gregory

> ---
> v2:
>   - New.
> ---
>  arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts b/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts
> index 1db6f2c506cce320..8082d64266a37c33 100644
> --- a/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts
> +++ b/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts
> @@ -131,6 +131,7 @@
>  	chip-delay = <40>;
>  	status = "okay";
>  	partitions {
> +		compatible = "fixed-partitions";
>  		#address-cells = <1>;
>  		#size-cells = <1>;
>  
> -- 
> 1.9.1
>

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 9/9] MIPS: dts: jz4780/ci20: Add compatible property to "partitions" node
  2015-12-21 10:33   ` Geert Uytterhoeven
  (?)
  (?)
@ 2015-12-22  1:16     ` Ralf Baechle
  -1 siblings, 0 replies; 75+ messages in thread
From: Ralf Baechle @ 2015-12-22  1:16 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Dec 21, 2015 at 11:33:53AM +0100, Geert Uytterhoeven wrote:
> Date:   Mon, 21 Dec 2015 11:33:53 +0100
> From: Geert Uytterhoeven <geert+renesas@glider.be>
> To: arm@kernel.org, Andrew Lunn <andrew@lunn.ch>, Gregory Clement
>  <gregory.clement@free-electrons.com>, Sebastian Hesselbarth
>  <sebastian.hesselbarth@gmail.com>, Simon Horman <horms@verge.net.au>,
>  Magnus Damm <magnus.damm@gmail.com>, Ralf Baechle <ralf@linux-mips.org>,
>  Alex Smith <alex.smith@imgtec.com>
> Cc: Brian Norris <computersforpeace@gmail.com>, Rob Herring
>  <robh+dt@kernel.org>, devicetree@vger.kernel.org,
>  linux-arm-kernel@lists.infradead.org, linux-sh@vger.kernel.org,
>  linux-mips@linux-mips.org, linux-mtd@lists.infradead.org,
>  linux-kernel@vger.kernel.org, Geert Uytterhoeven <geert+renesas@glider.be>
> Subject: [PATCH v2 9/9] MIPS: dts: jz4780/ci20: Add compatible property to
>  "partitions" node
> 
> 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.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> v2:
>   - New.
> ---
>  arch/mips/boot/dts/ingenic/ci20.dts | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/mips/boot/dts/ingenic/ci20.dts b/arch/mips/boot/dts/ingenic/ci20.dts
> index 782258c0e4fbba8e..1652d8d60b1e4b86 100644
> --- a/arch/mips/boot/dts/ingenic/ci20.dts
> +++ b/arch/mips/boot/dts/ingenic/ci20.dts
> @@ -70,6 +70,7 @@
>  			nand-on-flash-bbt;
>  
>  			partitions {
> +				compatible = "fixed-partitions";
>  				#address-cells = <2>;
>  				#size-cells = <2>;
>  
> -- 
> 1.9.1

Acked-by: Ralf Baechle <ralf@linux-mips.org>

  Ralf

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 9/9] MIPS: dts: jz4780/ci20: Add compatible property to "partitions" node
@ 2015-12-22  1:16     ` Ralf Baechle
  0 siblings, 0 replies; 75+ messages in thread
From: Ralf Baechle @ 2015-12-22  1:16 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: arm, Andrew Lunn, Gregory Clement, Sebastian Hesselbarth,
	Simon Horman, Magnus Damm, Alex Smith, Brian Norris, Rob Herring,
	devicetree, linux-arm-kernel, linux-sh, linux-mips, linux-mtd,
	linux-kernel

On Mon, Dec 21, 2015 at 11:33:53AM +0100, Geert Uytterhoeven wrote:
> Date:   Mon, 21 Dec 2015 11:33:53 +0100
> From: Geert Uytterhoeven <geert+renesas@glider.be>
> To: arm@kernel.org, Andrew Lunn <andrew@lunn.ch>, Gregory Clement
>  <gregory.clement@free-electrons.com>, Sebastian Hesselbarth
>  <sebastian.hesselbarth@gmail.com>, Simon Horman <horms@verge.net.au>,
>  Magnus Damm <magnus.damm@gmail.com>, Ralf Baechle <ralf@linux-mips.org>,
>  Alex Smith <alex.smith@imgtec.com>
> Cc: Brian Norris <computersforpeace@gmail.com>, Rob Herring
>  <robh+dt@kernel.org>, devicetree@vger.kernel.org,
>  linux-arm-kernel@lists.infradead.org, linux-sh@vger.kernel.org,
>  linux-mips@linux-mips.org, linux-mtd@lists.infradead.org,
>  linux-kernel@vger.kernel.org, Geert Uytterhoeven <geert+renesas@glider.be>
> Subject: [PATCH v2 9/9] MIPS: dts: jz4780/ci20: Add compatible property to
>  "partitions" node
> 
> 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.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> v2:
>   - New.
> ---
>  arch/mips/boot/dts/ingenic/ci20.dts | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/mips/boot/dts/ingenic/ci20.dts b/arch/mips/boot/dts/ingenic/ci20.dts
> index 782258c0e4fbba8e..1652d8d60b1e4b86 100644
> --- a/arch/mips/boot/dts/ingenic/ci20.dts
> +++ b/arch/mips/boot/dts/ingenic/ci20.dts
> @@ -70,6 +70,7 @@
>  			nand-on-flash-bbt;
>  
>  			partitions {
> +				compatible = "fixed-partitions";
>  				#address-cells = <2>;
>  				#size-cells = <2>;
>  
> -- 
> 1.9.1

Acked-by: Ralf Baechle <ralf@linux-mips.org>

  Ralf

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 9/9] MIPS: dts: jz4780/ci20: Add compatible property to "partitions" node
@ 2015-12-22  1:16     ` Ralf Baechle
  0 siblings, 0 replies; 75+ messages in thread
From: Ralf Baechle @ 2015-12-22  1:16 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: arm-DgEjT+Ai2ygdnm+yROfE0A, Andrew Lunn, Gregory Clement,
	Sebastian Hesselbarth, Simon Horman, Magnus Damm, Alex Smith,
	Brian Norris, Rob Herring, devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-sh-u79uwXL29TY76Z2rM5mHXA,
	linux-mips-6z/3iImG2C8G8FEW9MqTrA,
	linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

On Mon, Dec 21, 2015 at 11:33:53AM +0100, Geert Uytterhoeven wrote:
> Date:   Mon, 21 Dec 2015 11:33:53 +0100
> From: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
> To: arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>, Gregory Clement
>  <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>, Sebastian Hesselbarth
>  <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>, Simon Horman <horms-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>,
>  Magnus Damm <magnus.damm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>, Ralf Baechle <ralf-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org>,
>  Alex Smith <alex.smith-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
> Cc: Brian Norris <computersforpeace-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>, Rob Herring
>  <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
>  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
>  linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org, linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
>  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
> Subject: [PATCH v2 9/9] MIPS: dts: jz4780/ci20: Add compatible property to
>  "partitions" node
> 
> 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.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
> ---
> v2:
>   - New.
> ---
>  arch/mips/boot/dts/ingenic/ci20.dts | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/mips/boot/dts/ingenic/ci20.dts b/arch/mips/boot/dts/ingenic/ci20.dts
> index 782258c0e4fbba8e..1652d8d60b1e4b86 100644
> --- a/arch/mips/boot/dts/ingenic/ci20.dts
> +++ b/arch/mips/boot/dts/ingenic/ci20.dts
> @@ -70,6 +70,7 @@
>  			nand-on-flash-bbt;
>  
>  			partitions {
> +				compatible = "fixed-partitions";
>  				#address-cells = <2>;
>  				#size-cells = <2>;
>  
> -- 
> 1.9.1

Acked-by: Ralf Baechle <ralf-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org>

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

^ permalink raw reply	[flat|nested] 75+ messages in thread

* [PATCH v2 9/9] MIPS: dts: jz4780/ci20: Add compatible property to "partitions" node
@ 2015-12-22  1:16     ` Ralf Baechle
  0 siblings, 0 replies; 75+ messages in thread
From: Ralf Baechle @ 2015-12-22  1:16 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Dec 21, 2015 at 11:33:53AM +0100, Geert Uytterhoeven wrote:
> Date:   Mon, 21 Dec 2015 11:33:53 +0100
> From: Geert Uytterhoeven <geert+renesas@glider.be>
> To: arm at kernel.org, Andrew Lunn <andrew@lunn.ch>, Gregory Clement
>  <gregory.clement@free-electrons.com>, Sebastian Hesselbarth
>  <sebastian.hesselbarth@gmail.com>, Simon Horman <horms@verge.net.au>,
>  Magnus Damm <magnus.damm@gmail.com>, Ralf Baechle <ralf@linux-mips.org>,
>  Alex Smith <alex.smith@imgtec.com>
> Cc: Brian Norris <computersforpeace@gmail.com>, Rob Herring
>  <robh+dt@kernel.org>, devicetree at vger.kernel.org,
>  linux-arm-kernel at lists.infradead.org, linux-sh at vger.kernel.org,
>  linux-mips at linux-mips.org, linux-mtd at lists.infradead.org,
>  linux-kernel at vger.kernel.org, Geert Uytterhoeven <geert+renesas@glider.be>
> Subject: [PATCH v2 9/9] MIPS: dts: jz4780/ci20: Add compatible property to
>  "partitions" node
> 
> 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.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> v2:
>   - New.
> ---
>  arch/mips/boot/dts/ingenic/ci20.dts | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/mips/boot/dts/ingenic/ci20.dts b/arch/mips/boot/dts/ingenic/ci20.dts
> index 782258c0e4fbba8e..1652d8d60b1e4b86 100644
> --- a/arch/mips/boot/dts/ingenic/ci20.dts
> +++ b/arch/mips/boot/dts/ingenic/ci20.dts
> @@ -70,6 +70,7 @@
>  			nand-on-flash-bbt;
>  
>  			partitions {
> +				compatible = "fixed-partitions";
>  				#address-cells = <2>;
>  				#size-cells = <2>;
>  
> -- 
> 1.9.1

Acked-by: Ralf Baechle <ralf@linux-mips.org>

  Ralf

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 1/9] ARM: mvebu: ix4-300d: Add compatible property to "partitions" node
  2015-12-21 16:48     ` Gregory CLEMENT
  (?)
@ 2015-12-22 21:22       ` Olof Johansson
  -1 siblings, 0 replies; 75+ messages in thread
From: Olof Johansson @ 2015-12-22 21:22 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Dec 21, 2015 at 05:48:48PM +0100, Gregory CLEMENT wrote:
> Hi Geert,
>  
>  On lun., d??c. 21 2015, Geert Uytterhoeven <geert+renesas@glider.be> wrote:
> 
> > 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.
> >
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > Acked-by: Brian Norris <computersforpeace@gmail.com>
> 
> Applied on mvebu/dt (with the hope that it is still time to push it to
> arm-soc)

I think we should just take this directly, so feel free to drop it. I'll
followup on 0/9.


-Olof


^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 1/9] ARM: mvebu: ix4-300d: Add compatible property to "partitions" node
@ 2015-12-22 21:22       ` Olof Johansson
  0 siblings, 0 replies; 75+ messages in thread
From: Olof Johansson @ 2015-12-22 21:22 UTC (permalink / raw)
  To: Gregory CLEMENT
  Cc: Geert Uytterhoeven, arm, Andrew Lunn, Sebastian Hesselbarth,
	Simon Horman, Magnus Damm, Ralf Baechle, Alex Smith,
	Brian Norris, Rob Herring, devicetree, linux-arm-kernel,
	linux-sh, linux-mips, linux-mtd, linux-kernel

On Mon, Dec 21, 2015 at 05:48:48PM +0100, Gregory CLEMENT wrote:
> Hi Geert,
>  
>  On lun., d??c. 21 2015, Geert Uytterhoeven <geert+renesas@glider.be> wrote:
> 
> > 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.
> >
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > Acked-by: Brian Norris <computersforpeace@gmail.com>
> 
> Applied on mvebu/dt (with the hope that it is still time to push it to
> arm-soc)

I think we should just take this directly, so feel free to drop it. I'll
followup on 0/9.


-Olof


^ permalink raw reply	[flat|nested] 75+ messages in thread

* [PATCH v2 1/9] ARM: mvebu: ix4-300d: Add compatible property to "partitions" node
@ 2015-12-22 21:22       ` Olof Johansson
  0 siblings, 0 replies; 75+ messages in thread
From: Olof Johansson @ 2015-12-22 21:22 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Dec 21, 2015 at 05:48:48PM +0100, Gregory CLEMENT wrote:
> Hi Geert,
>  
>  On lun., d??c. 21 2015, Geert Uytterhoeven <geert+renesas@glider.be> wrote:
> 
> > 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.
> >
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > Acked-by: Brian Norris <computersforpeace@gmail.com>
> 
> Applied on mvebu/dt (with the hope that it is still time to push it to
> arm-soc)

I think we should just take this directly, so feel free to drop it. I'll
followup on 0/9.


-Olof

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
  2015-12-21 10:33 ` Geert Uytterhoeven
  (?)
@ 2015-12-22 21:23   ` Olof Johansson
  -1 siblings, 0 replies; 75+ messages in thread
From: Olof Johansson @ 2015-12-22 21:23 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On Mon, Dec 21, 2015 at 11:33:44AM +0100, Geert Uytterhoeven wrote:
> 	Hi,
> 
> 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.

So, if I understand this correctly, the partitions format was added for v4.4,
then this non-backwards compatible change was added in -rc6. But, there were
also DT files that had the new-for-v4.4 partitions nodes in them that then
stopped working in -rc6?

That sounds like a regression, so this should be picked up as fixes for v4.4.

Please confirm that I've understood the setup correctly, and I'll apply the
series directly to fixes.


-Olof

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
@ 2015-12-22 21:23   ` Olof Johansson
  0 siblings, 0 replies; 75+ messages in thread
From: Olof Johansson @ 2015-12-22 21:23 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: arm, Andrew Lunn, Gregory Clement, Sebastian Hesselbarth,
	Simon Horman, Magnus Damm, Ralf Baechle, Alex Smith,
	Brian Norris, Rob Herring, devicetree, linux-arm-kernel,
	linux-sh, linux-mips, linux-mtd, linux-kernel

Hi,

On Mon, Dec 21, 2015 at 11:33:44AM +0100, Geert Uytterhoeven wrote:
> 	Hi,
> 
> 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.

So, if I understand this correctly, the partitions format was added for v4.4,
then this non-backwards compatible change was added in -rc6. But, there were
also DT files that had the new-for-v4.4 partitions nodes in them that then
stopped working in -rc6?

That sounds like a regression, so this should be picked up as fixes for v4.4.

Please confirm that I've understood the setup correctly, and I'll apply the
series directly to fixes.


-Olof

^ permalink raw reply	[flat|nested] 75+ messages in thread

* [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
@ 2015-12-22 21:23   ` Olof Johansson
  0 siblings, 0 replies; 75+ messages in thread
From: Olof Johansson @ 2015-12-22 21:23 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On Mon, Dec 21, 2015 at 11:33:44AM +0100, Geert Uytterhoeven wrote:
> 	Hi,
> 
> 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.

So, if I understand this correctly, the partitions format was added for v4.4,
then this non-backwards compatible change was added in -rc6. But, there were
also DT files that had the new-for-v4.4 partitions nodes in them that then
stopped working in -rc6?

That sounds like a regression, so this should be picked up as fixes for v4.4.

Please confirm that I've understood the setup correctly, and I'll apply the
series directly to fixes.


-Olof

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
  2015-12-22 21:23   ` Olof Johansson
  (?)
@ 2015-12-23 11:04     ` Gregory CLEMENT
  -1 siblings, 0 replies; 75+ messages in thread
From: Gregory CLEMENT @ 2015-12-23 11:04 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof,
 
 On mar., déc. 22 2015, Olof Johansson <olof@lixom.net> wrote:

> Hi,
>
> On Mon, Dec 21, 2015 at 11:33:44AM +0100, Geert Uytterhoeven wrote:
>> 	Hi,
>> 
>> 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.
>
> So, if I understand this correctly, the partitions format was added for v4.4,
> then this non-backwards compatible change was added in -rc6. But, there were
> also DT files that had the new-for-v4.4 partitions nodes in them that then
> stopped working in -rc6?

At least for the mvebu dts, the change was added for v4.5 not
v4.4. Currently it is only in the next branches (and also in your
arm-soc tree in next/dt).

>
> That sounds like a regression, so this should be picked up as fixes
> for v4.4.


It won't be a regression but a breakage of the bissectability between
the patch adding the partition subnode and the one using the compatible
"fixed-partitions".

If you really want avoiding this you could squash the patches, however
from my point of view it's not worth doing it.

>
> Please confirm that I've understood the setup correctly, and I'll apply the
> series directly to fixes.

I think it won't apply on v4.4 because the partition change was not made
at this moment.

Gregory

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
@ 2015-12-23 11:04     ` Gregory CLEMENT
  0 siblings, 0 replies; 75+ messages in thread
From: Gregory CLEMENT @ 2015-12-23 11:04 UTC (permalink / raw)
  To: Olof Johansson
  Cc: Geert Uytterhoeven, arm, Andrew Lunn, Sebastian Hesselbarth,
	Simon Horman, Magnus Damm, Ralf Baechle, Alex Smith,
	Brian Norris, Rob Herring, devicetree, linux-arm-kernel,
	linux-sh, linux-mips, linux-mtd, linux-kernel

Hi Olof,
 
 On mar., déc. 22 2015, Olof Johansson <olof@lixom.net> wrote:

> Hi,
>
> On Mon, Dec 21, 2015 at 11:33:44AM +0100, Geert Uytterhoeven wrote:
>> 	Hi,
>> 
>> 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.
>
> So, if I understand this correctly, the partitions format was added for v4.4,
> then this non-backwards compatible change was added in -rc6. But, there were
> also DT files that had the new-for-v4.4 partitions nodes in them that then
> stopped working in -rc6?

At least for the mvebu dts, the change was added for v4.5 not
v4.4. Currently it is only in the next branches (and also in your
arm-soc tree in next/dt).

>
> That sounds like a regression, so this should be picked up as fixes
> for v4.4.


It won't be a regression but a breakage of the bissectability between
the patch adding the partition subnode and the one using the compatible
"fixed-partitions".

If you really want avoiding this you could squash the patches, however
from my point of view it's not worth doing it.

>
> Please confirm that I've understood the setup correctly, and I'll apply the
> series directly to fixes.

I think it won't apply on v4.4 because the partition change was not made
at this moment.

Gregory

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 75+ messages in thread

* [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
@ 2015-12-23 11:04     ` Gregory CLEMENT
  0 siblings, 0 replies; 75+ messages in thread
From: Gregory CLEMENT @ 2015-12-23 11:04 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof,
 
 On mar., d?c. 22 2015, Olof Johansson <olof@lixom.net> wrote:

> Hi,
>
> On Mon, Dec 21, 2015 at 11:33:44AM +0100, Geert Uytterhoeven wrote:
>> 	Hi,
>> 
>> 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.
>
> So, if I understand this correctly, the partitions format was added for v4.4,
> then this non-backwards compatible change was added in -rc6. But, there were
> also DT files that had the new-for-v4.4 partitions nodes in them that then
> stopped working in -rc6?

At least for the mvebu dts, the change was added for v4.5 not
v4.4. Currently it is only in the next branches (and also in your
arm-soc tree in next/dt).

>
> That sounds like a regression, so this should be picked up as fixes
> for v4.4.


It won't be a regression but a breakage of the bissectability between
the patch adding the partition subnode and the one using the compatible
"fixed-partitions".

If you really want avoiding this you could squash the patches, however
from my point of view it's not worth doing it.

>
> Please confirm that I've understood the setup correctly, and I'll apply the
> series directly to fixes.

I think it won't apply on v4.4 because the partition change was not made
at this moment.

Gregory

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 1/9] ARM: mvebu: ix4-300d: Add compatible property to "partitions" node
  2015-12-22 21:22       ` Olof Johansson
  (?)
  (?)
@ 2015-12-23 11:07         ` Gregory CLEMENT
  -1 siblings, 0 replies; 75+ messages in thread
From: Gregory CLEMENT @ 2015-12-23 11:07 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof,
 
 On mar., déc. 22 2015, Olof Johansson <olof@lixom.net> wrote:

> On Mon, Dec 21, 2015 at 05:48:48PM +0100, Gregory CLEMENT wrote:
>> Hi Geert,
>>  
>>  On lun., d??c. 21 2015, Geert Uytterhoeven <geert+renesas@glider.be> wrote:
>> 
>> > 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.
>> >
>> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>> > Acked-by: Brian Norris <computersforpeace@gmail.com>
>> 
>> Applied on mvebu/dt (with the hope that it is still time to push it to
>> arm-soc)
>
> I think we should just take this directly, so feel free to drop it. I'll
> followup on 0/9.

OK I will drop it of my mvebu/dt and for-next branches.

Gregory


-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 1/9] ARM: mvebu: ix4-300d: Add compatible property to "partitions" node
@ 2015-12-23 11:07         ` Gregory CLEMENT
  0 siblings, 0 replies; 75+ messages in thread
From: Gregory CLEMENT @ 2015-12-23 11:07 UTC (permalink / raw)
  To: Olof Johansson
  Cc: Geert Uytterhoeven, arm, Andrew Lunn, Sebastian Hesselbarth,
	Simon Horman, Magnus Damm, Ralf Baechle, Alex Smith,
	Brian Norris, Rob Herring, devicetree, linux-arm-kernel,
	linux-sh, linux-mips, linux-mtd, linux-kernel

Hi Olof,
 
 On mar., déc. 22 2015, Olof Johansson <olof@lixom.net> wrote:

> On Mon, Dec 21, 2015 at 05:48:48PM +0100, Gregory CLEMENT wrote:
>> Hi Geert,
>>  
>>  On lun., d??c. 21 2015, Geert Uytterhoeven <geert+renesas@glider.be> wrote:
>> 
>> > 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.
>> >
>> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>> > Acked-by: Brian Norris <computersforpeace@gmail.com>
>> 
>> Applied on mvebu/dt (with the hope that it is still time to push it to
>> arm-soc)
>
> I think we should just take this directly, so feel free to drop it. I'll
> followup on 0/9.

OK I will drop it of my mvebu/dt and for-next branches.

Gregory


-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 1/9] ARM: mvebu: ix4-300d: Add compatible property to "partitions" node
@ 2015-12-23 11:07         ` Gregory CLEMENT
  0 siblings, 0 replies; 75+ messages in thread
From: Gregory CLEMENT @ 2015-12-23 11:07 UTC (permalink / raw)
  To: Olof Johansson
  Cc: Geert Uytterhoeven, arm-DgEjT+Ai2ygdnm+yROfE0A, Andrew Lunn,
	Sebastian Hesselbarth, Simon Horman, Magnus Damm, Ralf Baechle,
	Alex Smith, Brian Norris, Rob Herring,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-sh-u79uwXL29TY76Z2rM5mHXA,
	linux-mips-6z/3iImG2C8G8FEW9MqTrA,
	linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

Hi Olof,
 
 On mar., déc. 22 2015, Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org> wrote:

> On Mon, Dec 21, 2015 at 05:48:48PM +0100, Gregory CLEMENT wrote:
>> Hi Geert,
>>  
>>  On lun., d??c. 21 2015, Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> wrote:
>> 
>> > 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.
>> >
>> > Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
>> > Acked-by: Brian Norris <computersforpeace-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
>> 
>> Applied on mvebu/dt (with the hope that it is still time to push it to
>> arm-soc)
>
> I think we should just take this directly, so feel free to drop it. I'll
> followup on 0/9.

OK I will drop it of my mvebu/dt and for-next branches.

Gregory


-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
--
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

^ permalink raw reply	[flat|nested] 75+ messages in thread

* [PATCH v2 1/9] ARM: mvebu: ix4-300d: Add compatible property to "partitions" node
@ 2015-12-23 11:07         ` Gregory CLEMENT
  0 siblings, 0 replies; 75+ messages in thread
From: Gregory CLEMENT @ 2015-12-23 11:07 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof,
 
 On mar., d?c. 22 2015, Olof Johansson <olof@lixom.net> wrote:

> On Mon, Dec 21, 2015 at 05:48:48PM +0100, Gregory CLEMENT wrote:
>> Hi Geert,
>>  
>>  On lun., d??c. 21 2015, Geert Uytterhoeven <geert+renesas@glider.be> wrote:
>> 
>> > 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.
>> >
>> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>> > Acked-by: Brian Norris <computersforpeace@gmail.com>
>> 
>> Applied on mvebu/dt (with the hope that it is still time to push it to
>> arm-soc)
>
> I think we should just take this directly, so feel free to drop it. I'll
> followup on 0/9.

OK I will drop it of my mvebu/dt and for-next branches.

Gregory


-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
  2015-12-23 11:04     ` Gregory CLEMENT
                         ` (2 preceding siblings ...)
  (?)
@ 2015-12-23 14:21       ` Geert Uytterhoeven
  -1 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-23 14:21 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Gregory,

On Wed, Dec 23, 2015 at 12:04 PM, Gregory CLEMENT
<gregory.clement@free-electrons.com> wrote:
>  On mar., déc. 22 2015, Olof Johansson <olof@lixom.net> 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.
>>
>> So, if I understand this correctly, the partitions format was added for v4.4,
>> then this non-backwards compatible change was added in -rc6. But, there were
>> also DT files that had the new-for-v4.4 partitions nodes in them that then
>> stopped working in -rc6?
>
> At least for the mvebu dts, the change was added for v4.5 not
> v4.4. Currently it is only in the next branches (and also in your
> arm-soc tree in next/dt).

The same is true for the shmobile changes: they are queued up for v4.5.

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

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
@ 2015-12-23 14:21       ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-23 14:21 UTC (permalink / raw)
  To: Olof Johansson, Gregory CLEMENT
  Cc: Geert Uytterhoeven, arm, Andrew Lunn, Sebastian Hesselbarth,
	Simon Horman, Magnus Damm, Ralf Baechle, Alex Smith,
	Brian Norris, Rob Herring, devicetree, linux-arm-kernel,
	Linux-sh list, Linux MIPS Mailing List, MTD Maling List,
	linux-kernel

Hi Olof, Gregory,

On Wed, Dec 23, 2015 at 12:04 PM, Gregory CLEMENT
<gregory.clement@free-electrons.com> wrote:
>  On mar., déc. 22 2015, Olof Johansson <olof@lixom.net> 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.
>>
>> So, if I understand this correctly, the partitions format was added for v4.4,
>> then this non-backwards compatible change was added in -rc6. But, there were
>> also DT files that had the new-for-v4.4 partitions nodes in them that then
>> stopped working in -rc6?
>
> At least for the mvebu dts, the change was added for v4.5 not
> v4.4. Currently it is only in the next branches (and also in your
> arm-soc tree in next/dt).

The same is true for the shmobile changes: they are queued up for v4.5.

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

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
@ 2015-12-23 14:21       ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-23 14:21 UTC (permalink / raw)
  To: Olof Johansson, Gregory CLEMENT
  Cc: Geert Uytterhoeven, arm-DgEjT+Ai2ygdnm+yROfE0A, Andrew Lunn,
	Sebastian Hesselbarth, Simon Horman, Magnus Damm, Ralf Baechle,
	Alex Smith, Brian Norris, Rob Herring,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Linux-sh list,
	Linux MIPS Mailing List, MTD Maling List,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

Hi Olof, Gregory,

On Wed, Dec 23, 2015 at 12:04 PM, Gregory CLEMENT
<gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> wrote:
>  On mar., déc. 22 2015, Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org> 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.
>>
>> So, if I understand this correctly, the partitions format was added for v4.4,
>> then this non-backwards compatible change was added in -rc6. But, there were
>> also DT files that had the new-for-v4.4 partitions nodes in them that then
>> stopped working in -rc6?
>
> At least for the mvebu dts, the change was added for v4.5 not
> v4.4. Currently it is only in the next branches (and also in your
> arm-soc tree in next/dt).

The same is true for the shmobile changes: they are queued up for v4.5.

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

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
@ 2015-12-23 14:21       ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-23 14:21 UTC (permalink / raw)
  To: Olof Johansson, Gregory CLEMENT
  Cc: Geert Uytterhoeven, arm, Andrew Lunn, Sebastian Hesselbarth,
	Simon Horman, Magnus Damm, Ralf Baechle, Alex Smith,
	Brian Norris, Rob Herring, devicetree, linux-arm-kernel,
	Linux-sh list, Linux MIPS Mailing List, MTD Maling List,
	linux-kernel

Hi Olof, Gregory,

On Wed, Dec 23, 2015 at 12:04 PM, Gregory CLEMENT
<gregory.clement@free-electrons.com> wrote:
>  On mar., déc. 22 2015, Olof Johansson <olof@lixom.net> 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.
>>
>> So, if I understand this correctly, the partitions format was added for v4.4,
>> then this non-backwards compatible change was added in -rc6. But, there were
>> also DT files that had the new-for-v4.4 partitions nodes in them that then
>> stopped working in -rc6?
>
> At least for the mvebu dts, the change was added for v4.5 not
> v4.4. Currently it is only in the next branches (and also in your
> arm-soc tree in next/dt).

The same is true for the shmobile changes: they are queued up for v4.5.

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

^ permalink raw reply	[flat|nested] 75+ messages in thread

* [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
@ 2015-12-23 14:21       ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-23 14:21 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Gregory,

On Wed, Dec 23, 2015 at 12:04 PM, Gregory CLEMENT
<gregory.clement@free-electrons.com> wrote:
>  On mar., d?c. 22 2015, Olof Johansson <olof@lixom.net> 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.
>>
>> So, if I understand this correctly, the partitions format was added for v4.4,
>> then this non-backwards compatible change was added in -rc6. But, there were
>> also DT files that had the new-for-v4.4 partitions nodes in them that then
>> stopped working in -rc6?
>
> At least for the mvebu dts, the change was added for v4.5 not
> v4.4. Currently it is only in the next branches (and also in your
> arm-soc tree in next/dt).

The same is true for the shmobile changes: they are queued up for v4.5.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at 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

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
  2015-12-21 10:33 ` Geert Uytterhoeven
  (?)
@ 2015-12-28  5:01   ` Simon Horman
  -1 siblings, 0 replies; 75+ messages in thread
From: Simon Horman @ 2015-12-28  5:01 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Dec 21, 2015 at 11:33:44AM +0100, Geert Uytterhoeven wrote:
> 	Hi,
> 
> 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.

>   MIPS: dts: jz4780/ci20: Add compatible property to "partitions" node
> 
>  arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts  | 1 +
>  arch/arm/boot/dts/kirkwood-pogoplug-series-4.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 +
>  arch/mips/boot/dts/ingenic/ci20.dts              | 1 +
>  9 files changed, 9 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
> 

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
@ 2015-12-28  5:01   ` Simon Horman
  0 siblings, 0 replies; 75+ messages in thread
From: Simon Horman @ 2015-12-28  5:01 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: arm, Andrew Lunn, Gregory Clement, Sebastian Hesselbarth,
	Magnus Damm, Ralf Baechle, Alex Smith, Brian Norris, Rob Herring,
	devicetree, linux-arm-kernel, linux-sh, linux-mips, linux-mtd,
	linux-kernel

On Mon, Dec 21, 2015 at 11:33:44AM +0100, Geert Uytterhoeven wrote:
> 	Hi,
> 
> 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.

>   MIPS: dts: jz4780/ci20: Add compatible property to "partitions" node
> 
>  arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts  | 1 +
>  arch/arm/boot/dts/kirkwood-pogoplug-series-4.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 +
>  arch/mips/boot/dts/ingenic/ci20.dts              | 1 +
>  9 files changed, 9 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
> 

^ permalink raw reply	[flat|nested] 75+ messages in thread

* [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
@ 2015-12-28  5:01   ` Simon Horman
  0 siblings, 0 replies; 75+ messages in thread
From: Simon Horman @ 2015-12-28  5:01 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Dec 21, 2015 at 11:33:44AM +0100, Geert Uytterhoeven wrote:
> 	Hi,
> 
> 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.

>   MIPS: dts: jz4780/ci20: Add compatible property to "partitions" node
> 
>  arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts  | 1 +
>  arch/arm/boot/dts/kirkwood-pogoplug-series-4.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 +
>  arch/mips/boot/dts/ingenic/ci20.dts              | 1 +
>  9 files changed, 9 insertions(+)
> 
> -- 
> 1.9.1
> 
> Gr{oetje,eeting}s,
> 
> 						Geert
> 
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at 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
> 

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
  2015-12-28  5:01   ` Simon Horman
  (?)
  (?)
@ 2015-12-28 10:15     ` Geert Uytterhoeven
  -1 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-28 10:15 UTC (permalink / raw)
  To: linux-arm-kernel

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.

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

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
@ 2015-12-28 10:15     ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-28 10:15 UTC (permalink / raw)
  To: Simon Horman
  Cc: Geert Uytterhoeven, arm, Andrew Lunn, Gregory Clement,
	Sebastian Hesselbarth, Magnus Damm, Ralf Baechle, Alex Smith,
	Brian Norris, Rob Herring, devicetree, linux-arm-kernel,
	Linux-sh list, Linux MIPS Mailing List, MTD Maling List,
	linux-kernel

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.

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

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
@ 2015-12-28 10:15     ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-28 10:15 UTC (permalink / raw)
  To: Simon Horman
  Cc: Geert Uytterhoeven, arm, Andrew Lunn, Gregory Clement,
	Sebastian Hesselbarth, Magnus Damm, Ralf Baechle, Alex Smith,
	Brian Norris, Rob Herring, devicetree, linux-arm-kernel,
	Linux-sh list, Linux MIPS Mailing List, MTD Maling List,
	linux-kernel

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.

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

^ permalink raw reply	[flat|nested] 75+ messages in thread

* [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
@ 2015-12-28 10:15     ` Geert Uytterhoeven
  0 siblings, 0 replies; 75+ messages in thread
From: Geert Uytterhoeven @ 2015-12-28 10:15 UTC (permalink / raw)
  To: linux-arm-kernel

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.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at 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

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
  2015-12-28 10:15     ` Geert Uytterhoeven
  (?)
  (?)
@ 2016-01-03 21:39       ` Simon Horman
  -1 siblings, 0 replies; 75+ messages in thread
From: Simon Horman @ 2016-01-03 21:39 UTC (permalink / raw)
  To: linux-arm-kernel

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.

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
@ 2016-01-03 21:39       ` Simon Horman
  0 siblings, 0 replies; 75+ messages in thread
From: Simon Horman @ 2016-01-03 21:39 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Geert Uytterhoeven, arm, Andrew Lunn, Gregory Clement,
	Sebastian Hesselbarth, Magnus Damm, Ralf Baechle, Alex Smith,
	Brian Norris, Rob Herring, devicetree, linux-arm-kernel,
	Linux-sh list, Linux MIPS Mailing List, MTD Maling List,
	linux-kernel

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.

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
@ 2016-01-03 21:39       ` Simon Horman
  0 siblings, 0 replies; 75+ messages in thread
From: Simon Horman @ 2016-01-03 21:39 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Geert Uytterhoeven, arm, Andrew Lunn, Gregory Clement,
	Sebastian Hesselbarth, Magnus Damm, Ralf Baechle, Alex Smith,
	Brian Norris, Rob Herring, devicetree, linux-arm-kernel,
	Linux-sh list, Linux MIPS Mailing List, MTD Maling List,
	linux-kernel

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.

^ permalink raw reply	[flat|nested] 75+ messages in thread

* [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
@ 2016-01-03 21:39       ` Simon Horman
  0 siblings, 0 replies; 75+ messages in thread
From: Simon Horman @ 2016-01-03 21:39 UTC (permalink / raw)
  To: linux-arm-kernel

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.

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
  2016-01-03 21:39       ` Simon Horman
                           ` (2 preceding siblings ...)
  (?)
@ 2016-01-11 16:07         ` Gregory CLEMENT
  -1 siblings, 0 replies; 75+ messages in thread
From: Gregory CLEMENT @ 2016-01-11 16:07 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof,
 
 On dim., janv. 03 2016, Simon Horman <horms@verge.net.au> wrote:

> On Mon, Dec 28, 2015 at 11:15:30AM +0100, Geert Uytterhoeven wrote:

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

I thought you planned to directly apply them for v4.5 but I did not see
them in the for-next branch of arm-soc. So as Simon I will submit them
as fix for 4.5.

Gregory


-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
@ 2016-01-11 16:07         ` Gregory CLEMENT
  0 siblings, 0 replies; 75+ messages in thread
From: Gregory CLEMENT @ 2016-01-11 16:07 UTC (permalink / raw)
  To: Olof Johansson
  Cc: Simon Horman, Geert Uytterhoeven, Geert Uytterhoeven, arm,
	Andrew Lunn, Sebastian Hesselbarth, Magnus Damm, Ralf Baechle,
	Alex Smith, Brian Norris, Rob Herring, devicetree,
	linux-arm-kernel, Linux-sh list, Linux MIPS Mailing List,
	MTD Maling List, linux-kernel

Hi Olof,
 
 On dim., janv. 03 2016, Simon Horman <horms@verge.net.au> wrote:

> On Mon, Dec 28, 2015 at 11:15:30AM +0100, Geert Uytterhoeven wrote:

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

I thought you planned to directly apply them for v4.5 but I did not see
them in the for-next branch of arm-soc. So as Simon I will submit them
as fix for 4.5.

Gregory


-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
@ 2016-01-11 16:07         ` Gregory CLEMENT
  0 siblings, 0 replies; 75+ messages in thread
From: Gregory CLEMENT @ 2016-01-11 16:07 UTC (permalink / raw)
  To: Olof Johansson
  Cc: Simon Horman, Geert Uytterhoeven, Geert Uytterhoeven, arm,
	Andrew Lunn, Sebastian Hesselbarth, Magnus Damm, Ralf Baechle,
	Alex Smith, Brian Norris, Rob Herring, devicetree,
	linux-arm-kernel, Linux-sh list, Linux MIPS Mailing List,
	MTD Maling List, linux-kernel

Hi Olof,
 
 On dim., janv. 03 2016, Simon Horman <horms@verge.net.au> wrote:

> On Mon, Dec 28, 2015 at 11:15:30AM +0100, Geert Uytterhoeven wrote:

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

I thought you planned to directly apply them for v4.5 but I did not see
them in the for-next branch of arm-soc. So as Simon I will submit them
as fix for 4.5.

Gregory


-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 75+ messages in thread

* Re: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
@ 2016-01-11 16:07         ` Gregory CLEMENT
  0 siblings, 0 replies; 75+ messages in thread
From: Gregory CLEMENT @ 2016-01-11 16:07 UTC (permalink / raw)
  To: Olof Johansson
  Cc: Simon Horman, Geert Uytterhoeven, Geert Uytterhoeven, arm,
	Andrew Lunn, Sebastian Hesselbarth, Magnus Damm, Ralf Baechle,
	Alex Smith, Brian Norris, Rob Herring, devicetree,
	linux-arm-kernel, Linux-sh list, Linux MIPS Mailing List,
	MTD Maling List, linux-kernel

Hi Olof,
 
 On dim., janv. 03 2016, Simon Horman <horms@verge.net.au> wrote:

> On Mon, Dec 28, 2015 at 11:15:30AM +0100, Geert Uytterhoeven wrote:

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

I thought you planned to directly apply them for v4.5 but I did not see
them in the for-next branch of arm-soc. So as Simon I will submit them
as fix for 4.5.

Gregory


-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 75+ messages in thread

* [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
@ 2016-01-11 16:07         ` Gregory CLEMENT
  0 siblings, 0 replies; 75+ messages in thread
From: Gregory CLEMENT @ 2016-01-11 16:07 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof,
 
 On dim., janv. 03 2016, Simon Horman <horms@verge.net.au> wrote:

> On Mon, Dec 28, 2015 at 11:15:30AM +0100, Geert Uytterhoeven wrote:

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

I thought you planned to directly apply them for v4.5 but I did not see
them in the for-next branch of arm-soc. So as Simon I will submit them
as fix for 4.5.

Gregory


-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 75+ messages in thread

end of thread, other threads:[~2016-01-11 16:08 UTC | newest]

Thread overview: 75+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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-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
2015-12-28 10:15     ` Geert Uytterhoeven
2016-01-03 21:39     ` Simon Horman
2016-01-03 21:39       ` Simon Horman
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
2016-01-11 16:07         ` Gregory CLEMENT

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.