From patchwork Wed Jan 29 16:37:44 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Bultel X-Patchwork-Id: 860968 Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 919C91E282D; Wed, 29 Jan 2025 16:52:34 +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=1738169556; cv=none; b=YeZa9v9Y75Z8rutOuzzetAeYwHVFnA3QJOZR7x9utUgG52QrUjDS6KOYhj3Ui9pqqDMpEjoGX3io3S4MdB+rS67M5T/ez/k4JGXjpeQrVH9DGsl7C/kO8d0473jhhjvQVeYJSV6k+XX8xbbW2Gwhxsi75qnQ3iZS3quD7qifIOI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738169556; c=relaxed/simple; bh=xn/J2ZZEURyrCoODGcYuD1ceH289yvenvAXtFXdyBtE=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=O/nBWAFgusCsIwurdatETbL7KgeFn/x9IWPz66tXjETEL7k6gXVWXHVqskdERAbMRUKVlww01RZS6UGEWWTsaupOqYEd4wPu8BugHBR5RJpSVzQdoL4S8a3rtQwJnD+uc8+wUaH2qtVFK0t5hqulAzV/VnsAVbuxp3F41vxFTSg= 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: c0TsLQ3bQl2mIuPtm3FWEg== X-CSE-MsgGUID: 8H9hB2pVR/KZSaRoPohoqw== Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 30 Jan 2025 01:52:33 +0900 Received: from wvbox.administration.lan (unknown [10.226.92.145]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 0E8FF402F520; Thu, 30 Jan 2025 01:52:20 +0900 (JST) From: Thierry Bultel To: Greg Kroah-Hartman , Jiri Slaby Cc: Thierry Bultel , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org Subject: [PATCH 08/14] serial: sh-sci: Fix a comment about SCIFA Date: Wed, 29 Jan 2025 16:37:44 +0000 Message-ID: <20250129165122.2980-9-thierry.bultel.yh@bp.renesas.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20250129165122.2980-1-thierry.bultel.yh@bp.renesas.com> References: <20250129165122.2980-1-thierry.bultel.yh@bp.renesas.com> Precedence: bulk X-Mailing-List: linux-serial@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 RZ/T1 has SCIFA, 'T' is not relevant. Signed-off-by: Thierry Bultel --- 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 924b803af440..5ba25a6a5432 100644 --- a/drivers/tty/serial/sh-sci.c +++ b/drivers/tty/serial/sh-sci.c @@ -291,7 +291,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.