Re: [PATCH 1/3] SPI Driver for DaVinci/DA8xx

2009-04-01 Thread David Brownell
On Monday 30 March 2009, s-paul...@ti.com wrote: > This patch adds support for SPI driver for DaVinci and DA8xx. > The SPI module on DM355,DM365 and DM6467 is a little different > from that on DA8xx. So we use two different flags, 'DAVINCI_SPI_VERSION_1' > and 'DAVINCI_SPI_VERSION_2' in the driver.

[PATCH 1/3] SPI Driver for DaVinci/DA8xx

2009-03-30 Thread s-paulraj
This patch adds support for SPI driver for DaVinci and DA8xx. The SPI module on DM355,DM365 and DM6467 is a little different from that on DA8xx. So we use two different flags, 'DAVINCI_SPI_VERSION_1' and 'DAVINCI_SPI_VERSION_2' in the driver. Signed-off-by: Sandeep Paulraj --- drivers/spi/Kconfi