Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp3583638ybi; Mon, 27 May 2019 02:29:51 -0700 (PDT) X-Google-Smtp-Source: APXvYqzVXF9AOZI9EBptF0f59L6mxyEZRwV48p73grenyC7O3e2g6MWzhnSNxsHNgk+6y/0+cAbB X-Received: by 2002:a17:90a:cd03:: with SMTP id d3mr28778784pju.127.1558949391791; Mon, 27 May 2019 02:29:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558949391; cv=none; d=google.com; s=arc-20160816; b=imY38Y/ND4gsbNMXqtkTJU3MgrDOE56Krni0FTz1Womsi7TarC2FMehJ8M8b61yZcU RMBvUBHuFCeYbRjrMt+PgmaPBOflXEpvcG9TTo+mqiFq53Z6dZmXn+pEzTdH8ve2c/zO 6LWYLRPwzxpHBwFe0+sz7gHiPWlTQy0QPc/RKpYLMlnG7zbZu8YotRQTkw/mwcnC3be0 fjNfWdzUjt8eliYVthVEvxgdxPdp4ZI0ijboUVdBtIVsUWZTm7rNz9OT97Hk/yAU5wRp ALokpap/f4+d7/CD2nC9l5ZjbjPRek9lgzHJ2tIYjLp8juO6wjzAbG7oAdA0JX2QK/Jt lLIg== 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=gYj3UfVE+IAJNsG8tfTdM2yKe3hR8kzY5TVjvXtdQSk=; b=K38enl4hqoX9CSi2qeCMDIwUNKm/17b1T/f/iV+bjO7AzkqCN6rR4bzChtpjCIpNl0 1HHhq679c2NCdMLR9AWzkNIAUA+ueyvig522zby9LLdJ7WcySGUdh3fgPKqTKDmFatwJ 5OPdui7+F+Ohi29yOjGU4lSyqWkDt58ymllsgDOvqVeTDjrldvvWyuUV2STxrotTrWgy GZRB6VrgaLIZp4kxxJ0e3YOC1WyjDc2A1ZyqAW2gf9IPJCR4uM8zAGDg7ogh/RY7ZsIF iNGnO0WFDArT2+EXa2YVJHAZnmzF4olip2+QiBVdJIRKayG/FBYxXpU2QdFyXxISZNUT 2FXA== 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 q10si10739512pgb.194.2019.05.27.02.29.36; Mon, 27 May 2019 02:29:51 -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 S1726555AbfE0J2H convert rfc822-to-8bit (ORCPT + 99 others); Mon, 27 May 2019 05:28:07 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:34671 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725940AbfE0J2H (ORCPT ); Mon, 27 May 2019 05:28:07 -0400 Received: from xps13 (aaubervilliers-681-1-27-134.w90-88.abo.wanadoo.fr [90.88.147.134]) (Authenticated sender: miquel.raynal@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id EC5A420000F; Mon, 27 May 2019 09:28:03 +0000 (UTC) Date: Mon, 27 May 2019 11:28:02 +0200 From: Miquel Raynal To: Schrempf Frieder Cc: Jeff Kletsky , "linux-mtd@lists.infradead.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v4 3/3] mtd: spinand: Add support for GigaDevice GD5F1GQ4UFxxG Message-ID: <20190527112802.08b86fa5@xps13> In-Reply-To: <34004a59-5643-e405-13ca-3581659fc745@kontron.de> References: <20190522220555.11626-1-lede@allycomm.com> <20190522220555.11626-4-lede@allycomm.com> <34004a59-5643-e405-13ca-3581659fc745@kontron.de> Organization: Bootlin X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Schrempf, Schrempf Frieder wrote on Mon, 27 May 2019 06:35:59 +0000: > Hi Jeff, > > On 24.05.19 02:12, Jeff Kletsky wrote: > > (reduced direct addressees, though still on lists) > > > > On 5/22/19 11:42 PM, Schrempf Frieder wrote: > > > >> On 23.05.19 00:05, Jeff Kletsky wrote: > >>> From: Jeff Kletsky > >>> > >>> The GigaDevice GD5F1GQ4UFxxG SPI NAND is in current production devices > >>> and, while it has the same logical layout as the E-series devices, > >>> it differs in the SPI interfacing in significant ways. > >>> > >>> This support is contingent on previous commits to: > >>> > >>>     * Add support for two-byte device IDs > >>>     * Define macros for page-read ops with three-byte addresses > >>> > >>> http://www.gigadevice.com/datasheet/gd5f1gq4xfxxg/ > >>> > >>> Signed-off-by: Jeff Kletsky > >> Reviewed-by: Frieder Schrempf > >> > >>> Reported-by: kbuild test robot > >> I dont't think that this Reported-by tag should be used here. The bot > >> reported build errors caused by your patch and you fixed it in a new > >> version. As far as I understand this tag, it references someone who > >> reported a flaw/bug that led to this change in the first place. > >> The version history of the changes won't be visible in the git history > >> later, but the tag will be and would be rather confusing. > > > > Thank you for your patience and explanations. I've been being conservative > > as I'm not a "seasoned, Linux professional" and am still getting my > > git send-email config / command line for Linux properly straightened out. > > Being conservative in such cases is not a fault at all. I'm not an > expert either. I'm just recommending what I think might be the "correct" > way to do it. > > > Should I send another patch set with the `kbuild...` tag removed, > > or would it be removed in the process of an appropriate member > > of the Linux MTD team adding their tag for approval, if and when > > that happens? > > I don't think that's necessary. Miquèl is the one to pick up the patch, > so he could probably drop the "Reported-by: kbuild" when he applies it. I will drop it. Also, please do not add an empty line between tags, they should be a single block. I will also modify your commits for this time. Thanks, Miquèl