
On 20:52 Fri 26 Jun , Prafulla Wadaskar wrote:
-----Original Message----- From: u-boot-bounces@lists.denx.de [mailto:u-boot-bounces@lists.denx.de] On Behalf Of Prafulla Wadaskar Sent: Friday, June 26, 2009 11:28 AM To: Jean-Christophe PLAGNIOL-VILLARD Cc: Manas Saksena; Ronen Shitrit; Nicolas Pitre; u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik; Lennert Buijtenhek Subject: Re: [U-Boot] [PATCH] spi: Add Marvell Kirkwood SPI driver
Thanks Jean...
Regards.. Prafulla . .
-----Original Message----- From: Jean-Christophe PLAGNIOL-VILLARD
[mailto:plagnioj@jcrosoft.com]
Sent: Friday, June 26, 2009 4:30 AM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; Manas Saksena; Ronen Shitrit;
Nicolas Pitre;
Ashish Karkare; Prabhanjan Sarnaik; Lennert Buijtenhek Subject: Re: [U-Boot] [PATCH] spi: Add Marvell Kirkwood SPI driver
On 01:13 Sat 30 May , Prafulla Wadaskar wrote:
This patch adds a SPI driver for the Marvell Kirkwood SoC's.
Signed-off-by: Prafulla Wadaskar prafulla@marvell.com
drivers/spi/Makefile | 1 + drivers/spi/kirkwood_spi.c | 185
+++++++++++++++++++++++++++++++++++
include/asm-arm/arch-kirkwood/spi.h | 56 +++++++++++ 3 files changed, 242 insertions(+), 0 deletions(-) create mode 100644 drivers/spi/kirkwood_spi.c create mode 100644 include/asm-arm/arch-kirkwood/spi.h
applied to u-boot-arm
Hi Jean,
On which branch it is applied?, I could not find it on arm/next...
master
next or testing is still for dev as the master will not build for mtd stuff
Best Regards, J.