From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751855AbaI3Nit (ORCPT ); Tue, 30 Sep 2014 09:38:49 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:52446 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751190AbaI3Nis convert rfc822-to-8bit (ORCPT ); Tue, 30 Sep 2014 09:38:48 -0400 X-Auth-Info: Pobm1Qg4G7cIaUSuG78d0C+OUBYrF3EZP8sFJ28zV5A= From: Marek Vasut To: "Bean Huo =?utf-8?q?=E9=9C=8D=E6=96=8C=E6=96=8C?= (beanhuo)" Subject: Re: [PATCH 1/1 v3] driver:mtd:spi-nor: Add Micron quad I/O support Date: Tue, 30 Sep 2014 15:38:40 +0200 User-Agent: KMail/1.13.7 (Linux/3.13-trunk-amd64; KDE/4.13.1; x86_64; ; ) Cc: "dwmw2@infradead.org" , Brian Norris , "shijie8@gmail.com" , "geert+renesas@glider.be" , "grmoore@altera.com" , "linux-mtd@lists.infradead.org" , "linux-kernel@vger.kernel.org" References: <201409261046.07132.marex@denx.de> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Message-Id: <201409301538.40466.marex@denx.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday, September 30, 2014 at 04:47:39 AM, Bean Huo 霍斌斌 (beanhuo) wrote: > For Micron spi norflash,enables or disables quad I/O > protocol ,which controled by EVCR(Enhanced > Volatile Configuration Register) Quad I/O > protocol bit 7.When EVCR bit 7 is reset to 0, > the spi norflash will operate in quad I/O following > the next WRITE ENHANCED VOLATILE CONFIGURATION > command. You only do one WRITE ENHANCED VOLATILE CONFIGURATION command in the patch, so this text doesn't add up. Try something like this: -->8-- This patch adds code which enables Quad I/O mode on Micron SPI NOR flashes. For Micron SPI NOR flash, enabling or disabling quad I/O protocol is controled by EVCR (Enhanced Volatile Configuration Register), Quad I/O protocol bit 7. When EVCR bit 7 is reset to 0, the SPI NOR flash will operate in quad I/O mode. --8<-- What do you think ? Brian, am I bitching too much about pointless things ? Please stop me if you think I do. [...] Best regards, Marek Vasut