From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 1/5] drivers: memory: Introduce Marvell EBU Device Bus driver
Date: Sat, 6 Apr 2013 15:34:36 +0200 [thread overview]
Message-ID: <201304061534.36682.arnd@arndb.de> (raw)
In-Reply-To: <1365246930-13315-2-git-send-email-ezequiel.garcia@free-electrons.com>
On Saturday 06 April 2013, Ezequiel Garcia wrote:
> + device-bus at d0010400 {
> + status = "okay";
> + ranges = <0 0 0xf0000000 0x1000000>; /* CS0 @addr 0xf0000000, size 0x1000000 */
> + #address-cells = <2>;
> + #size-cells = <1>;
> +
> + flash at 0 {
> + compatible = "cfi-flash";
> +
> + /* CS0, 16 MiB */
> + reg = <0 0 0x1000000>;
> + bank-width = <2>;
> + #address-cells = <1>;
> + #size-cells = <1>;
> +
> + /* Device Bus parameters are required */
> +
> + /* Read parameters */
> + devbus,dev-width = <1>;
> + devbus,turn-off-ps = <60000>;
> + devbus,badr-skew-ps = <0>;
> + devbus,acc-first-ps = <124000>;
> + devbus,acc-next-ps = <248000>;
> + devbus,rd-setup-ps = <0>;
> + devbus,rd-hold-ps = <0>;
I just read the email from Jason Gunthorpe suggesting to have a separate
device-bus instance for each CS under it.
I think the implication of that is that all the "devbus,..." properties can
now be moved into the parent node, which makes the split between the
devbus node and its attached device clearer.
Arnd
next prev parent reply other threads:[~2013-04-06 13:34 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-06 11:15 [PATCH v3 0/5] Device Bus support for Marvell EBU SoC Ezequiel Garcia
2013-04-06 11:15 ` [PATCH v3 1/5] drivers: memory: Introduce Marvell EBU Device Bus driver Ezequiel Garcia
2013-04-06 13:05 ` Arnd Bergmann
2013-04-06 13:34 ` Arnd Bergmann [this message]
2013-04-06 14:50 ` Ezequiel Garcia
2013-04-06 11:15 ` [PATCH v3 2/5] ARM: mvebu: Add Device Bus support for Armada 370/XP SoC Ezequiel Garcia
2013-04-06 11:15 ` [PATCH v3 3/5] ARM: mvebu: Add support for NOR flash device on Armada XP-GP board Ezequiel Garcia
2013-04-06 11:15 ` [PATCH v3 4/5] ARM: mvebu: Add support for NOR flash device on Openblocks AX3 board Ezequiel Garcia
2013-04-06 11:15 ` [PATCH v3 5/5] ARM: mvebu: Add Device Bus and CFI flash memory support to defconfig Ezequiel Garcia
2013-04-06 13:09 ` [PATCH v3 0/5] Device Bus support for Marvell EBU SoC Arnd Bergmann
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=201304061534.36682.arnd@arndb.de \
--to=arnd@arndb.de \
--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.