Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751878AbcDOVva (ORCPT ); Fri, 15 Apr 2016 17:51:30 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:33426 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750862AbcDOVv3 (ORCPT ); Fri, 15 Apr 2016 17:51:29 -0400 X-Auth-Info: 3e5BlbQZqJSZbYFp80TwmZFCumdXgZ8Z5Gk9U/utReM= Message-ID: <571161A7.1050804@denx.de> Date: Fri, 15 Apr 2016 23:48:23 +0200 From: Marek Vasut User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-Version: 1.0 To: Cyrille Pitchen , computersforpeace@gmail.com, linux-mtd@lists.infradead.org CC: nicolas.ferre@atmel.com, boris.brezillon@free-electrons.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH RFC 0/8] mtd: spi-nor: fix support of Quad SPI memories References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1203 Lines: 31 On 04/13/2016 07:23 PM, Cyrille Pitchen wrote: > Hi all, > > this series is RFC but has already been tested on a sama5d2x xplained > board with the Atmel QSPI controller + Micron n25q128a13: > compatible = "micron,n25q128a13", "jedec,spi-nor"; > > This first 3 patches of the series are stable and have already been > submitted to linux-mtd. They are required as a base for the later > patches. > > Support of Micron memories has been implemented as an example, other > memory entries should be updated as needed in the spi_nor_ids[] table. > > This new way to support Quad SPI memories is inspired by the JEDEC > SFDP standard. However SFDP tables are not provided by all memories and > some of them badly implement the standard. Also the standard itself > can tell whether the memory supports the 2-2-2 mode but doesn't provide > the procedure to enter/leave this mode as provided for the 4-4-4 mode. > > > Please note that some commit messages are missing but a review might be > really helpfull! :) > > Almost all the actual rework is done in patch 4. For Altera SoCFPGA , Cadence QSPI NOR controller , Terasic SoCkit board: Tested-by: Marek Vasut Best regards, Marek Vasut