Re: [U-Boot] [PATCH] spi: Tegra2: Add SPI driver for SPIFLASH on Seaboard

2011-05-03 Thread Mike Frysinger
On Tue, May 3, 2011 at 11:13, Tom Warren wrote: > On Mon, May 2, 2011 at 4:16 PM, Mike Frysinger wrote: >> On Monday, May 02, 2011 19:06:51 Tom Warren wrote: >>> Seaboard has a touchscreen on SPI1, but U-Boot doesn't care about that. >> >> fwiw, u-boot has splash screen support > > Thanks, Mike. I'

Re: [U-Boot] [PATCH] spi: Tegra2: Add SPI driver for SPIFLASH on Seaboard

2011-05-03 Thread Tom Warren
On Mon, May 2, 2011 at 4:16 PM, Mike Frysinger wrote: > On Monday, May 02, 2011 19:06:51 Tom Warren wrote: >> Seaboard has a touchscreen on SPI1, but U-Boot doesn't care about that. > > fwiw, u-boot has splash screen support > -mike > Thanks, Mike. I'm talking touchscreen support. We'll be submitt

Re: [U-Boot] [PATCH] spi: Tegra2: Add SPI driver for SPIFLASH on Seaboard

2011-05-02 Thread Mike Frysinger
On Monday, May 02, 2011 19:06:51 Tom Warren wrote: > Seaboard has a touchscreen on SPI1, but U-Boot doesn't care about that. fwiw, u-boot has splash screen support -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mai

Re: [U-Boot] [PATCH] spi: Tegra2: Add SPI driver for SPIFLASH on Seaboard

2011-05-02 Thread Tom Warren
Mike, On Mon, May 2, 2011 at 2:26 PM, Mike Frysinger wrote: > On Monday, May 02, 2011 11:33:24 Tom Warren wrote: >> On Fri, Apr 29, 2011 at 4:21 PM, Mike Frysinger wrote: >> > On Thursday, April 28, 2011 10:55:13 Tom Warren wrote: >> >> This patch adds support for the SPIFLASH peripheral on Tegra

Re: [U-Boot] [PATCH] spi: Tegra2: Add SPI driver for SPIFLASH on Seaboard

2011-05-02 Thread Mike Frysinger
On Monday, May 02, 2011 11:33:24 Tom Warren wrote: > On Fri, Apr 29, 2011 at 4:21 PM, Mike Frysinger wrote: > > On Thursday, April 28, 2011 10:55:13 Tom Warren wrote: > >> This patch adds support for the SPIFLASH peripheral on Tegra2 (SPI 1). > >> Probe, erase, read and write are all supported, as

Re: [U-Boot] [PATCH] spi: Tegra2: Add SPI driver for SPIFLASH on Seaboard

2011-05-02 Thread Tom Warren
Mike, On Fri, Apr 29, 2011 at 4:21 PM, Mike Frysinger wrote: > On Thursday, April 28, 2011 10:55:13 Tom Warren wrote: >> Signed-off-by: Tom Warren >> --- >> This patch adds support for the SPIFLASH peripheral on Tegra2 (SPI 1). >> Probe, erase, read and write are all supported, as well as low-le

Re: [U-Boot] [PATCH] spi: Tegra2: Add SPI driver for SPIFLASH on Seaboard

2011-04-29 Thread Mike Frysinger
On Thursday, April 28, 2011 10:55:13 Tom Warren wrote: > Signed-off-by: Tom Warren > --- > This patch adds support for the SPIFLASH peripheral on Tegra2 (SPI 1). > Probe, erase, read and write are all supported, as well as low-level > SPI commands via 'sspi'. > > Note that, at this time, only Sea

[U-Boot] [PATCH] spi: Tegra2: Add SPI driver for SPIFLASH on Seaboard

2011-04-28 Thread Tom Warren
Signed-off-by: Tom Warren --- This patch adds support for the SPIFLASH peripheral on Tegra2 (SPI 1). Probe, erase, read and write are all supported, as well as low-level SPI commands via 'sspi'. Note that, at this time, only Seaboard has a SPI flash part (Winbond). With this code, I've written U-