From: grant.likely@secretlab.ca (Grant Likely)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V3 2/5] mtd: Add orion_nand devicetree bindings
Date: Wed, 28 Mar 2012 17:04:26 -0600 [thread overview]
Message-ID: <20120328230426.CF3A43E104C@localhost> (raw)
In-Reply-To: <1332885255-8304-3-git-send-email-jm@lentin.co.uk>
On Tue, 27 Mar 2012 22:54:12 +0100, Jamie Lentin <jm@lentin.co.uk> wrote:
> Allow a NAND chip using the orion_nand driver to be described using devicetree.
>
> Acked-by: Arnd Bergmann <arnd@arndb.de>
> Signed-off-by: Jamie Lentin <jm@lentin.co.uk>
> ---
> .../devicetree/bindings/mtd/orion-nand.txt | 46 ++++++++++++++++++++
> drivers/mtd/nand/orion_nand.c | 35 ++++++++++++++-
> 2 files changed, 79 insertions(+), 2 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/mtd/orion-nand.txt
>
> diff --git a/Documentation/devicetree/bindings/mtd/orion-nand.txt b/Documentation/devicetree/bindings/mtd/orion-nand.txt
> new file mode 100644
> index 0000000..22c7438
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/mtd/orion-nand.txt
> @@ -0,0 +1,46 @@
> +NAND support for Marvell Orion SoC platforms
> +
> +Required properties:
> +- compatible : "mrvl,orion-nand".
> +- reg : Base physical address of the NAND and length of memory mapped
> + region
> +
> +Optional properties:
> +- cle :
> +- ale :
> +- bank-width :
> +- chip-delay :
Please state what data these properties contain. :-)
WARNING: multiple messages have this Message-ID (diff)
From: Grant Likely <grant.likely@secretlab.ca>
To: Arnd Bergmann <arnd@arndb.de>, Jason <jason@lakedaemon.net>
Cc: devicetree-discuss@lists.ozlabs.org,
Jamie Lentin <jm@lentin.co.uk>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH V3 2/5] mtd: Add orion_nand devicetree bindings
Date: Wed, 28 Mar 2012 17:04:26 -0600 [thread overview]
Message-ID: <20120328230426.CF3A43E104C@localhost> (raw)
In-Reply-To: <1332885255-8304-3-git-send-email-jm@lentin.co.uk>
On Tue, 27 Mar 2012 22:54:12 +0100, Jamie Lentin <jm@lentin.co.uk> wrote:
> Allow a NAND chip using the orion_nand driver to be described using devicetree.
>
> Acked-by: Arnd Bergmann <arnd@arndb.de>
> Signed-off-by: Jamie Lentin <jm@lentin.co.uk>
> ---
> .../devicetree/bindings/mtd/orion-nand.txt | 46 ++++++++++++++++++++
> drivers/mtd/nand/orion_nand.c | 35 ++++++++++++++-
> 2 files changed, 79 insertions(+), 2 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/mtd/orion-nand.txt
>
> diff --git a/Documentation/devicetree/bindings/mtd/orion-nand.txt b/Documentation/devicetree/bindings/mtd/orion-nand.txt
> new file mode 100644
> index 0000000..22c7438
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/mtd/orion-nand.txt
> @@ -0,0 +1,46 @@
> +NAND support for Marvell Orion SoC platforms
> +
> +Required properties:
> +- compatible : "mrvl,orion-nand".
> +- reg : Base physical address of the NAND and length of memory mapped
> + region
> +
> +Optional properties:
> +- cle :
> +- ale :
> +- bank-width :
> +- chip-delay :
Please state what data these properties contain. :-)
next prev parent reply other threads:[~2012-03-28 23:04 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-27 21:54 [PATCH V3 0/5] Add support for DNS-320 and DNS-325 using devicetree Jamie Lentin
2012-03-27 21:54 ` Jamie Lentin
2012-03-27 21:54 ` [PATCH V3 1/5] ARM: kirkwood: Basic support for DNS-320 and DNS-325 Jamie Lentin
2012-03-27 21:54 ` Jamie Lentin
2012-03-28 8:19 ` Arnd Bergmann
2012-03-28 8:19 ` Arnd Bergmann
2012-04-06 23:43 ` Grant Likely
2012-04-06 23:43 ` Grant Likely
2012-04-09 14:09 ` Arnd Bergmann
2012-04-09 14:09 ` Arnd Bergmann
2012-04-09 14:20 ` Jamie Lentin
2012-04-09 14:20 ` Jamie Lentin
2012-04-09 15:01 ` Arnd Bergmann
2012-04-09 15:01 ` Arnd Bergmann
2012-03-31 1:30 ` Jason Cooper
2012-03-31 1:30 ` Jason Cooper
2012-04-06 23:49 ` Grant Likely
2012-04-06 23:49 ` Grant Likely
2012-04-09 13:20 ` Jamie Lentin
2012-04-09 13:20 ` Jamie Lentin
2012-04-09 14:14 ` Arnd Bergmann
2012-04-09 14:14 ` Arnd Bergmann
2012-04-11 0:43 ` Jason Cooper
2012-04-11 0:43 ` Jason Cooper
2012-04-11 13:32 ` Jamie Lentin
2012-04-11 13:32 ` Jamie Lentin
2012-04-11 14:11 ` Jason Cooper
2012-04-11 14:11 ` Jason Cooper
2012-04-11 15:08 ` Arnd Bergmann
2012-04-11 15:08 ` Arnd Bergmann
2012-04-09 21:27 ` Russell King - ARM Linux
2012-04-09 21:27 ` Russell King - ARM Linux
2012-04-11 0:35 ` Jason Cooper
2012-04-11 0:35 ` Jason Cooper
2012-03-27 21:54 ` [PATCH V3 2/5] mtd: Add orion_nand devicetree bindings Jamie Lentin
2012-03-27 21:54 ` Jamie Lentin
2012-03-28 23:04 ` Grant Likely [this message]
2012-03-28 23:04 ` Grant Likely
2012-03-27 21:54 ` [PATCH V3 3/5] ARM: kirkwood: Allow nand to be configured via. devicetree Jamie Lentin
2012-03-27 21:54 ` Jamie Lentin
2012-03-27 21:54 ` [PATCH V3 4/5] ARM: kirkwood: Define DNS-320/DNS-325 NAND in fdt Jamie Lentin
2012-03-27 21:54 ` Jamie Lentin
2012-03-27 21:54 ` [PATCH V3 5/5] mtd: Move fdt partition documentation to a seperate file Jamie Lentin
2012-03-27 21:54 ` Jamie Lentin
2012-03-28 8:17 ` Arnd Bergmann
2012-03-28 8:17 ` Arnd Bergmann
2012-03-28 23:08 ` Grant Likely
2012-03-28 23:08 ` Grant Likely
2012-03-28 14:41 ` Jason Cooper
2012-03-28 14:41 ` Jason Cooper
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=20120328230426.CF3A43E104C@localhost \
--to=grant.likely@secretlab.ca \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.