Re: [U-Boot] [PATCH 13/14] tegra114: add SPI driver

2013-02-14 Thread Allen Martin
On Thu, Feb 14, 2013 at 06:32:06AM -0800, Simon Glass wrote: > Hi Allen, > > On Wed, Feb 13, 2013 at 2:59 PM, Stephen Warren wrote: > > On 02/12/2013 08:23 PM, Allen Martin wrote: > >> Subject: tegra114: add SPI driver > > > > This really touches the SPI sub-system more than Tegra, and the Tegra

Re: [U-Boot] [PATCH 13/14] tegra114: add SPI driver

2013-02-14 Thread Simon Glass
Hi Allen, On Wed, Feb 13, 2013 at 2:59 PM, Stephen Warren wrote: > On 02/12/2013 08:23 PM, Allen Martin wrote: >> Subject: tegra114: add SPI driver > > This really touches the SPI sub-system more than Tegra, and the Tegra > subsystem is just (and all of) Tegra not Tegra114-specific, so I'd > re-t

Re: [U-Boot] [PATCH 13/14] tegra114: add SPI driver

2013-02-13 Thread Stephen Warren
On 02/12/2013 08:23 PM, Allen Martin wrote: > Subject: tegra114: add SPI driver This really touches the SPI sub-system more than Tegra, and the Tegra subsystem is just (and all of) Tegra not Tegra114-specific, so I'd re-title this: spi: tegra: add Tegra114 SPI driver similar s/tegra114:/tegra:/

[U-Boot] [PATCH 13/14] tegra114: add SPI driver

2013-02-12 Thread Allen Martin
Add driver for tegra114 SPI controller. This controller is not compatible with either the tegra20 or tegra30 controllers, so it requires a new driver. Signed-off-by: Allen Martin --- arch/arm/include/asm/arch-tegra114/tegra114_spi.h | 91 ++ drivers/spi/Makefile