Re: [PATCH v2 0/8] Socfpga: QSPI support

2015-05-29 Thread Sascha Hauer
On Thu, May 28, 2015 at 05:55:59PM +0200, Steffen Trumtrar wrote: Hi! This series adds support for reading,writing and booting from Quad SPI flash chips on the SoCFPFGA platform. The driver is based on a patch for linux, which is still in development. As this driver uses the spi-nor

[PATCH v2 0/8] Socfpga: QSPI support

2015-05-28 Thread Steffen Trumtrar
Hi! This series adds support for reading,writing and booting from Quad SPI flash chips on the SoCFPFGA platform. The driver is based on a patch for linux, which is still in development. As this driver uses the spi-nor framework, this is imported into barebox, too. To deduplicate the code base,