From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B0740C352AA for ; Tue, 1 Oct 2019 13:14:29 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8324821906 for ; Tue, 1 Oct 2019 13:14:29 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="XY5UuGsh" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8324821906 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lwn.net Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=UVg9zmJU+7bhzZ03UUmp2szv6juzZdCe+At+Tl9bPkg=; b=XY5UuGshu/tJuA 8InuwFiuYObTpgGokxcwXZhPJ3fHWfXKsWr1V4MZEe22eowt0vvtnuG8ENEvHuw71jUS3FwDoYQeA ZOPBFXnJUkqLjyFjm7FuO6UXHYKkqUDaBKBANqa95sNVfNfL6TyY0pis2wEjlDGmjKCF/xRqBYPeV w6mkD5wZUrYzkKHG9gF8bMBn6x1dt9ZVAkM7h/vkNDAvViCZKw9JsaBRF4acOA/UmF+pIj8shVzWz xIjKhyp0k5CqoC553fJWDd9q+8X4N1gdXqg9hB4+UIzeE3KBnsg23fWwE86x7JPIfTjWO3dwF7ZWl lDeTAqp04axlHDR8+AOA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.2 #3 (Red Hat Linux)) id 1iFHyu-0007EM-VY; Tue, 01 Oct 2019 13:14:20 +0000 Received: from ms.lwn.net ([45.79.88.28]) by bombadil.infradead.org with esmtps (Exim 4.92.2 #3 (Red Hat Linux)) id 1iFHys-0007E0-E3 for linux-arm-kernel@lists.infradead.org; Tue, 01 Oct 2019 13:14:19 +0000 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 E782E491; Tue, 1 Oct 2019 13:14:11 +0000 (UTC) Date: Tue, 1 Oct 2019 07:14:10 -0600 From: Jonathan Corbet To: Christoph Hellwig Subject: Re: [PATCH] Documentation: document earlycon without options for more platforms Message-ID: <20191001071410.4e89e079@lwn.net> In-Reply-To: <20190916070316.7371-1-hch@lst.de> References: <20190916070316.7371-1-hch@lst.de> Organization: LWN.net MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191001_061418_476618_1957C449 X-CRM114-Status: UNSURE ( 9.41 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: schwab@suse.de, linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, 16 Sep 2019 09:03:16 +0200 Christoph Hellwig wrote: > The earlycon options without arguments is supposed on all device > tree platforms, not just arm64. > > Signed-off-by: Christoph Hellwig > --- > Documentation/admin-guide/kernel-parameters.txt | 10 ++++------ > 1 file changed, 4 insertions(+), 6 deletions(-) Applied (finally), thanks. jon _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel