From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751890AbbCMGrI (ORCPT ); Fri, 13 Mar 2015 02:47:08 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:41953 "EHLO mail-wg0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751662AbbCMGrD convert rfc822-to-8bit (ORCPT ); Fri, 13 Mar 2015 02:47:03 -0400 MIME-Version: 1.0 In-Reply-To: References: Date: Fri, 13 Mar 2015 14:47:01 +0800 Message-ID: Subject: Re: FW: [PATCH v2] mtd:spi-nor: Add Altera EPCQ Driver From: Viet Nga Dao To: =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= Cc: Viet Nga Dao , Brian Norris , David Woodhouse , "devicetree@vger.kernel.org" , "linux-mtd@lists.infradead.org" , "linux-kernel@vger.kernel.org" , nga_chi86 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 13, 2015 at 1:45 PM, Rafał Miłecki wrote: > On 11 March 2015 at 09:41, Viet Nga Dao wrote: >> On Tue, Mar 10, 2015 at 4:09 PM, Viet Nga Dao wrote: >>> Ok. I will modify the code the way you suggest. >> >> I just realize that the opcode for RDID is handled by hardware in my >> case, therefore i dont really need to worry about 0xab opcode. > > Nice :) Maybe just put a comment in code so ppl will know (in future) > why we don't strictly follow specs. > > >> Is there any other comments about the modified part i did the lock and >> unlock in spi-nor.c? > > I can't, I don't know spi-nor well enough :| > > -- > Rafał I have to wait for Brian then. Anway, thanks Rafal :)