From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pb0-x236.google.com ([2607:f8b0:400e:c01::236]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WRBG5-0006lJ-Gd for linux-mtd@lists.infradead.org; Sat, 22 Mar 2014 02:02:02 +0000 Received: by mail-pb0-f54.google.com with SMTP id ma3so3131205pbc.13 for ; Fri, 21 Mar 2014 19:01:39 -0700 (PDT) Date: Fri, 21 Mar 2014 19:01:35 -0700 From: Brian Norris To: David Mosberger Subject: Re: [PATCH] mtd: nand: fix byte addressing on 16-bit wide devices Message-ID: <20140322020135.GC29542@ld-irv-0074> References: <20140321180547.GA11793@arch.cereza> <20140321185446.GA18141@arch.cereza> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: "linux-mtd@lists.infradead.org" , Ezequiel Garcia , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Mar 21, 2014 at 01:43:41PM -0600, David Mosberger wrote: > On Fri, Mar 21, 2014 at 12:54 PM, Ezequiel Garcia > wrote: > > (Ccing Brian and Uwe) > > > AFAIK, the issue for GET_FEATURES and SET_FEATURES was also fixed. > > IIRC, it was done here: > > > > commit 05f7835975dad6b3b517f9e23415985e648fb875 > > This commit fixes the transfer, but not the addressing. And the $SUBJECT patch fixes the addressing and not the transfer :) > Let me switch to linux-next and take it from there. I see that you did already. Regards, Brian