Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp6465823ybx; Mon, 11 Nov 2019 09:32:17 -0800 (PST) X-Google-Smtp-Source: APXvYqyhj50pqlu6LFRpKGrFR+JJzuJjW9DacLOYGtBCKy9bNpBso72yJbCbZL7d2FoZeDwzvj6c X-Received: by 2002:a50:b6e1:: with SMTP id f30mr27642466ede.212.1573493536931; Mon, 11 Nov 2019 09:32:16 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1573493536; cv=none; d=google.com; s=arc-20160816; b=dJZmdcz1DJii9h85p6jgQijjnBiY68aKvoBd2I8ZYNHQbKT5gUzOy4nPPSS0QjAUht 771OiuP9kSdBNcNUVnMsgK4zGsR07kjmQ/UMwASAiiJgACWuHWu1asY8EvdQrvsqymnq 0F/LAAJLIKGtq5no+FO5h8QrZeRbuCeXig4+uhqvSAmRcDaSeBm/0mWQufJNPE6+9Fc2 1mP9Fdjd5Tu+s+0+B7j0vUon3BFdAA0gW+2e3Nw4ONVkX07EoRoSEW1Xo2ytlCy7AU9B HL8Qo5hH0qyMfwumMj1NF9KW/tu3mEEdf6+YTzUkW3J8MbCjIlyAR5xN18w9RfXuET3F RU5w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=GfXyEtyb0v4k7gemJMfPiM7A4Ozuub89Hg9QxgG6pC0=; b=fE8wl0ZVNjkygSTCw3jhVPS5r7PZnglU4I/Zx4KVhSSr4Bgm2qWB5IgfuvcFiB5VOR d4vflsC3OO0xPZ0hLaHPpRzZKAru9IcAdl139bLsNLNQCFk+gMk4wEOYwtRhajhSeUin Bh9HFGHV48fywEJUU9S/fe5ugo6owVOVOxUegN47QFUYt/VZjnVDt0lkllWmYXOpksbb nRvMbvL57a6Vp0z2KV2jAUP/vsyO2c+sZe1kfE38E63sHvqNhMMwPOeOR/Z5/XmPj/f5 lK4lsjh3CEMPa24vtNZs6EKVGl5vAl1wuJFViszNqdFS3FxUGT790wRuPO19zEKZAr0H HDlQ== 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 c29si11115930edb.223.2019.11.11.09.31.53; Mon, 11 Nov 2019 09:32:16 -0800 (PST) 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 S1727119AbfKKRaP (ORCPT + 99 others); Mon, 11 Nov 2019 12:30:15 -0500 Received: from utopia.booyaka.com ([74.50.51.50]:39344 "EHLO utopia.booyaka.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727104AbfKKRaO (ORCPT ); Mon, 11 Nov 2019 12:30:14 -0500 Received: (qmail 2500 invoked by uid 1019); 11 Nov 2019 17:30:13 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 11 Nov 2019 17:30:13 -0000 Date: Mon, 11 Nov 2019 17:30:13 +0000 (UTC) From: Paul Walmsley To: Christoph Hellwig cc: Jonathan Corbet , "open list:DOCUMENTATION" , Andreas Schwab , Linux Kernel Mailing List , Geert Uytterhoeven , Paul Walmsley , linux-riscv@lists.infradead.org Subject: Re: [PATCH] Documentation: admin-guide: add earlycon documentation for RISC-V In-Reply-To: <20191108061009.GA30335@lst.de> Message-ID: References: <20191010112347.4a7237bb@lwn.net> <20191108061009.GA30335@lst.de> User-Agent: Alpine 2.21.999 (DEB 260 2018-02-26) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jon, On Fri, 8 Nov 2019, Christoph Hellwig wrote: > can you please revert this? The paragraph above this addition already > describes the riscv case perfecty well with my previous patch: > > earlycon= [KNL] Output early console device and options. > > When used with no options, the early console is > determined by stdout-path property in device tree's > chosen node or the ACPI SPCR table if supported by > the platform. > > [RISCV] When used with no options, the early > console is determined by the stdout-path > property in the device tree's chosen node. I support reverting the RISCV section, now that Christoph's more general change has gone in. - Paul