Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp1158214ybe; Fri, 6 Sep 2019 12:47:22 -0700 (PDT) X-Google-Smtp-Source: APXvYqxZUD2TuycBWQZv6L+TJYmOQbn3uzfxvVGR+2+C0f4DVZatlC6bKGandZ1WCgPL1ikvqeRD X-Received: by 2002:a63:f941:: with SMTP id q1mr9530841pgk.350.1567799241888; Fri, 06 Sep 2019 12:47:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567799241; cv=none; d=google.com; s=arc-20160816; b=nOGjfywpuQBvFu7Y9KILRbcoeJGhy7EJveImnylDh70w4VQT9v5OZnjUeHkB/gM9pJ G39ZLB9Nx1OcLd2ToVYaC1HFXiKgZT9qkBnnmq153aeAgKxEDhZav9VApfEJZRtNYePS x42yl+NHmEEzqKqFU4dwj1KxrKpWv1eI7DZJkm5kWFevh3lm0V8LYa82IAocgU+Ay1Kw dJB/fvHEtYuhve0aFisGVVwHx/6LuHD77M2P/y9gEABo1XN7nxNdrovs+80kl4eEAwrD T1i9P6jA3XUVGjEa+8PGfmO67sWtdyEF2p1ETBL4n6XbiFvkVnAxHN1e4RHQZ3P9uha9 hjzQ== 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=11D96O/V4d1gwNg0l4DBVU80tOt7aP2eCAeZFajzXVQ=; b=EWscMX5SuBBz755HNxUaA/F9+rtXp4DH7G4BBIRYI776p0G+apbAvlrshd3JEGExs7 WGBEHjry2Dv99+SnsBwzFjGA+A0hp0VJYnHkvOKTo3Fmk3kFEyzh6KP+5A6NgMgOvsx9 cIP88FShI3XpSYkGUZkJslYI6JQSRUioJlSFPisk1E+W+m7SkxGdhNT8cobc+8LN9OjE I3yrQ7RoQC/0MM+cB2u/yMs+ql8ENc42I7WOqDU0FvuCJC3AjkYI388TC6ujZWVk5xcX 0aPRDH9DNCj/56JSDzJe3bo6OGuT0LrQVPY9mSN44exCunm9R1TouhgXbBqIvPD4haFQ F/aA== 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 f62si5692831pjg.37.2019.09.06.12.47.06; Fri, 06 Sep 2019 12:47:21 -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 S1730476AbfIFPD1 (ORCPT + 99 others); Fri, 6 Sep 2019 11:03:27 -0400 Received: from ms.lwn.net ([45.79.88.28]:36768 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726263AbfIFPD1 (ORCPT ); Fri, 6 Sep 2019 11:03:27 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id D1A6597D; Fri, 6 Sep 2019 15:03:26 +0000 (UTC) Date: Fri, 6 Sep 2019 09:03:25 -0600 From: Jonathan Corbet To: John Garry Cc: , , , , Subject: Re: [PATCH] docs: mtd: Update spi nor reference driver Message-ID: <20190906090325.330a5945@lwn.net> In-Reply-To: <9110efc4-35e6-ff04-1a6d-d5d9f93927de@huawei.com> References: <1565107583-68506-1-git-send-email-john.garry@huawei.com> <20190906085212.79ec917c@lwn.net> <9110efc4-35e6-ff04-1a6d-d5d9f93927de@huawei.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 6 Sep 2019 15:58:41 +0100 John Garry wrote: > I don't think that it was appropriate to apply this patch in the end - > maybe this could have been communicated better. If you check the > subsequent discussion in this thread, it seems that completely new > documentation is required: > > "Actually it seems like the whole file is obsolete and needs to be > removed or replaced by proper documentation of the SPI MEM API." > > But nothing seems to be happening there... Ah, OK, I lost track of that somewhere along the way. Unless you object I'll leave it applied, it's not going to do any harm, methinks. jon