This patchset provides a driver for the Cadence Quad SPI Flash Controller. This controller is used on SOCFPGA systems.
The driver was tested on Altera's Cyclone5 and Arria5 dev kits, with Micron n25q00 and n25q512 flash parts. Comments from Ezequiel Garcia were incorporated. Graham Moore (2): mtd: spi-nor: Bindings for Cadence Quad SPI Flash Controller driver. mtd: spi-nor: Add driver for Cadence Quad SPI Flash Controller. .../devicetree/bindings/mtd/cadence_quadspi.txt | 50 + drivers/mtd/spi-nor/Kconfig | 6 + drivers/mtd/spi-nor/Makefile | 1 + drivers/mtd/spi-nor/cadence-quadspi.c | 1281 ++++++++++++++++++++ 4 files changed, 1338 insertions(+) create mode 100644 Documentation/devicetree/bindings/mtd/cadence_quadspi.txt create mode 100644 drivers/mtd/spi-nor/cadence-quadspi.c -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/