From: Ralf Baechle <ralf@linux-mips.org>
To: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: 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>,
Alex Smith <alex.smith@imgtec.com>,
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
Subject: Re: [PATCH v2 9/9] MIPS: dts: jz4780/ci20: Add compatible property to "partitions" node
Date: Tue, 22 Dec 2015 02:16:09 +0100 [thread overview]
Message-ID: <20151222011609.GA15881@linux-mips.org> (raw)
In-Reply-To: <1450694033-27717-10-git-send-email-geert+renesas@glider.be>
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
WARNING: multiple messages have this Message-ID (diff)
From: Ralf Baechle <ralf@linux-mips.org>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 9/9] MIPS: dts: jz4780/ci20: Add compatible property to "partitions" node
Date: Tue, 22 Dec 2015 01:16:09 +0000 [thread overview]
Message-ID: <20151222011609.GA15881@linux-mips.org> (raw)
In-Reply-To: <1450694033-27717-10-git-send-email-geert+renesas@glider.be>
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
WARNING: multiple messages have this Message-ID (diff)
From: ralf@linux-mips.org (Ralf Baechle)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 9/9] MIPS: dts: jz4780/ci20: Add compatible property to "partitions" node
Date: Tue, 22 Dec 2015 02:16:09 +0100 [thread overview]
Message-ID: <20151222011609.GA15881@linux-mips.org> (raw)
In-Reply-To: <1450694033-27717-10-git-send-email-geert+renesas@glider.be>
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
WARNING: multiple messages have this Message-ID (diff)
From: Ralf Baechle <ralf-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org>
To: Geert Uytterhoeven
<geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
Cc: 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>,
Alex Smith <alex.smith-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>,
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
Subject: Re: [PATCH v2 9/9] MIPS: dts: jz4780/ci20: Add compatible property to "partitions" node
Date: Tue, 22 Dec 2015 02:16:09 +0100 [thread overview]
Message-ID: <20151222011609.GA15881@linux-mips.org> (raw)
In-Reply-To: <1450694033-27717-10-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
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
next prev parent reply other threads:[~2015-12-22 1:16 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-21 10:33 [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node Geert Uytterhoeven
2015-12-21 10:33 ` Geert Uytterhoeven
2015-12-21 10:33 ` Geert Uytterhoeven
2015-12-21 10:33 ` [PATCH v2 1/9] ARM: mvebu: ix4-300d: " Geert Uytterhoeven
2015-12-21 10:33 ` Geert Uytterhoeven
2015-12-21 10:33 ` Geert Uytterhoeven
2015-12-21 16:48 ` Gregory CLEMENT
2015-12-21 16:48 ` Gregory CLEMENT
2015-12-21 16:48 ` Gregory CLEMENT
2015-12-22 21:22 ` Olof Johansson
2015-12-22 21:22 ` Olof Johansson
2015-12-22 21:22 ` Olof Johansson
2015-12-23 11:07 ` Gregory CLEMENT
2015-12-23 11:07 ` Gregory CLEMENT
2015-12-23 11:07 ` Gregory CLEMENT
2015-12-23 11:07 ` Gregory CLEMENT
2015-12-21 10:33 ` [PATCH v2 2/9] ARM: mvebu: kirkwood: " Geert Uytterhoeven
2015-12-21 10:33 ` Geert Uytterhoeven
2015-12-21 10:33 ` Geert Uytterhoeven
2015-12-21 16:49 ` Gregory CLEMENT
2015-12-21 16:49 ` Gregory CLEMENT
2015-12-21 16:49 ` Gregory CLEMENT
2015-12-21 10:33 ` [PATCH v2 3/9] ARM: shmobile: bockw dts: " Geert Uytterhoeven
2015-12-21 10:33 ` Geert Uytterhoeven
2015-12-21 10:33 ` Geert Uytterhoeven
2015-12-21 10:33 ` Geert Uytterhoeven
2015-12-21 10:33 ` [PATCH v2 4/9] ARM: shmobile: lager " Geert Uytterhoeven
2015-12-21 10:33 ` Geert Uytterhoeven
2015-12-21 10:33 ` Geert Uytterhoeven
2015-12-21 10:33 ` [PATCH v2 5/9] ARM: shmobile: koelsch " Geert Uytterhoeven
2015-12-21 10:33 ` Geert Uytterhoeven
2015-12-21 10:33 ` Geert Uytterhoeven
2015-12-21 10:33 ` [PATCH v2 6/9] ARM: shmobile: porter " Geert Uytterhoeven
2015-12-21 10:33 ` Geert Uytterhoeven
2015-12-21 10:33 ` Geert Uytterhoeven
2015-12-21 10:33 ` [PATCH v2 7/9] ARM: shmobile: gose " Geert Uytterhoeven
2015-12-21 10:33 ` Geert Uytterhoeven
2015-12-21 10:33 ` Geert Uytterhoeven
2015-12-21 10:33 ` [PATCH v2 8/9] ARM: shmobile: silk " Geert Uytterhoeven
2015-12-21 10:33 ` Geert Uytterhoeven
2015-12-21 10:33 ` Geert Uytterhoeven
2015-12-21 10:33 ` [PATCH v2 9/9] MIPS: dts: jz4780/ci20: " Geert Uytterhoeven
2015-12-21 10:33 ` Geert Uytterhoeven
2015-12-21 10:33 ` Geert Uytterhoeven
2015-12-22 1:16 ` Ralf Baechle [this message]
2015-12-22 1:16 ` Ralf Baechle
2015-12-22 1:16 ` Ralf Baechle
2015-12-22 1:16 ` Ralf Baechle
2015-12-22 21:23 ` [PATCH v2 0/9] ARM: dts: " Olof Johansson
2015-12-22 21:23 ` Olof Johansson
2015-12-22 21:23 ` Olof Johansson
2015-12-23 11:04 ` Gregory CLEMENT
2015-12-23 11:04 ` Gregory CLEMENT
2015-12-23 11:04 ` Gregory CLEMENT
2015-12-23 14:21 ` Geert Uytterhoeven
2015-12-23 14:21 ` Geert Uytterhoeven
2015-12-23 14:21 ` Geert Uytterhoeven
2015-12-23 14:21 ` Geert Uytterhoeven
2015-12-28 5:01 ` Simon Horman
2015-12-28 5:01 ` Simon Horman
2015-12-28 5:01 ` Simon Horman
2015-12-28 10:15 ` Geert Uytterhoeven
2015-12-28 10:15 ` Geert Uytterhoeven
2015-12-28 10:15 ` Geert Uytterhoeven
2016-01-03 21:39 ` Simon Horman
2016-01-03 21:39 ` Simon Horman
2016-01-03 21:39 ` Simon Horman
2016-01-11 16:07 ` Gregory CLEMENT
2016-01-11 16:07 ` Gregory CLEMENT
2016-01-11 16:07 ` Gregory CLEMENT
2016-01-11 16:07 ` Gregory CLEMENT
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151222011609.GA15881@linux-mips.org \
--to=ralf@linux-mips.org \
--cc=alex.smith@imgtec.com \
--cc=andrew@lunn.ch \
--cc=arm@kernel.org \
--cc=computersforpeace@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=geert+renesas@glider.be \
--cc=gregory.clement@free-electrons.com \
--cc=horms@verge.net.au \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=linux-mtd@lists.infradead.org \
--cc=linux-sh@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=robh+dt@kernel.org \
--cc=sebastian.hesselbarth@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.