Re: [PATCH 2/3] DM355 SPI Support

2009-04-01 Thread David Brownell
On Monday 30 March 2009, s-paul...@ti.com wrote: @@ -377,14 +382,21 @@ static struct davinci_clk dm355_clks[] = {    static u64 dm355_spi0_dma_mask = DMA_32BIT_MASK;   +static struct davinci_spi_platform_data dm355_spi0_pdata = { +   .version = DAVINCI_SPI_VERSION_1, +   

Re: [PATCH 2/3] DM355 SPI Support

2009-03-31 Thread Koen Kooi
On 30-03-09 22:38, s-paul...@ti.com wrote: Patch adds support for SPI in DM355. The ATMEL EEPROM that is connected to SPI on the DM355 EVM is accessed using the MTD interface. Signed-off-by: Sandeep Paulrajs-paul...@ti.com --- arch/arm/mach-davinci/board-dm355-evm.c | 51

[PATCH 2/3] DM355 SPI Support

2009-03-30 Thread s-paulraj
Patch adds support for SPI in DM355. The ATMEL EEPROM that is connected to SPI on the DM355 EVM is accessed using the MTD interface. Signed-off-by: Sandeep Paulraj s-paul...@ti.com --- arch/arm/mach-davinci/board-dm355-evm.c | 51 +++ arch/arm/mach-davinci/dm355.c