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 X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E952CC32751 for ; Wed, 31 Jul 2019 12:39:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C5ABE206B8 for ; Wed, 31 Jul 2019 12:39:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387789AbfGaMid (ORCPT ); Wed, 31 Jul 2019 08:38:33 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:51376 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728025AbfGaMi2 (ORCPT ); Wed, 31 Jul 2019 08:38:28 -0400 Received: from localhost (unknown [IPv6:2a01:e0a:2c:6930:5cf4:84a1:2763:fe0d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: bbrezillon) by bhuna.collabora.co.uk (Postfix) with ESMTPSA id 7BFEF2853E3; Wed, 31 Jul 2019 13:38:26 +0100 (BST) Date: Wed, 31 Jul 2019 14:38:22 +0200 From: Boris Brezillon To: Naga Sureshkumar Relli Cc: "Tudor.Ambarus@microchip.com" , "marek.vasut@gmail.com" , "vigneshr@ti.com" , "richard@nod.at" , "linux-kernel@vger.kernel.org" , "linux-mtd@lists.infradead.org" , "miquel.raynal@bootlin.com" , "computersforpeace@gmail.com" , "dwmw2@infradead.org" Subject: Re: [PATCH 5/6] mtd: spi-nor: Add s3an_post_sfdp_fixups() Message-ID: <20190731143822.79fa7c82@collabora.com> In-Reply-To: References: <20190731091145.27374-1-tudor.ambarus@microchip.com> <20190731091145.27374-6-tudor.ambarus@microchip.com> Organization: Collabora X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 31 Jul 2019 12:31:19 +0000 Naga Sureshkumar Relli wrote: > Hi Tudor, > > Thanks for the updates. With these kind of updates, we can add Vendor specific > Code easily, like Xilinx Dual parallel and stacked modes. > In these configurations we need to tweak the nor parameters like page_size, sectors etc. > So with the help of these patches. we can easily update these parameters. Absolutely not. This is just a solution to recover from broken SFDP tables.