From patchwork Tue Mar 25 16:08:55 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Bultel X-Patchwork-Id: 14029207 X-Patchwork-Delegate: geert@linux-m68k.org Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 83A852571DB; Tue, 25 Mar 2025 16:09:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=210.160.252.172 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742918997; cv=none; b=UnzvxtvFdaPChubrv51D+39VGJ2dHFNldr33ElT5k4+khPqomfqcp+ZU+E6jnOIDOS4bNfy2GPs/pjT0MGpSUAIPCE+XyFqKFbaFB3nUh3zHsPR9+rYjZrdIomIWGM8RKhlleDXhE5d7SJrgYvF0Rl857S6MlpljKilA7ZuMJ0M= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742918997; c=relaxed/simple; bh=Dvw2Mdoj9zqNYf0hpnoXCU7wvxKaZI+nqNo3vD8lrjY=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=P2D8PVAcT1alr+neFcdWsnyqoVgU7Gpmr3DnE6rn1N+sbdifVmEwZVKsnD9aZ32s2jPladKTEFxcJOaJBlmSzXgp9sXJm8dO3IRscAlDRN1wI7HomZUmNmLcjlnBz69SD1Z6ZxQwNm7ap0mVeJxlL1G6UvjCSErSpqcf9YohG60= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com; spf=pass smtp.mailfrom=bp.renesas.com; arc=none smtp.client-ip=210.160.252.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bp.renesas.com X-CSE-ConnectionGUID: jelczZN1S2WmFC4w7Oc4tw== X-CSE-MsgGUID: hOrkcBYtTJuY08e0d2loIQ== Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 26 Mar 2025 01:09:54 +0900 Received: from superbuilder.administration.lan (unknown [10.226.93.92]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id D8842401374C; Wed, 26 Mar 2025 01:09:51 +0900 (JST) From: Thierry Bultel To: thierry.bultel@linatsea.fr Cc: linux-renesas-soc@vger.kernel.org, geert@linux-m68k.org, paul.barker.ct@bp.renesas.com, Thierry Bultel , Wolfram Sang , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org Subject: [PATCH v5 07/13] serial: sh-sci: Fix a comment about SCIFA Date: Tue, 25 Mar 2025 17:08:55 +0100 Message-ID: <20250325160904.2688858-8-thierry.bultel.yh@bp.renesas.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20250325160904.2688858-1-thierry.bultel.yh@bp.renesas.com> References: <20250325160904.2688858-1-thierry.bultel.yh@bp.renesas.com> Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 The comment was correct when it was added, at that time RZ/T1 was the only SoC in the RZ/T line. Since then, further SoCs have been added with RZ/T names which do not use the same SCIFA register layout and so the comment is now misleading. So we update the comment to explicitly reference only RZ/T1 SoCs. Reviewed-by: Paul Barker Reviewed-by: Wolfram Sang Signed-off-by: Thierry Bultel Reviewed-by: Geert Uytterhoeven --- Changes v4->v5: none Changes v3->v4: none --- drivers/tty/serial/sh-sci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/serial/sh-sci.c b/drivers/tty/serial/sh-sci.c index 1c8480d0338e..d7a060033a89 100644 --- a/drivers/tty/serial/sh-sci.c +++ b/drivers/tty/serial/sh-sci.c @@ -310,7 +310,7 @@ static const struct sci_port_params sci_port_params[SCIx_NR_REGTYPES] = { }, /* - * The "SCIFA" that is in RZ/A2, RZ/G2L and RZ/T. + * The "SCIFA" that is in RZ/A2, RZ/G2L and RZ/T1. * It looks like a normal SCIF with FIFO data, but with a * compressed address space. Also, the break out of interrupts * are different: ERI/BRI, RXI, TXI, TEI, DRI.