From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eusmtp01.atmel.com ([212.144.249.243]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1b4sXU-0003x3-1G for linux-mtd@lists.infradead.org; Mon, 23 May 2016 16:17:08 +0000 From: Cyrille Pitchen To: , CC: , , , , Cyrille Pitchen Subject: [PATCH 0/2] mtd: spi-nor: add driver for Atmel QSPI controller Date: Mon, 23 May 2016 18:17:19 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi all, this series of patches add support to the Atmel QSPI controller. It was tested on a sama5d2 xplained board + Macronix mx25l25673g QSPI memory. The series is based on Michal and Brian series: "[PATCH v7 00/10] Add error checking to spi-nor read and write" Best regards, Cyrille Cyrille Pitchen (2): Documentation: atmel-quadspi: add binding file for Atmel QSPI driver mtd: atmel-quadspi: add driver for Atmel QSPI controller .../devicetree/bindings/mtd/atmel-quadspi.txt | 32 + drivers/mtd/spi-nor/Kconfig | 9 + drivers/mtd/spi-nor/Makefile | 1 + drivers/mtd/spi-nor/atmel-quadspi.c | 741 +++++++++++++++++++++ 4 files changed, 783 insertions(+) create mode 100644 Documentation/devicetree/bindings/mtd/atmel-quadspi.txt create mode 100644 drivers/mtd/spi-nor/atmel-quadspi.c -- 1.8.2.2