mtd: spi-nor: Add driver for Cadence Quad SPI Flash Controller
authorGraham Moore <grmoore@opensource.altera.com>
Sat, 4 Jun 2016 00:39:34 +0000 (02:39 +0200)
committerBrian Norris <computersforpeace@gmail.com>
Mon, 18 Jul 2016 17:00:23 +0000 (10:00 -0700)
commit140623410536905fa6ab737b625decfde6c64a72
treecdade9ac8a29567daa0d862624042f1ae8d13b7a
parentb58439916bdc4c4a5d782e6104e6a4e354bc3022
mtd: spi-nor: Add driver for Cadence Quad SPI Flash Controller

Add support for the Cadence QSPI controller. This controller is
present in the Altera SoCFPGA SoCs and this driver has been tested
on the Cyclone V SoC.

Signed-off-by: Graham Moore <grmoore@opensource.altera.com>
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Alan Tull <atull@opensource.altera.com>
Cc: Brian Norris <computersforpeace@gmail.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Graham Moore <grmoore@opensource.altera.com>
Cc: Vignesh R <vigneshr@ti.com>
Cc: Yves Vandervennet <yvanderv@opensource.altera.com>
Cc: devicetree@vger.kernel.org
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/spi-nor/Kconfig
drivers/mtd/spi-nor/Makefile
drivers/mtd/spi-nor/cadence-quadspi.c [new file with mode: 0644]