From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933181AbdEKRDZ (ORCPT ); Thu, 11 May 2017 13:03:25 -0400 Received: from mail-pg0-f65.google.com ([74.125.83.65]:32800 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932425AbdEKRDX (ORCPT ); Thu, 11 May 2017 13:03:23 -0400 Date: Thu, 11 May 2017 10:03:20 -0700 From: Brian Norris To: Marek Vasut Cc: Andrey Smirnov , linux-mtd@lists.infradead.org, cphealy@gmail.com, David Woodhouse , Boris Brezillon , Richard Weinberger , Cyrille Pitchen , linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 5/6] mtd: dataflash: Make use of "extened device information" Message-ID: <20170511170320.GE70297@google.com> References: <20170421163026.24884-1-andrew.smirnov@gmail.com> <20170421163026.24884-5-andrew.smirnov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 21, 2017 at 07:19:21PM +0200, Marek Vasut wrote: > On 04/21/2017 06:30 PM, Andrey Smirnov wrote: > > In anticipation of supporting chips that need it, extend the size of > > struct flash_info's 'jedec_id' field to make room 2 byte of extended > > device information as well as add code to fetch this data during > > jedec_probe(). > > > > Cc: cphealy@gmail.com > > Cc: David Woodhouse > > Cc: Brian Norris > > Cc: Boris Brezillon > > Cc: Marek Vasut > > Cc: Richard Weinberger > > Cc: Cyrille Pitchen > > Cc: linux-kernel@vger.kernel.org > > Acked-by: Marek Vasut > > Signed-off-by: Andrey Smirnov > > --- > > > > Changes since [v4]: > > > > - Corrected value of SUP_EXTID from BIT(3) to 0x0004 > > > > - Collected Acked-by from Marek > > Super, entire series is great, thanks ! Applied to l2-mtd.git/next for 4.13