From: Gregory CLEMENT <gregory.clement@free-electrons.com>
To: Andrew Lunn <andrew@lunn.ch>, Mark Brown <broonie@kernel.org>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,
Boris BREZILLON <boris.brezillon@free-electrons.com>,
Jason Cooper <jason@lakedaemon.net>,
Tawfik Bayouk <tawfik@marvell.com>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-spi@vger.kernel.org, Nadav Haklai <nadavh@marvell.com>,
Lior Amsalem <alior@marvell.com>,
Ezequiel Garcia <ezequiel.garcia@free-electrons.com>,
Maxime Ripard <maxime.ripard@free-electrons.com>,
linux-arm-kernel@lists.infradead.org,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Subject: Re: [PATCH 2/3] spi: orion: Fix extended baud rates for each Armada SoCs
Date: Tue, 26 May 2015 14:20:08 +0200 [thread overview]
Message-ID: <556464F8.1020707@free-electrons.com> (raw)
In-Reply-To: <20150526120853.GB28523@lunn.ch>
Hi Andrew, Mark,
On 26/05/2015 14:08, Andrew Lunn wrote:
>> --- a/Documentation/devicetree/bindings/spi/spi-orion.txt
>> +++ b/Documentation/devicetree/bindings/spi/spi-orion.txt
>> @@ -1,7 +1,13 @@
>> Marvell Orion SPI device
>>
>> Required properties:
>> -- compatible : should be "marvell,orion-spi" or "marvell,armada-370-spi".
>> +- compatible : should be on of the following:
>> + - "marvell,orion-spi" for the Orion, mv78x00, Kirkwood and Dove SoCs
>> + - "marvell,armada-370-spi", for the Armada 370 SoCs
>> + - "marvell,armada-375-spi", for the Armada 375 SoCs
>> + - "marvell,armada-380-spi", for the Armada 38x SoCs
>> + - "marvell,armada-390-spi", for the Armada 38x SoCs
>
> Hi Gregory
>
> Is that a typ0?
yes it is! :/
Mark do you want a new patch or do you prefer fixing the typo
yourself ? it should be
- "marvell,armada-390-spi", for the Armada 39x SoCs
instead of
- "marvell,armada-390-spi", for the Armada 38x SoCs
s/38x/39x/ on this line.
Thanks,
Gregory
>
> Andrew
>
--
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
WARNING: multiple messages have this Message-ID (diff)
From: gregory.clement@free-electrons.com (Gregory CLEMENT)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] spi: orion: Fix extended baud rates for each Armada SoCs
Date: Tue, 26 May 2015 14:20:08 +0200 [thread overview]
Message-ID: <556464F8.1020707@free-electrons.com> (raw)
In-Reply-To: <20150526120853.GB28523@lunn.ch>
Hi Andrew, Mark,
On 26/05/2015 14:08, Andrew Lunn wrote:
>> --- a/Documentation/devicetree/bindings/spi/spi-orion.txt
>> +++ b/Documentation/devicetree/bindings/spi/spi-orion.txt
>> @@ -1,7 +1,13 @@
>> Marvell Orion SPI device
>>
>> Required properties:
>> -- compatible : should be "marvell,orion-spi" or "marvell,armada-370-spi".
>> +- compatible : should be on of the following:
>> + - "marvell,orion-spi" for the Orion, mv78x00, Kirkwood and Dove SoCs
>> + - "marvell,armada-370-spi", for the Armada 370 SoCs
>> + - "marvell,armada-375-spi", for the Armada 375 SoCs
>> + - "marvell,armada-380-spi", for the Armada 38x SoCs
>> + - "marvell,armada-390-spi", for the Armada 38x SoCs
>
> Hi Gregory
>
> Is that a typ0?
yes it is! :/
Mark do you want a new patch or do you prefer fixing the typo
yourself ? it should be
- "marvell,armada-390-spi", for the Armada 39x SoCs
instead of
- "marvell,armada-390-spi", for the Armada 38x SoCs
s/38x/39x/ on this line.
Thanks,
Gregory
>
> Andrew
>
--
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
WARNING: multiple messages have this Message-ID (diff)
From: Gregory CLEMENT <gregory.clement@free-electrons.com>
To: Andrew Lunn <andrew@lunn.ch>, Mark Brown <broonie@kernel.org>
Cc: linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org,
Jason Cooper <jason@lakedaemon.net>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,
Ezequiel Garcia <ezequiel.garcia@free-electrons.com>,
linux-arm-kernel@lists.infradead.org,
Maxime Ripard <maxime.ripard@free-electrons.com>,
Boris BREZILLON <boris.brezillon@free-electrons.com>,
Lior Amsalem <alior@marvell.com>,
Tawfik Bayouk <tawfik@marvell.com>,
Nadav Haklai <nadavh@marvell.com>,
devicetree@vger.kernel.org
Subject: Re: [PATCH 2/3] spi: orion: Fix extended baud rates for each Armada SoCs
Date: Tue, 26 May 2015 14:20:08 +0200 [thread overview]
Message-ID: <556464F8.1020707@free-electrons.com> (raw)
In-Reply-To: <20150526120853.GB28523@lunn.ch>
Hi Andrew, Mark,
On 26/05/2015 14:08, Andrew Lunn wrote:
>> --- a/Documentation/devicetree/bindings/spi/spi-orion.txt
>> +++ b/Documentation/devicetree/bindings/spi/spi-orion.txt
>> @@ -1,7 +1,13 @@
>> Marvell Orion SPI device
>>
>> Required properties:
>> -- compatible : should be "marvell,orion-spi" or "marvell,armada-370-spi".
>> +- compatible : should be on of the following:
>> + - "marvell,orion-spi" for the Orion, mv78x00, Kirkwood and Dove SoCs
>> + - "marvell,armada-370-spi", for the Armada 370 SoCs
>> + - "marvell,armada-375-spi", for the Armada 375 SoCs
>> + - "marvell,armada-380-spi", for the Armada 38x SoCs
>> + - "marvell,armada-390-spi", for the Armada 38x SoCs
>
> Hi Gregory
>
> Is that a typ0?
yes it is! :/
Mark do you want a new patch or do you prefer fixing the typo
yourself ? it should be
- "marvell,armada-390-spi", for the Armada 39x SoCs
instead of
- "marvell,armada-390-spi", for the Armada 38x SoCs
s/38x/39x/ on this line.
Thanks,
Gregory
>
> Andrew
>
--
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
next prev parent reply other threads:[~2015-05-26 12:20 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-26 9:44 [PATCH 0/3] Fix baud rate for Armada SoCs Gregory CLEMENT
2015-05-26 9:44 ` Gregory CLEMENT
2015-05-26 9:44 ` Gregory CLEMENT
2015-05-26 9:44 ` [PATCH 1/3] spi: orion: Fix maximum baud rates for Armada 370/XP Gregory CLEMENT
2015-05-26 9:44 ` Gregory CLEMENT
2015-05-26 9:44 ` Gregory CLEMENT
2015-05-26 10:36 ` Mark Brown
2015-05-26 10:36 ` Mark Brown
2015-05-26 10:36 ` Mark Brown
2015-05-26 12:08 ` Gregory CLEMENT
2015-05-26 12:08 ` Gregory CLEMENT
2015-05-26 12:08 ` Gregory CLEMENT
2015-05-26 9:44 ` [PATCH 2/3] spi: orion: Fix extended baud rates for each Armada SoCs Gregory CLEMENT
2015-05-26 9:44 ` Gregory CLEMENT
2015-05-26 9:44 ` Gregory CLEMENT
2015-05-26 10:38 ` Mark Brown
2015-05-26 10:38 ` Mark Brown
2015-05-26 10:38 ` Mark Brown
2015-05-26 12:08 ` Andrew Lunn
2015-05-26 12:08 ` Andrew Lunn
2015-05-26 12:08 ` Andrew Lunn
2015-05-26 12:20 ` Gregory CLEMENT [this message]
2015-05-26 12:20 ` Gregory CLEMENT
2015-05-26 12:20 ` Gregory CLEMENT
[not found] ` <556464F8.1020707-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2015-05-27 17:45 ` Mark Brown
2015-05-27 17:45 ` Mark Brown
2015-05-27 17:45 ` Mark Brown
[not found] ` <20150527174547.GI21577-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2015-05-27 17:47 ` Gregory CLEMENT
2015-05-27 17:47 ` Gregory CLEMENT
2015-05-27 17:47 ` Gregory CLEMENT
2015-05-27 18:39 ` Mark Brown
2015-05-27 18:39 ` Mark Brown
2015-05-26 9:44 ` [PATCH 3/3] ARM: mvebu: use improved armada spi device tree compatible name for each SoC Gregory CLEMENT
2015-05-26 9:44 ` Gregory CLEMENT
2015-05-26 9:44 ` Gregory CLEMENT
2015-05-27 10:04 ` Gregory CLEMENT
2015-05-27 10:04 ` Gregory CLEMENT
2015-05-27 10:04 ` 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=556464F8.1020707@free-electrons.com \
--to=gregory.clement@free-electrons.com \
--cc=alior@marvell.com \
--cc=andrew@lunn.ch \
--cc=boris.brezillon@free-electrons.com \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=ezequiel.garcia@free-electrons.com \
--cc=jason@lakedaemon.net \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
--cc=maxime.ripard@free-electrons.com \
--cc=nadavh@marvell.com \
--cc=sebastian.hesselbarth@gmail.com \
--cc=tawfik@marvell.com \
--cc=thomas.petazzoni@free-electrons.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.