Re: [PATCH 1/3] spi: orion: Fix maximum baud rates for Armada 370/XP

2015-05-26 Thread Gregory CLEMENT
Hi Mark, On 26/05/2015 12:36, Mark Brown wrote: > On Tue, May 26, 2015 at 11:44:42AM +0200, Gregory CLEMENT wrote: > >> Signed-off-by: Gregory CLEMENT >> Reported-by: Kostya Porotchkin >> Cc: #Fixes df59fa7f4bca > > Applied, but please format this stuff in a standard fashion - use a > Fixes:

Re: [PATCH 1/3] spi: orion: Fix maximum baud rates for Armada 370/XP

2015-05-26 Thread Mark Brown
On Tue, May 26, 2015 at 11:44:42AM +0200, Gregory CLEMENT wrote: > Signed-off-by: Gregory CLEMENT > Reported-by: Kostya Porotchkin > Cc: #Fixes df59fa7f4bca Applied, but please format this stuff in a standard fashion - use a Fixes: tag to reference commits you're fixing. This makes it easier

[PATCH 1/3] spi: orion: Fix maximum baud rates for Armada 370/XP

2015-05-26 Thread Gregory CLEMENT
The commit df59fa7f4bca "spi: orion: support armada extended baud rates" was too optimistic for the maximum baud rate that the Armada SoCs can support. According to the hardware datasheet the maximum frequency supported by the Armada 370 SoC is tclk/4. But for the Armada XP, Armada 38x and Armada

[PATCH 1/3] spi: orion: Fix maximum baud rates for Armada 370/XP

2015-05-26 Thread Gregory CLEMENT
The commit df59fa7f4bca spi: orion: support armada extended baud rates was too optimistic for the maximum baud rate that the Armada SoCs can support. According to the hardware datasheet the maximum frequency supported by the Armada 370 SoC is tclk/4. But for the Armada XP, Armada 38x and Armada

Re: [PATCH 1/3] spi: orion: Fix maximum baud rates for Armada 370/XP

2015-05-26 Thread Mark Brown
On Tue, May 26, 2015 at 11:44:42AM +0200, Gregory CLEMENT wrote: Signed-off-by: Gregory CLEMENT gregory.clem...@free-electrons.com Reported-by: Kostya Porotchkin kos...@marvell.com Cc: sta...@vger.kernel.org #Fixes df59fa7f4bca Applied, but please format this stuff in a standard fashion - use

Re: [PATCH 1/3] spi: orion: Fix maximum baud rates for Armada 370/XP

2015-05-26 Thread Gregory CLEMENT
Hi Mark, On 26/05/2015 12:36, Mark Brown wrote: On Tue, May 26, 2015 at 11:44:42AM +0200, Gregory CLEMENT wrote: Signed-off-by: Gregory CLEMENT gregory.clem...@free-electrons.com Reported-by: Kostya Porotchkin kos...@marvell.com Cc: sta...@vger.kernel.org #Fixes df59fa7f4bca Applied, but