From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 3 Nov 2015 18:44:13 +0100 Subject: [U-Boot] [PATCH] mtd: add altera quadspi driver In-Reply-To: <1446556932-14978-1-git-send-email-thomas@wytron.com.tw> References: <1446556932-14978-1-git-send-email-thomas@wytron.com.tw> Message-ID: <201511031844.13702.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday, November 03, 2015 at 02:22:12 PM, Thomas Chou wrote: > Add Altera Generic Quad SPI Controller support. The controller > converts SPI NOR flash to parallel flash interface. So it is > not like other SPI flash, but rather like CFI flash. > > Signed-off-by: Thomas Chou > --- You might want to look at https://lwn.net/Articles/636882/ , it is the driver for the same hardware, but for Linux. But keep in mind that the driver had some difficulties getting in, you might want to check the discussions in linux-mtd . [...] Best regards, Marek Vasut