Re: [U-Boot] [PATCH v2 10/15] sf: Enable FDT-based configuration and memory mapping

2013-04-23 Thread Simon Glass
Hi Jagan, On Tue, Apr 23, 2013 at 1:49 PM, Jagan Teki wrote: > Hi Simon, > > On Mon, Mar 11, 2013 at 9:38 PM, Simon Glass wrote: >> Enable device tree control of SPI flash, and use this to implement >> memory-mapped SPI flash, which is supported on Intel chips. >> >> Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH v2 10/15] sf: Enable FDT-based configuration and memory mapping

2013-04-23 Thread Jagan Teki
Hi Simon, On Mon, Mar 11, 2013 at 9:38 PM, Simon Glass wrote: > Enable device tree control of SPI flash, and use this to implement > memory-mapped SPI flash, which is supported on Intel chips. > > Signed-off-by: Simon Glass > --- > Changes in v2: None > > drivers/mtd/spi/spi_flash.c | 46 > +++

[U-Boot] [PATCH v2 10/15] sf: Enable FDT-based configuration and memory mapping

2013-03-11 Thread Simon Glass
Enable device tree control of SPI flash, and use this to implement memory-mapped SPI flash, which is supported on Intel chips. Signed-off-by: Simon Glass --- Changes in v2: None drivers/mtd/spi/spi_flash.c | 46 - include/fdtdec.h| 1 + i