[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1417808133-20719-1-git-send-email-grmoore@opensource.altera.com>
Date: Fri, 5 Dec 2014 13:35:31 -0600
From: Graham Moore <grmoore@...nsource.altera.com>
To: <linux-mtd@...ts.infradead.org>
CC: David Woodhouse <dwmw2@...radead.org>,
Brian Norris <computersforpeace@...il.com>,
<linux-kernel@...r.kernel.org>,
Alan Tull <atull@...nsource.altera.com>,
Dinh Nguyen <dinguyen@...nsource.altera.com>,
Yves Vandervennet <yvanderv@...nsource.altera.com>,
Ezequiel Garcia <ezequiel@...guardiasur.com.ar>,
Graham Moore <grmoore@...nsource.altera.com>
Subject: [PATCH 0/2] mtd: spi-nor: Add driver for Cadence Quad SPI Flash Controller
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists