Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423032AbdDURoD (ORCPT ); Fri, 21 Apr 2017 13:44:03 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:34028 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1041593AbdDURns (ORCPT ); Fri, 21 Apr 2017 13:43:48 -0400 Subject: Re: [PATCH v5 5/6] mtd: dataflash: Make use of "extened device information" To: Andrey Smirnov , linux-mtd@lists.infradead.org References: <20170421163026.24884-1-andrew.smirnov@gmail.com> <20170421163026.24884-5-andrew.smirnov@gmail.com> Cc: cphealy@gmail.com, David Woodhouse , Brian Norris , Boris Brezillon , Richard Weinberger , Cyrille Pitchen , linux-kernel@vger.kernel.org From: Marek Vasut Message-ID: Date: Fri, 21 Apr 2017 19:19:21 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.4.0 MIME-Version: 1.0 In-Reply-To: <20170421163026.24884-5-andrew.smirnov@gmail.com> 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: 927 Lines: 29 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 ! -- Best regards, Marek Vasut