Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp3193573pxb; Mon, 9 Nov 2020 05:17:35 -0800 (PST) X-Google-Smtp-Source: ABdhPJyR+7K16/Bh/aNWbnCSE1+q0o0X4tn2VqLTdVL2IyQKqDaRghFnLb6Rj2cbCqlhdtf3bo4f X-Received: by 2002:a50:b746:: with SMTP id g64mr15808703ede.380.1604927855074; Mon, 09 Nov 2020 05:17:35 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604927855; cv=none; d=google.com; s=arc-20160816; b=BCpak2G2YafttTEyrNdF7IwwG4IfZ4aspL/cucCC1bI7ZQE+03EGkniXkiaXX3x0wR fwPwpXrfpOtD9MDiuE8I0fj0kipArhELOKj6el9MD0AimyJbs48rWiJQsIomWjTks6Fl /hpy0LigPs2iXojc52eUTpzIsbeHHrWpvXSmyohQ2ZsIT/vNPjUy5mOjtlcM9h6zVOS8 pjFECJSVkCBlPufjTnJUQ0M9gpphHKPJzaAHkjISw5xvr0DLgs7SuQsnZEwLk+LeVMrZ 8itjIFQb1uOK+PAZ7YcsXiweCtu6e61UlU/hCoWK4HaooxmVxEYasUOrvB2XFs6f+idl qsSQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=58m79xVPReCSJBn3cZMYXacJbEor2c56QfEP/TCABkE=; b=cZbADIPn0Zmx0MQWDKQAUvQEUjwU9lcSsDHXpB9BZXWGhtjkIO8UJoZ/WEwjg79rpo l9Us236xB0aIEudKgKdZHJMu5ZLSx001KEhh7hv0mqDA5pKTokT+oFH+b6yOKBE0rriQ GB3sBFatjBBe2thWRxPzFm9jhvx642vAImHua/jpXlv4OCCZRLYYudhRsag6UBu1DuxI nyoTLvRlbGh/ejxenQ7HznzEyTjEKWxGWpz3kdcPR/tp3iWtUMrYKu4qcMmMGi1HpNFE TcOjzi6jRnUU7fE17Ck8A8yXej0BVPDkpEZrcxqZEbrVCma4Lj+SGtAfEHrb9vNQ4ekM IehQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=qq1gf3T7; 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=fail (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 x27si6192109ejf.95.2020.11.09.05.17.10; Mon, 09 Nov 2020 05:17:35 -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; dkim=pass header.i=@kernel.org header.s=default header.b=qq1gf3T7; 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=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733233AbgKINOu (ORCPT + 99 others); Mon, 9 Nov 2020 08:14:50 -0500 Received: from mail.kernel.org ([198.145.29.99]:41266 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731892AbgKINOt (ORCPT ); Mon, 9 Nov 2020 08:14:49 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E66BC20867; Mon, 9 Nov 2020 13:14:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604927688; bh=TCj67ClWiMRJkTMqqqomrJynDRG5J06ZNnfcLOzKfA0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=qq1gf3T7kE595nEOvWjcJLAXY6ZLFbCHRo8vnNzjEp4M+FUG0xgH5CPxfLKltw/+O LJaGxi5Ege+yqyioyJvY85FixvBVucCtKWZA9tUluCU7reeNh73jJT5ZiLzihVXCQM CPZekf3u4pUkg01MAiEjF0UIAnvRSZLv1BoR/oCU= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Michael Walle , Vladimir Oltean Subject: [PATCH 5.4 74/85] tty: serial: fsl_lpuart: LS1021A has a FIFO size of 16 words, like LS1028A Date: Mon, 9 Nov 2020 13:56:11 +0100 Message-Id: <20201109125026.130739118@linuxfoundation.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201109125022.614792961@linuxfoundation.org> References: <20201109125022.614792961@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Vladimir Oltean commit c97f2a6fb3dfbfbbc88edc8ea62ef2b944e18849 upstream. Prior to the commit that this one fixes, the FIFO size was derived from the read-only register LPUARTx_FIFO[TXFIFOSIZE] using the following formula: TX FIFO size = 2 ^ (LPUARTx_FIFO[TXFIFOSIZE] - 1) The documentation for LS1021A is a mess. Under chapter 26.1.3 LS1021A LPUART module special consideration, it mentions TXFIFO_SZ and RXFIFO_SZ being equal to 4, and in the register description for LPUARTx_FIFO, it shows the out-of-reset value of TXFIFOSIZE and RXFIFOSIZE fields as "011", even though these registers read as "101" in reality. And when LPUART on LS1021A was working, the "101" value did correspond to "16 datawords", by applying the formula above, even though the documentation is wrong again (!!!!) and says that "101" means 64 datawords (hint: it doesn't). So the "new" formula created by commit f77ebb241ce0 has all the premises of being wrong for LS1021A, because it relied only on false data and no actual experimentation. Interestingly, in commit c2f448cff22a ("tty: serial: fsl_lpuart: add LS1028A support"), Michael Walle applied a workaround to this by manually setting the FIFO widths for LS1028A. It looks like the same values are used by LS1021A as well, in fact. When the driver thinks that it has a deeper FIFO than it really has, getty (user space) output gets truncated. Many thanks to Michael for pointing out where to look. Fixes: f77ebb241ce0 ("tty: serial: fsl_lpuart: correct the FIFO depth size") Suggested-by: Michael Walle Signed-off-by: Vladimir Oltean Link: https://lore.kernel.org/r/20201023013429.3551026-1-vladimir.oltean@nxp.com Reviewed-by:Fugang Duan Cc: stable Signed-off-by: Greg Kroah-Hartman --- drivers/tty/serial/fsl_lpuart.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) --- a/drivers/tty/serial/fsl_lpuart.c +++ b/drivers/tty/serial/fsl_lpuart.c @@ -318,9 +318,10 @@ MODULE_DEVICE_TABLE(of, lpuart_dt_ids); /* Forward declare this for the dma callbacks*/ static void lpuart_dma_tx_complete(void *arg); -static inline bool is_ls1028a_lpuart(struct lpuart_port *sport) +static inline bool is_layerscape_lpuart(struct lpuart_port *sport) { - return sport->devtype == LS1028A_LPUART; + return (sport->devtype == LS1021A_LPUART || + sport->devtype == LS1028A_LPUART); } static inline bool is_imx8qxp_lpuart(struct lpuart_port *sport) @@ -1566,11 +1567,11 @@ static int lpuart32_startup(struct uart_ UARTFIFO_FIFOSIZE_MASK); /* - * The LS1028A has a fixed length of 16 words. Although it supports the - * RX/TXSIZE fields their encoding is different. Eg the reference manual - * states 0b101 is 16 words. + * The LS1021A and LS1028A have a fixed FIFO depth of 16 words. + * Although they support the RX/TXSIZE fields, their encoding is + * different. Eg the reference manual states 0b101 is 16 words. */ - if (is_ls1028a_lpuart(sport)) { + if (is_layerscape_lpuart(sport)) { sport->rxfifo_size = 16; sport->txfifo_size = 16; sport->port.fifosize = sport->txfifo_size;