Re: [U-Boot] [PATCH v2 8/9] tegra: add SPI SLINK driver

2013-01-22 Thread Simon Glass
Hi Stephen, On Mon, Jan 14, 2013 at 10:49 AM, Stephen Warren wrote: > On 01/12/2013 09:56 AM, Simon Glass wrote: >> Hi, >> >> On Sat, Jan 12, 2013 at 1:07 AM, Allen Martin wrote: >>> Add driver for tegra SPI "SLINK" style driver. This controller is >>> similar to the tegra20 SPI "SFLASH" contro

Re: [U-Boot] [PATCH v2 8/9] tegra: add SPI SLINK driver

2013-01-22 Thread Simon Glass
Hi Allen, On Mon, Jan 14, 2013 at 8:27 PM, Allen Martin wrote: > On Sat, Jan 12, 2013 at 08:56:23AM -0800, Simon Glass wrote: >> Hi, >> >> On Sat, Jan 12, 2013 at 1:07 AM, Allen Martin wrote: >> > Add driver for tegra SPI "SLINK" style driver. This controller is >> > similar to the tegra20 SPI

Re: [U-Boot] [PATCH v2 8/9] tegra: add SPI SLINK driver

2013-01-15 Thread Stephen Warren
On 01/14/2013 09:33 PM, Allen Martin wrote: > On Mon, Jan 14, 2013 at 10:49:53AM -0800, Stephen Warren wrote: >> On 01/12/2013 09:56 AM, Simon Glass wrote: >>> Hi, >>> >>> On Sat, Jan 12, 2013 at 1:07 AM, Allen Martin wrote: Add driver for tegra SPI "SLINK" style driver. This controller is >

Re: [U-Boot] [PATCH v2 8/9] tegra: add SPI SLINK driver

2013-01-14 Thread Allen Martin
On Mon, Jan 14, 2013 at 10:49:53AM -0800, Stephen Warren wrote: > On 01/12/2013 09:56 AM, Simon Glass wrote: > > Hi, > > > > On Sat, Jan 12, 2013 at 1:07 AM, Allen Martin wrote: > >> Add driver for tegra SPI "SLINK" style driver. This controller is > >> similar to the tegra20 SPI "SFLASH" contro

Re: [U-Boot] [PATCH v2 8/9] tegra: add SPI SLINK driver

2013-01-14 Thread Allen Martin
On Sat, Jan 12, 2013 at 08:56:23AM -0800, Simon Glass wrote: > Hi, > > On Sat, Jan 12, 2013 at 1:07 AM, Allen Martin wrote: > > Add driver for tegra SPI "SLINK" style driver. This controller is > > similar to the tegra20 SPI "SFLASH" controller. The difference is > > that the SLINK controller i

Re: [U-Boot] [PATCH v2 8/9] tegra: add SPI SLINK driver

2013-01-14 Thread Stephen Warren
On 01/12/2013 09:56 AM, Simon Glass wrote: > Hi, > > On Sat, Jan 12, 2013 at 1:07 AM, Allen Martin wrote: >> Add driver for tegra SPI "SLINK" style driver. This controller is >> similar to the tegra20 SPI "SFLASH" controller. The difference is >> that the SLINK controller is a genernal purpose

Re: [U-Boot] [PATCH v2 8/9] tegra: add SPI SLINK driver

2013-01-12 Thread Simon Glass
Hi, On Sat, Jan 12, 2013 at 1:07 AM, Allen Martin wrote: > Add driver for tegra SPI "SLINK" style driver. This controller is > similar to the tegra20 SPI "SFLASH" controller. The difference is > that the SLINK controller is a genernal purpose SPI controller and the > SFLASH controller is specia

[U-Boot] [PATCH v2 8/9] tegra: add SPI SLINK driver

2013-01-12 Thread Allen Martin
Add driver for tegra SPI "SLINK" style driver. This controller is similar to the tegra20 SPI "SFLASH" controller. The difference is that the SLINK controller is a genernal purpose SPI controller and the SFLASH controller is special purpose and can only talk to FLASH devices. In addition there ar