Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp1476198pxj; Wed, 19 May 2021 06:54:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyZrbhEwyzhUuTxKvi3B1QW6gHpZdjWAHbG94XoHCL84SugM1Wtkj/Vl3m4+h58Eg2ZZxL+ X-Received: by 2002:a17:907:a048:: with SMTP id gz8mr12550534ejc.380.1621432463984; Wed, 19 May 2021 06:54:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621432463; cv=none; d=google.com; s=arc-20160816; b=C+F3meSYxoOOap+XNSwWA92sS3qQEPvq1ZP0duCQLHLkH/zLIjJymPUG+FCuVcsCg0 4k/zmel5O/oqDaS4ALn/K+qJJcv1FtaEiRSgVWmUCMRYsa9atzxINF1sRZSDG7w7V5du v47hd6xxzzIhS8d+gYO3G+Z3Ba9X7hjrjOyYDBvuMbaKOVwEnUbNaNYQGfJEFY5gpEWM aWvxHDV5fFpzmTTjFWYx+os5FCm4G656Gc22mbXIzuICsxfQHAxykijEd3qjqapTAH+k EV8HE2dzYODp1h3A7GM7ALq9QPdmfrWlMdr00lZYILrJgzdZyUiUPZMMxRkwwjeqlomn KXbQ== 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:message-id:subject:cc:to:from:date:dkim-signature; bh=L+uNpoV9IawZLrAfG/JfnTqDqLyYsm+63mdiaEJkF8M=; b=M9paR1S0nGjk5zcfsGmirXy0uMe0gymJr8Z82bcoHCyLeG+xJ0Um5iJtXftQQdmJeZ TZm/f9APvwT3iyUbFGgmMqrCC9XzFR7w0/yAoXAhnsPvEpraySg/LFdkQP6az4e06Oxd 7VAsFa3hnipcEBp3BUK59fP8akna2L/Zmkb++MkpupqIiKZqBSBz/woNghVWTmEPeiDG sQBscEsIotFOHDjv3J1CUIoGrOymggLjUxxWknxdvTQsPacXZKAnHvqz2fV5/DFSoauP NkmapuXeqpWj+a8hGmBVS+wTdcfvgNSwAkp+Ye/gS87I6ejy/Y55q8xxV+BnYJFXnQP9 SO4Q== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b="on/bfYxo"; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s13si22118791edr.539.2021.05.19.06.54.00; Wed, 19 May 2021 06:54:23 -0700 (PDT) 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; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b="on/bfYxo"; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241451AbhERGjc (ORCPT + 99 others); Tue, 18 May 2021 02:39:32 -0400 Received: from mail.kernel.org ([198.145.29.99]:60872 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230177AbhERGj2 (ORCPT ); Tue, 18 May 2021 02:39:28 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 62CD9611B0; Tue, 18 May 2021 06:38:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1621319890; bh=A/cflykcOTYV4DtVK9ADdAYseWeD5YVtDHXFY/y2UVg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=on/bfYxol0bSNMXWXbOrxdMvGc2OTG+ePP/gS1AvrvWNTnzMwI0G53tjQ8emREgZr KfYSWtnrkbk2MQVjeuAb3c2pZJGWbHdBJRVwYRzDleDGVfJr9pkuoZeD3fSUwrG3kF mieEvmVd9DhafQ1WIAFdy44feYWFiNqyrNpOQUA0= Date: Tue, 18 May 2021 08:38:06 +0200 From: Greg Kroah-Hartman To: Andrew Jeffery Cc: linux-serial@vger.kernel.org, Jiri Slaby , Joel Stanley , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, openbmc@lists.ozlabs.org, jenmin_yuan@aspeedtech.com, Ryan Chen , Milton Miller II , "Chia-Wei, Wang" Subject: Re: [PATCH] tty: 8250: Add UART_BUG_TXRACE workaround for Aspeed VUART Message-ID: References: <20210517124105.3565860-1-andrew@aj.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 18, 2021 at 11:00:39AM +0930, Andrew Jeffery wrote: > > > On Mon, 17 May 2021, at 23:45, Greg KH wrote: > > On Mon, May 17, 2021 at 10:11:05PM +0930, Andrew Jeffery wrote: > > > Aspeed Virtual UARTs directly bridge e.g. the system console UART on the > > > LPC bus to the UART interface on the BMC's internal APB. As such there's > > > no RS-232 signalling involved - the UART interfaces on each bus are > > > directly connected as the producers and consumers of the one set of > > > FIFOs. > > > > > > The APB in the AST2600 generally runs at 100MHz while the LPC bus peaks > > > at 33MHz. The difference in clock speeds exposes a race in the VUART > > > design where a Tx data burst on the APB interface can result in a byte > > > lost on the LPC interface. The symptom is LSR[DR] remains clear on the > > > LPC interface despite data being present in its Rx FIFO, while LSR[THRE] > > > remains clear on the APB interface as the host has not consumed the data > > > the BMC has transmitted. In this state, the UART has stalled and no > > > further data can be transmitted without manual intervention (e.g. > > > resetting the FIFOs, resulting in loss of data). > > > > > > The recommended work-around is to insert a read cycle on the APB > > > interface between writes to THR. > > > > > > Cc: ChiaWei Wang > > > Signed-off-by: Andrew Jeffery > > > --- > > > drivers/tty/serial/8250/8250.h | 1 + > > > drivers/tty/serial/8250/8250_aspeed_vuart.c | 1 + > > > drivers/tty/serial/8250/8250_port.c | 2 ++ > > > 3 files changed, 4 insertions(+) > > > > > > diff --git a/drivers/tty/serial/8250/8250.h b/drivers/tty/serial/8250/8250.h > > > index 52bb21205bb6..4d6f5e0ecd4c 100644 > > > --- a/drivers/tty/serial/8250/8250.h > > > +++ b/drivers/tty/serial/8250/8250.h > > > @@ -88,6 +88,7 @@ struct serial8250_config { > > > #define UART_BUG_NOMSR (1 << 2) /* UART has buggy MSR status bits (Au1x00) */ > > > #define UART_BUG_THRE (1 << 3) /* UART has buggy THRE reassertion */ > > > #define UART_BUG_PARITY (1 << 4) /* UART mishandles parity if FIFO enabled */ > > > +#define UART_BUG_TXRACE (1 << 5) /* UART Tx fails to set remote DR */ > > > > BUG()? > > Can you please expand on what you mean here? I don't follow. > > At least, I think there might be a formatting issue (spaces vs tabs). Ick, my fault, I meant "BIT()"? To perhaps use that macro instead of the << symbol. And yes, tabs would be good as well :) thanks, greg k-h