From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 86609C433F5 for ; Thu, 28 Apr 2022 03:53:48 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id AD08683565; Thu, 28 Apr 2022 05:53:45 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b="AB5BYZy0"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 66590837EF; Thu, 28 Apr 2022 05:53:43 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by phobos.denx.de (Postfix) with ESMTP id EDE5E83108 for ; Thu, 28 Apr 2022 05:53:40 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=dphadke@linux.microsoft.com Received: from [192.168.87.104] (unknown [50.47.106.53]) by linux.microsoft.com (Postfix) with ESMTPSA id DB18620E65D6; Wed, 27 Apr 2022 20:53:38 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com DB18620E65D6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1651118018; bh=g+2SZ5udClTiVIuBX1RfC7bDvY1rfhcsISii3Z4rzfk=; h=Date:Subject:To:References:From:In-Reply-To:From; b=AB5BYZy0Is+WkhBDtKCPTkn1Keeo09sW3jcN06VmnzCYda7sKx/z/kNbKBUa4k4LY SHYOol4gKCHXIVTlK2E2nelgh35LTA3GOFQLOWadjIxN6tfMq+qGhH3Li15mOHjeEw wqNyJJN8SFU4QmVBpV41W6JekS5GedCODtaIXd2c= Message-ID: Date: Wed, 27 Apr 2022 20:53:38 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Subject: Re: [PATCH] mtd: spi-nor-ids: Add support for W25Q512JV Content-Language: en-US To: jaap@jcz.nl, Jagan Teki , Vignesh R , u-boot@lists.denx.de References: <20220108213934.3458-1-dphadke@linux.microsoft.com> <0c3e4727-0997-a4c5-dab1-b09ea8781c72@linux.microsoft.com> From: Dhananjay Phadke In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean On 4/20/2022 8:18 AM, Jaap Crezee wrote: > Hi Dhananjay, > > On 1/9/22 00:47, Dhananjay Phadke wrote: >> Will send v2 to use "w25q512jvm" name to be consistent with other DTR >> parts. > > Any follow-up on this? Hi Jaap, I didn't get hold of the system with that flash part to collect SFDP output for Linux submission first, then will update u-boot if it's not there already. Regards, Dhananjay