Re: [U-Boot] [PATCH v6 8/9] spi: davinci: add support for multiple bus and chip select

2014-04-07 Thread Jagan Teki
On Fri, Apr 4, 2014 at 10:46 PM, Murali Karicheri wrote: > Currently davinci spi driver supports only bus 0 cs 0. > This patch allows driver to support bus 1 and bus 2 with > configurable number of chip selects. Also defaults are > selected in a way to avoid regression on other platforms > that us

[U-Boot] [PATCH v6 8/9] spi: davinci: add support for multiple bus and chip select

2014-04-04 Thread Murali Karicheri
Currently davinci spi driver supports only bus 0 cs 0. This patch allows driver to support bus 1 and bus 2 with configurable number of chip selects. Also defaults are selected in a way to avoid regression on other platforms that uses davinci spi driver and has only one spi bus. Signed-off-by: Rex