From: Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>
To: Ezequiel Garcia
<ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
Cc: Thomas Petazzoni
<thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
Lior Amsalem <alior-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>,
devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
Gregory Clement
<gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
Florian Fainelli
<florian-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH v2 1/4] arm: mvebu: Add support for SPI controller in Armada 370/XP
Date: Sat, 16 Feb 2013 10:12:00 -0500 [thread overview]
Message-ID: <20130216151200.GS14746@titan.lakedaemon.net> (raw)
In-Reply-To: <1360155984-15397-2-git-send-email-ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
On Wed, Feb 06, 2013 at 10:06:21AM -0300, Ezequiel Garcia wrote:
> The Armada 370 and Armada XP SoC has an SPI controller.
> This patch adds support for this controller in Armada 370
> and Armada XP SoC common device tree files.
>
> Note that the Armada XP SPI register length is 0x50 bytes,
> while Armada 370 SPI register length is 0x28 bytes,
> so we choose the smaller of the two.
>
> Cc: Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
> Cc: Lior Amsalem <alior-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>
> Acked-by: Gregory Clement <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
> Signed-off-by: Ezequiel Garcia <ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
> ---
> Changes from v1:
> * Register offset must be 0x28 instead of 0x50,
> as pointed out by Gregory
>
> arch/arm/boot/dts/armada-370-xp.dtsi | 22 ++++++++++++++++++++++
> 1 files changed, 22 insertions(+), 0 deletions(-)
Applied to mvebu/dt, resolved an add/add (i2c, mvsdio, usb) conflict.
thx,
Jason.
------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet,
is your hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials, tech docs,
whitepapers, evaluation guides, and opinion stories. Check out the most
recent posts - join the conversation now. http://goparallel.sourceforge.net/
WARNING: multiple messages have this Message-ID (diff)
From: jason@lakedaemon.net (Jason Cooper)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/4] arm: mvebu: Add support for SPI controller in Armada 370/XP
Date: Sat, 16 Feb 2013 10:12:00 -0500 [thread overview]
Message-ID: <20130216151200.GS14746@titan.lakedaemon.net> (raw)
In-Reply-To: <1360155984-15397-2-git-send-email-ezequiel.garcia@free-electrons.com>
On Wed, Feb 06, 2013 at 10:06:21AM -0300, Ezequiel Garcia wrote:
> The Armada 370 and Armada XP SoC has an SPI controller.
> This patch adds support for this controller in Armada 370
> and Armada XP SoC common device tree files.
>
> Note that the Armada XP SPI register length is 0x50 bytes,
> while Armada 370 SPI register length is 0x28 bytes,
> so we choose the smaller of the two.
>
> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> Cc: Lior Amsalem <alior@marvell.com>
> Acked-by: Gregory Clement <gregory.clement@free-electrons.com>
> Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> ---
> Changes from v1:
> * Register offset must be 0x28 instead of 0x50,
> as pointed out by Gregory
>
> arch/arm/boot/dts/armada-370-xp.dtsi | 22 ++++++++++++++++++++++
> 1 files changed, 22 insertions(+), 0 deletions(-)
Applied to mvebu/dt, resolved an add/add (i2c, mvsdio, usb) conflict.
thx,
Jason.
next prev parent reply other threads:[~2013-02-16 15:12 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-06 13:06 [PATCH v2 0/4] ARM: mvebu: Add support for SPI flash devices in Armada 370/XP Ezequiel Garcia
2013-02-06 13:06 ` Ezequiel Garcia
2013-02-06 13:06 ` Ezequiel Garcia
[not found] ` <1360155984-15397-1-git-send-email-ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2013-02-06 13:06 ` [PATCH v2 1/4] arm: mvebu: Add support for SPI controller " Ezequiel Garcia
2013-02-06 13:06 ` Ezequiel Garcia
2013-02-06 13:06 ` Ezequiel Garcia
[not found] ` <1360155984-15397-2-git-send-email-ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2013-02-16 15:12 ` Jason Cooper [this message]
2013-02-16 15:12 ` Jason Cooper
2013-02-06 13:06 ` [PATCH v2 2/4] ARM: mvebu: Update defconfig to select SPI support Ezequiel Garcia
2013-02-06 13:06 ` Ezequiel Garcia
2013-02-06 13:06 ` Ezequiel Garcia
[not found] ` <1360155984-15397-3-git-send-email-ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2013-02-16 15:01 ` Jason Cooper
2013-02-16 15:01 ` Jason Cooper
2013-02-06 13:06 ` [PATCH v2 3/4] arm: mvebu: Add SPI flash on Armada XP-GP board Ezequiel Garcia
2013-02-06 13:06 ` Ezequiel Garcia
2013-02-06 13:06 ` Ezequiel Garcia
[not found] ` <1360155984-15397-4-git-send-email-ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2013-02-16 15:13 ` Jason Cooper
2013-02-16 15:13 ` Jason Cooper
2013-02-06 13:06 ` [PATCH v2 4/4] ARM: mvebu: Update defconfig to select SPI flash and MTD support Ezequiel Garcia
2013-02-06 13:06 ` Ezequiel Garcia
2013-02-06 13:06 ` Ezequiel Garcia
[not found] ` <1360155984-15397-5-git-send-email-ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2013-02-16 15:02 ` Jason Cooper
2013-02-16 15:02 ` Jason Cooper
[not found] ` <20130216150228.GR14746-u4khhh1J0LxI1Ri9qeTfzeTW4wlIGRCZ@public.gmane.org>
2013-02-16 17:34 ` Ezequiel Garcia
2013-02-16 17:34 ` Ezequiel Garcia
2013-02-16 17:44 ` Jason Cooper
2013-02-16 17:44 ` Jason Cooper
2013-02-06 13:16 ` [PATCH v2 0/4] ARM: mvebu: Add support for SPI flash devices in Armada 370/XP Gregory CLEMENT
2013-02-06 13:16 ` Gregory CLEMENT
[not found] ` <511257C6.2070604-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2013-02-06 13:28 ` Jason Cooper
2013-02-06 13:28 ` Jason Cooper
[not found] ` <20130206132850.GC14746-u4khhh1J0LxI1Ri9qeTfzeTW4wlIGRCZ@public.gmane.org>
2013-02-13 9:24 ` Ezequiel Garcia
2013-02-13 9:24 ` Ezequiel Garcia
[not found] ` <CALF0-+WLh=8QGG4ob8HVq+x4oO_ArdFHd=vH1_OhucH1f9XG3A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-02-14 19:34 ` Jason Cooper
2013-02-14 19:34 ` 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=20130216151200.GS14746@titan.lakedaemon.net \
--to=jason-nlaqjdtuok4be96alqz0ja@public.gmane.org \
--cc=alior-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org \
--cc=andrew-g2DYL2Zd6BY@public.gmane.org \
--cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
--cc=ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org \
--cc=florian-p3rKhJxN3npAfugRpC6u6w@public.gmane.org \
--cc=gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.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.