Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp2648343ybp; Thu, 10 Oct 2019 10:24:21 -0700 (PDT) X-Google-Smtp-Source: APXvYqxtZtC65aq+3ZhFJxh1OYzx+eV8Z7XVwRHU3E4If/ZbXqSvhom6LWnK1lDcE0aPPOnGmIr9 X-Received: by 2002:a17:906:c801:: with SMTP id cx1mr9539496ejb.266.1570728261022; Thu, 10 Oct 2019 10:24:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570728261; cv=none; d=google.com; s=arc-20160816; b=zkUFxOzePNM8dSr6bd4ZCtfF45oCp2oJfplFZDtpy/ewwG3P6E8igG8ohjPa99gftl sS2fCodDt0JmcNkAKEhTNv0AT1YFMqW81DqI4kSgzebecNLO+ExhwgGhlIdnaJnl2HWM ziDNkDucY5fnzcvrjT06CBHEwnNszfNTxlKOD+6oFjfPDcAqVvWMxxe9bFbaJA/xGkQu KonIwSW3eOPm0X31CFRwEJbkjRqQst+UvhCjgufQ67z/icU/UyBnRVxGXCZapCvR4xtC IELy1oWhs/W3cv5iRiSQ3gX6ENpb+5Zpjkr96JYAxGx79JbXvIht5EEdebqkajAv8kuD BtFQ== 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=nxd9AY+J2rFgJUwrq+QvgtolBVS22nG6JxygL9Fs/t4=; b=jq4q2pJ4d20swflUsf1VchtebsuPsAFmYuPkrKD01nyZ4XFuKJmppGIsuhJlSHLpy7 FyEWWdAAEQG48ReuvtWt39315zeTeXC6NkUwZPKvv5luZUMKp7+h8UdGgTNqJe69TFq1 wC1/rPH+wSmQHjo2KudsI6M0VkKNLuMme6+xlH3eb3EQp356YN5xOvXEU7sXokSPrsaB M4I5sZxl7E/wR5k7puL8NKvZ7aRLMMxLttRC6A6qutscHKJOBYkqRqa4xt7nA20Ho/RH 5r4r7+oNh2cxFU6aclMnFefx3NP8HAdNFhcJFt3UoJvc2nCnmEwA2pCxjT88VcSkUqJ8 1XIw== 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 e50si4451566edb.177.2019.10.10.10.23.57; Thu, 10 Oct 2019 10:24: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 S1726671AbfJJRXt (ORCPT + 99 others); Thu, 10 Oct 2019 13:23:49 -0400 Received: from ms.lwn.net ([45.79.88.28]:60662 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726131AbfJJRXt (ORCPT ); Thu, 10 Oct 2019 13:23:49 -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 5B8CC5A0; Thu, 10 Oct 2019 17:23:48 +0000 (UTC) Date: Thu, 10 Oct 2019 11:23:47 -0600 From: Jonathan Corbet To: Geert Uytterhoeven Cc: Paul Walmsley , "open list:DOCUMENTATION" , Linux Kernel Mailing List , linux-riscv@lists.infradead.org, Christoph Hellwig , Andreas Schwab Subject: Re: [PATCH] Documentation: admin-guide: add earlycon documentation for RISC-V Message-ID: <20191010112347.4a7237bb@lwn.net> In-Reply-To: References: 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 Thu, 10 Oct 2019 09:10:18 +0200 Geert Uytterhoeven wrote: > On Wed, Oct 9, 2019 at 9:53 PM Paul Walmsley wrote: > > Kernels booting on RISC-V can specify "earlycon" with no options on > > the Linux command line, and the generic DT earlycon support will query > > the "chosen/stdout-path" property (if present) to determine which > > early console device to use. Document this appropriately in the > > admin-guide. > > > > Signed-off-by: Paul Walmsley > > Reviewed-by: Geert Uytterhoeven Applied, thanks. jon