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

2014-04-01 Thread Karicheri, Muralidharan
support for multiple bus and chip select -Original Message- From: Jagan Teki [mailto:jagannadh.t...@gmail.com] Sent: Thursday, March 27, 2014 1:47 PM To: Karicheri, Muralidharan Cc: Rini, Tom; u-boot@lists.denx.de; Chang, Rex Subject: Re: [U-Boot] [PATCH v3 8/9] spi: davinci: add support

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

2014-03-31 Thread Karicheri, Muralidharan
-Original Message- From: Jagan Teki [mailto:jagannadh.t...@gmail.com] Sent: Thursday, March 27, 2014 1:47 PM To: Karicheri, Muralidharan Cc: Rini, Tom; u-boot@lists.denx.de; Chang, Rex Subject: Re: [U-Boot] [PATCH v3 8/9] spi: davinci: add support for multiple bus and chip select On Thu

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

2014-03-27 Thread Jagan Teki
] [PATCH v3 8/9] spi: davinci: add support for multiple bus and chip select Hi, On Sat, Mar 22, 2014 at 2:21 AM, Murali Karicheri m-kariche...@ti.com 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

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

2014-03-26 Thread Karicheri, Muralidharan
-Original Message- From: Jagan Teki [mailto:jagannadh.t...@gmail.com] Sent: Sunday, March 23, 2014 7:07 AM To: Karicheri, Muralidharan Cc: Rini, Tom; u-boot@lists.denx.de; Chang, Rex Subject: Re: [U-Boot] [PATCH v3 8/9] spi: davinci: add support for multiple bus and chip select Hi

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

2014-03-23 Thread Jagan Teki
Hi, On Sat, Mar 22, 2014 at 2:21 AM, Murali Karicheri m-kariche...@ti.com 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

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

2014-03-21 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