Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp4625198imm; Sun, 22 Jul 2018 01:51:35 -0700 (PDT) X-Google-Smtp-Source: AAOMgpfKtPjr6ckmv0gqLpw0rvdhj13eToynX4aZsJgsFWYVoPsgELUAwv+a8+eCTXTHENa9ykqB X-Received: by 2002:a63:2803:: with SMTP id o3-v6mr8117660pgo.158.1532249494970; Sun, 22 Jul 2018 01:51:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532249494; cv=none; d=google.com; s=arc-20160816; b=MNRnbWNAPyhuKLeH2QSwMEbghkUP/4nGjU79ef4oj4MeL9WDaj3czaJzzR3xWvuhs/ TR5AarlpZh00cd2XqJaB5+Uolm+GxkQaqoREYUhG9zaTC3DWMmSAxh3GOJ2MOJwLJ/1w owXJzQfKsqavLyAmNWaifq+KhAspoo9DyjdpzUtqYcvaBSb3irrh3LHvHYrOZVJMFFdF nkeX7vxcks4deLHz6iatUP/S5DSwbL3PTH/SvpEKNWtzsLW5OP8bB98UX8YO2fJYWO8V HNKFkF4DmJtLI8o0cElDFoVzoRaZxGr5Rg0D5FUXeEZCVvGYfNaMJ7g7i/5z4C08zopL TKjg== 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 :references:in-reply-to:message-id:subject:cc:to:from:date :arc-authentication-results; bh=eQJcYQ4bbrGC6SrptO0UpqpNEfuyXPfrl2HvGGHayZ0=; b=ZjnxtZ36Sai8hfSsKTu69OReBFrzkT3EAWDMKf73B9hP8EE3ZRMbE/EfsSVEZbVGAY R/+XCLKd/jGrDOekBqVg66CCOBWhs8Q4qzD1O3af6JNc+lfAXDG9qQH4vQMZsYnNAGxS 2FdcQ4EWg5/c7d26JbGYmkfSTOAupoer+h0LQaqd8QduW5ZXMMIreADVKBLO45Mwx0Rk K2yzbvJRUg1qQHrQqIH7Hiz6bpvlIn5iat7LsBGZ8xYrL24SRkSkdHYUcxdPtyS11faF eyMd7xI4g+CxOF0/xlbFMDFmDjFn1AsM66iaHKMnW8an0qsd8XFPjIBQZUFhOa2nNSxw CaGA== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d13-v6si5533986plr.196.2018.07.22.01.50.54; Sun, 22 Jul 2018 01:51: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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728078AbeGVJpP (ORCPT + 99 others); Sun, 22 Jul 2018 05:45:15 -0400 Received: from mail.bootlin.com ([62.4.15.54]:59212 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727962AbeGVJpO (ORCPT ); Sun, 22 Jul 2018 05:45:14 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id 02F06207AD; Sun, 22 Jul 2018 10:49:15 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.0 Received: from bbrezillon (unknown [37.173.20.83]) by mail.bootlin.com (Postfix) with ESMTPSA id 0AD7320737; Sun, 22 Jul 2018 10:49:12 +0200 (CEST) Date: Sun, 22 Jul 2018 10:49:12 +0200 From: Boris Brezillon To: Miquel Raynal Cc: Wenyou Yang , Josh Wu , Tudor Ambarus , Richard Weinberger , David Woodhouse , Brian Norris , Marek Vasut , Nicolas Ferre , Alexandre Belloni , Kamal Dasu , Masahiro Yamada , Han Xu , Harvey Hunt , Vladimir Zapolskiy , Sylvain Lemieux , Xiaolei Li , Matthias Brugger , Maxime Ripard , Chen-Yu Tsai , Marc Gonzalez , Mans Rullgard , Stefan Agner , linux-mtd@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, linux-mediatek@lists.infradead.org Subject: Re: [PATCH v4 28/35] mtd: rawnand: allow exiting immediately nand_scan_ident() Message-ID: <20180722104912.77e81f8d@bbrezillon> In-Reply-To: <20180720151527.16038-29-miquel.raynal@bootlin.com> References: <20180720151527.16038-1-miquel.raynal@bootlin.com> <20180720151527.16038-29-miquel.raynal@bootlin.com> X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.31; x86_64-pc-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 Fri, 20 Jul 2018 17:15:20 +0200 Miquel Raynal wrote: > Some driver (eg. docg4) will need to handle themselves the > identification phase. As part of the migration to use nand_scan() > everywhere (which will unconditionnaly call nand_scan_ident()), we add > a condition at the start of nand_scan_ident() to just "do nothing" if > the maxchips parameters is zero, meaning that the driver does not want > the core to handle this phase. > > Signed-off-by: Miquel Raynal > --- > drivers/mtd/nand/raw/nand_base.c | 10 +++++++++- > 1 file changed, 9 insertions(+), 1 deletion(-) > > diff --git a/drivers/mtd/nand/raw/nand_base.c b/drivers/mtd/nand/raw/nand_base.c > index dea41fa25be1..e7f135c100c2 100644 > --- a/drivers/mtd/nand/raw/nand_base.c > +++ b/drivers/mtd/nand/raw/nand_base.c > @@ -5926,7 +5926,7 @@ static int nand_dt_init(struct nand_chip *chip) > /** > * nand_scan_ident - [NAND Interface] Scan for the NAND device > * @mtd: MTD device structure > - * @maxchips: number of chips to scan for > + * @maxchips: number of chips to scan for, returns immediately if 0 > * @table: alternative NAND ID table > * > * This is the first phase of the normal nand_scan() function. It reads the > @@ -5940,6 +5940,14 @@ int nand_scan_ident(struct mtd_info *mtd, int maxchips, > struct nand_chip *chip = mtd_to_nand(mtd); > int ret; > > + /* > + * If the number of chips to scan for is null, just return silently. ^ zero > + * This is for specific drivers that must handle this part of the > + * probe process themselves (e.g docg4). > + */ I think that description of the special case maxchips == 0 should be placed in the kernel doc header. > + if (!maxchips) > + return 0; Can we move this check in nand_scan_with_ids()? > + > /* Enforce the right timings for reset/detection */ > onfi_fill_data_interface(chip, NAND_SDR_IFACE, 0); >