From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1424261AbcFMPKB (ORCPT ); Mon, 13 Jun 2016 11:10:01 -0400 Received: from eusmtp01.atmel.com ([212.144.249.243]:7325 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1423227AbcFMPJ7 (ORCPT ); Mon, 13 Jun 2016 11:09:59 -0400 From: Cyrille Pitchen To: , CC: , , , , Cyrille Pitchen Subject: [PATCH 0/2] mtd: spi-nor: add driver for Atmel QSPI controller Date: Mon, 13 Jun 2016 17:10:24 +0200 Message-ID: X-Mailer: git-send-email 1.8.2.2 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, this series of patches adds support to the Atmel QSPI controller. It was tested on a sama5d2 xplained board + Macronix mx25l25673g QSPI memory. The driver limits its support of Quad SPI memories to the SPI 1-1-4 protocol for Fast Read operations and SPI 1-1-1 protocol for all other commands. The series is based on next-20160609 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