Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp6926538ybi; Thu, 1 Aug 2019 00:28:34 -0700 (PDT) X-Google-Smtp-Source: APXvYqwVNcVWd7I6o43mQ7Ytath8hUm30F37ICaITN/AR0+vcFTc9D6CyfZ2Hn3+nyHkPTUT5f0Q X-Received: by 2002:a17:90a:d14b:: with SMTP id t11mr6948731pjw.79.1564644514499; Thu, 01 Aug 2019 00:28:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564644514; cv=none; d=google.com; s=arc-20160816; b=U9W9Acy3BgNAdZaJ+XRDUjZO8MoywZlmQCdm+vlL9R9/2h3Ga/pOCry/01JmUo0gDa 4Y4ZEMPOFy/d5t5db7Qu8GJ5kyCAzf7f+q0Y3RQEIlXc5UrI/GKZcf4hwTiUYIxbsrVn mW0nOiYnJ0Zgrb/Sk/rLY83VhOt/WaGnDWgeUzxdfdjjvRb/5uWXDrvWm7RyYzuzPm/7 4Kb9kkBf0PME9H83W4eNjRzXXLrVnHnOACGibDBS6K8STVxpeAoYJOt76muU+ekDV12S wnhQTauqB6RxNdVxXr0eee0Mi1gOOT+5Vj+k89hUOf9KeWim3xUSTJxmiET6iBbdJx11 9fkg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=fc6T9P96eZhld0gt3171l+y9SL+2whGtX4hszYL9MX0=; b=QokAW5UJwsFbNrmEqI5syWNJOUELmAZvL2ZzrcqEbYt0/xTHN6080Ti82Rcc/b6ciO LiZ4TXIvSd8SJI1/2KuQYIRSZjBS80r35c2gL2bFuTdnaKAYY6kcK/rjltOeHyc90kwV AvizxcbMqXNxvN7MXfe6TYF6zd+lcKl+zAtttBYfLuACQWVxVoaaDEOLpM/zoYyKYYpv urBC/H4Mts2ROd6r1OYXVE5N0lXqhVSQK4F627ELwE2o1nNhHAjlEIcKP/fLrn/tdjgp VLpU0Lhx/+tSuQTsmxZBECWmiYTn0yZg4jPYYrEDWkj+e9qtq9xue1zZewC1mVfJErJG 6/kg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id ci23si3091877pjb.85.2019.08.01.00.28.19; Thu, 01 Aug 2019 00:28:34 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729894AbfHAGYf (ORCPT + 99 others); Thu, 1 Aug 2019 02:24:35 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:33858 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729196AbfHAGYf (ORCPT ); Thu, 1 Aug 2019 02:24:35 -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 F2B9B28BFE1; Thu, 1 Aug 2019 07:24:32 +0100 (BST) Date: Thu, 1 Aug 2019 08:24:29 +0200 From: Boris Brezillon To: Cc: , , , , , , , Subject: Re: [PATCH 1/7] mtd: spi-nor: Add default_init() hook to tweak flash parameters Message-ID: <20190801082429.28feb2b5@collabora.com> In-Reply-To: <20190731090315.26798-2-tudor.ambarus@microchip.com> References: <20190731090315.26798-1-tudor.ambarus@microchip.com> <20190731090315.26798-2-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 09:03:27 +0000 wrote: > From: Tudor Ambarus > > As of now, the flash parameters initialization logic is as following: > > a/ default flash parameters init in spi_nor_init_params() > b/ manufacturer specific flash parameters updates, split across entire > spi-nor core code > c/ flash parameters updates based on SFDP tables > d/ post BFPT flash parameter updates > > In the quest of removing the manufacturer specific code from the spi-nor > core, we want to impose a timeline/priority on how the flash parameters > are updated. The following sequence of calls is pursued: > > 1/ spi-nor core legacy flash parameters init: > spi_nor_default_init_params() > > 2/ MFR-based manufacturer flash parameters init: > nor->manufacturer->fixups->default_init() > > 3/ specific flash_info tweeks done when decisions can not be done just on > MFR: > nor->info->fixups->default_init() > > 4/ SFDP tables flash parameters init - SFDP knows better: > spi_nor_sfdp_init_params() > > 5/ post SFDP tables flash parameters updates - in case manufacturers get > the serial flash tables wrong or incomplete. > nor->info->fixups->post_sfdp() > The later can be extended to nor->manufacturer->fixups->post_sfdp() if > needed. > > This patch opens doors for steps 2/ and 3/. > > Signed-off-by: Tudor Ambarus Reviewed-by: Boris Brezillon > --- > drivers/mtd/spi-nor/spi-nor.c | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > > diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c > index 28a64dbdaea9..ac00f90ebaa9 100644 > --- a/drivers/mtd/spi-nor/spi-nor.c > +++ b/drivers/mtd/spi-nor/spi-nor.c > @@ -219,12 +219,17 @@ struct sfdp_bfpt { > > /** > * struct spi_nor_fixups - SPI NOR fixup hooks > + * @default_init: called after default flash parameters init. Used to tweak > + * flash parameters when information provided by the flash_info > + * table is incomplete or wrong. > * @post_bfpt: called after the BFPT table has been parsed > * > * Those hooks can be used to tweak the SPI NOR configuration when the SFDP > * table is broken or not available. > */ > struct spi_nor_fixups { > + void (*default_init)(struct spi_nor *nor, > + struct spi_nor_flash_parameter *params); > int (*post_bfpt)(struct spi_nor *nor, > const struct sfdp_parameter_header *bfpt_header, > const struct sfdp_bfpt *bfpt, > @@ -4267,6 +4272,14 @@ static int spi_nor_parse_sfdp(struct spi_nor *nor, > return err; > } > > +static void > +spi_nor_manufacturer_init_params(struct spi_nor *nor, > + struct spi_nor_flash_parameter *params) > +{ > + if (nor->info->fixups && nor->info->fixups->default_init) > + return nor->info->fixups->default_init(nor, params); > +} > + > static int spi_nor_init_params(struct spi_nor *nor, > struct spi_nor_flash_parameter *params) > { > @@ -4370,6 +4383,8 @@ static int spi_nor_init_params(struct spi_nor *nor, > params->quad_enable = info->quad_enable; > } > > + spi_nor_manufacturer_init_params(nor, params); > + > if ((info->flags & (SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ)) && > !(info->flags & SPI_NOR_SKIP_SFDP)) { > struct spi_nor_flash_parameter sfdp_params;