Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp100360imu; Tue, 22 Jan 2019 14:41:19 -0800 (PST) X-Google-Smtp-Source: ALg8bN74uUc5nnlKDWJ7otWhpmD5UKimxLO7Ax58/BX47VgAzIL2onb+IolIwoub//6ILYp2tfTR X-Received: by 2002:a17:902:2ec1:: with SMTP id r59mr36569034plb.254.1548196879785; Tue, 22 Jan 2019 14:41:19 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548196879; cv=none; d=google.com; s=arc-20160816; b=d0jOdaVJS3f+lwhXKQ6lIw2+S15cz68pBJAbnF4SCc5qzYK3iaUIgGjeyz6dcym8rC lyCYTa4kueaXBEGckwgOuZpzbMPBNoX+S4l46KPYqaIhTWh1i8drPf2jPKv2kMejjPsn P+Vj0h41EbMtm9S/ODFhEv2wPI9lWTIG2blK7+9MVTcYl1iNF0HsQpFDkWO4PF8OCY6F 8KgePHkTJ5hC5JbpdkdfpLIf47Q9siPnyM++8sstSP6bNpuezbpQVGC8o4OKZnozjB+q s2wH6keaMdHkk6uAA6zMWL78YNKy4QeSQpg4hN0MNyJ2yivMPi216uERYPp7Tsv8iSQ7 wiDg== 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 :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=OTnEqaQiFucQsdXuPJsUe7Icg9y3qI0h127WGjOyzl0=; b=q6SiIamNIoQtHyKxbWXzHmFlE+I7Czc5gW7/gWvZ4rnLu7z1tODh/GsaGtEH3IgJoQ WacXixuSWqUzC5EReLCh36TcfW7Z6EQNWRh5NPegbOtLi4JQhNQsd6UlcmUAlexXhleg EzarFIi3hyacdy/MxgtE1UIyudGtRAf7GeuJcyhyINYpqHh19WFE3VgoBOh1R0B5+rKG E81kV2kBU9esDZbuMVmn3Dl0t+wEk+f8Ibg+I0PX/FEj5uyGzqTJ6A3Dobcs73wyaiVh uI2rim/r8lHyFYymLB8AQ+Zso+aTsWcRUIg44Xb8TtrrHAoPNmIkYm8RERX5Wbz0Xq5/ paTQ== 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 y40si17759456pla.251.2019.01.22.14.41.03; Tue, 22 Jan 2019 14:41:19 -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 S1727148AbfAVWix (ORCPT + 99 others); Tue, 22 Jan 2019 17:38:53 -0500 Received: from mleia.com ([178.79.152.223]:58770 "EHLO mail.mleia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726604AbfAVWiw (ORCPT ); Tue, 22 Jan 2019 17:38:52 -0500 Received: from mail.mleia.com (localhost [127.0.0.1]) by mail.mleia.com (Postfix) with ESMTP id 455A643C92B; Tue, 22 Jan 2019 22:38:51 +0000 (GMT) Subject: Re: [PATCH] tty: serial: lpc32xx_hs: fix missing console boot messages To: Alexandre Belloni , Greg Kroah-Hartman Cc: Roland Stigge , Sylvain Lemieux , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, Jiri Slaby , linux-arm-kernel@lists.infradead.org References: <20190115171814.21789-1-alexandre.belloni@bootlin.com> From: Vladimir Zapolskiy Message-ID: Date: Wed, 23 Jan 2019 00:38:50 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20190115171814.21789-1-alexandre.belloni@bootlin.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-49551924 X-CRM114-CacheID: sfid-20190122_223851_305259_9132313F X-CRM114-Status: UNSURE ( 9.51 ) X-CRM114-Notice: Please train this message. Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Alexandre, On 01/15/2019 07:18 PM, Alexandre Belloni wrote: > When probing the HSUART, it is put in loopback mode in order to prevent a > potential issue that may happen on RX (Errata HSUART.1). > > serial_lpc32xx_startup() moves it out of loopback mode but this is too late > to get the kernel boot messages before userspace opens the device. > > Also get out of loopback mode in lpc32xx_hsuart_console_setup(). > > Signed-off-by: Alexandre Belloni the change looks good, thank you. Acked-by: Vladimir Zapolskiy -- Best wishes, Vladimir