Received: by 2002:a05:6a10:af89:0:0:0:0 with SMTP id iu9csp5461268pxb; Wed, 26 Jan 2022 12:31:43 -0800 (PST) X-Google-Smtp-Source: ABdhPJw87tQhbPk1ap9cO3SWPvITxirFasvyl6KmMkFqgJPwfkAacOD/TSysIOHiaTVk+qHiiZRa X-Received: by 2002:a17:902:714c:: with SMTP id u12mr164914plm.51.1643229103354; Wed, 26 Jan 2022 12:31:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1643229103; cv=none; d=google.com; s=arc-20160816; b=e3/ZxFilpqzNG2oh/tJP0WHoTTscEWvh7wTIOc2ol2QaiXhUUNdkH2xtKOfr9ILy3E z39YBYOw/dm7fEWudeWEeSguu7HkRpHnoQ1xWZe1Tw1D05j2TeCbghs168jykGmJr2Yr hiUxCS/nE836yAvrGG3p/t4yGzRze3pKijGsRf4qGKEcyK9AoAjkaYcfwR2q0yU2uHN4 25ReLJO7+cf3uI0l4P6a/5kbL5fFWEb5PHNb2Z8l5uN6LTLOrAAbUDib/fasbDnxSWup eOmkBJFQ26ygRVZbqgYgUXn0O17eIrK13jgC2B85afAV0AeQhHYuHqtO1W6nfK2eV4TS F+TA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:mail-followup-to:message-id:subject:cc:to:from:date; bh=IV/7IXB17OMjpOYic+PAh+tlM1+b1GYTxYcQTVHnnpE=; b=nSjJ1EqBbSsqRpcDD7DCkKstpK6rIM/RDQHY0wf7dQsd3Pq9QhEdGIJfFubrW8jrBJ Epi8nX3YH+CrLD33snqypvxhnhzOLZUELsgVGW9NY/PDqmav1bxAD0xQEGw6bYuD0sKw 9dwd3HNbp4+bWqLE/gS1oc/mVPSMzET3zyPWMtH17L++QskKqdRv7W8EZFy9OHokILAX jE0noN1MVVlCwrffQ9KH4Zis7TxjoMdPrfSeq2ktWuMV77gmMGWzp1/fZ9J26sVRVMBH 8wJlNAU2MyaxwJ9N8yK6MmkrPFjT8ku1Hq+kudIkuEjKWLE+p3dx/l0aThLGn5oI61KN dRmw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u62si231954pgd.508.2022.01.26.12.31.30; Wed, 26 Jan 2022 12:31:43 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238254AbiAZIPK (ORCPT + 99 others); Wed, 26 Jan 2022 03:15:10 -0500 Received: from isilmar-4.linta.de ([136.243.71.142]:49606 "EHLO isilmar-4.linta.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230117AbiAZIPI (ORCPT ); Wed, 26 Jan 2022 03:15:08 -0500 Received: from isilmar-4.linta.de (isilmar.linta [10.0.0.1]) by isilmar-4.linta.de (Postfix) with ESMTP id 49081200230; Wed, 26 Jan 2022 08:15:05 +0000 (UTC) Date: Wed, 26 Jan 2022 09:14:47 +0100 From: Helmut Grohne To: Mikko Perttunen Cc: gregkh@linuxfoundation.org, jirislaby@kernel.org, thierry.reding@gmail.com, jonathanh@nvidia.com, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, linux-tegra@vger.kernel.org Subject: Re: [PATCH] tty: serial: Add earlycon driver for Tegra Combined UART Message-ID: Mail-Followup-To: Helmut Grohne , Mikko Perttunen , gregkh@linuxfoundation.org, jirislaby@kernel.org, thierry.reding@gmail.com, jonathanh@nvidia.com, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, linux-tegra@vger.kernel.org References: <20210213115824.3306965-1-mperttunen@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210213115824.3306965-1-mperttunen@nvidia.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Feb 13, 2021 at 01:58:24PM +0200, Mikko Perttunen wrote: > Add an earlycon driver for platforms with TCU, namely Tegra194. > The driver is compatible with boot parameters passed by NVIDIA > boot chains. I confirm that this patch applies mostly cleanly (modulo minor Makefile issue) to v5.16 and that it works with the vendor cboot on a Xavier AGX device. I assume that it is expected that the earlycon output comes out twice (once from the earlycon driver and another time from the real driver). Tested-by: Helmut Grohne Some of the concerns from Thierry Reding remain unaddressed though. Helmut