From patchwork Mon Jan 15 13:46:38 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13519680 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 06316C3DA79 for ; Mon, 15 Jan 2024 13:47:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=gs8wq/zhwJytm9gcSfdv0wVRxT4wCbm21tQdF3zfsL4=; b=Q98S43139wPdr3 Gfxo1DsNlsQIuXBoknBUA9DO5AeeSPfeYZ3w4t5au1YmBXTejEyNCf68Tbf9eHkwYkrVJRZUAFkru iFU5ZOqpZM/tH3IeCGd8vmfx/stoqNE+LowPLN+Y+4Z8dOmavfpDjEb6jI8ggvZLpV4l0ALnN724v uQkC8y/vAWNCq+sHEwuzh3wAgaSEGFEki3sddF2/PgbCXmdBiBMoepDNbx6gaGY1iM2RRxBTlIqQv PZQDKF693PjbxQbMnIKk/l4H0QqnfHFVormNx2Yu9qkBne+eal0g8/j9ngz2m9N9xLjFPuic2ojMv SkZ48z6phSF8ZwbbZv2g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rPNIh-0097WZ-1L; Mon, 15 Jan 2024 13:46:51 +0000 Received: from baptiste.telenet-ops.be ([2a02:1800:120:4::f00:13]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rPNIe-0097UN-2i for linux-arm-kernel@lists.infradead.org; Mon, 15 Jan 2024 13:46:50 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:1376:70aa:e074:32d3]) by baptiste.telenet-ops.be with bizsmtp id b1mk2B00134Hgv9011mkqa; Mon, 15 Jan 2024 14:46:44 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1rPNHr-00FdxN-5H; Mon, 15 Jan 2024 14:46:44 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1rPNIZ-00C0Wf-Tv; Mon, 15 Jan 2024 14:46:43 +0100 From: Geert Uytterhoeven To: Magnus Damm , Wolfram Sang Cc: linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven Subject: [PATCH 0/2] ARM/arm64: dts: renesas: Improve TMU interrupt descriptions Date: Mon, 15 Jan 2024 14:46:38 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240115_054649_019369_9CBE5BD4 X-CRM114-Status: GOOD ( 15.95 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi all, Some Timer Unit (TMU) instances with 3 channels support a fourth interrupt: an input capture interrupt for the third channel. The DT bindings are updated to reflect this in "PATCH] dt-bindings: timer: renesas,tmu: Document input capture interrupt"[1], while this patch series updates the DTS files. I plan to queue this series in renesas-devel for v6.9, after acceptance of the DT bindings update. Thanks for your comments! [1] https://lore.kernel.org/r/fb1e38c93e62221f94304edd980a2fb79c1f2995.1705325608.git.geert+renesas@glider.be Geert Uytterhoeven (2): ARM: dts: renesas: Improve TMU interrupt descriptions arm64: dts: renesas: Improve TMU interrupt descriptions arch/arm/boot/dts/renesas/r8a7740.dtsi | 2 ++ arch/arm/boot/dts/renesas/r8a7778.dtsi | 9 +++++++-- arch/arm/boot/dts/renesas/r8a7779.dtsi | 9 +++++++-- arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 11 +++++++++-- arch/arm64/boot/dts/renesas/r8a774b1.dtsi | 11 +++++++++-- arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 11 +++++++++-- arch/arm64/boot/dts/renesas/r8a774e1.dtsi | 11 +++++++++-- arch/arm64/boot/dts/renesas/r8a77951.dtsi | 11 +++++++++-- arch/arm64/boot/dts/renesas/r8a77960.dtsi | 11 +++++++++-- arch/arm64/boot/dts/renesas/r8a77961.dtsi | 11 +++++++++-- arch/arm64/boot/dts/renesas/r8a77965.dtsi | 11 +++++++++-- arch/arm64/boot/dts/renesas/r8a77970.dtsi | 11 +++++++++-- arch/arm64/boot/dts/renesas/r8a77980.dtsi | 17 +++++++++++++---- arch/arm64/boot/dts/renesas/r8a77990.dtsi | 11 +++++++++-- arch/arm64/boot/dts/renesas/r8a77995.dtsi | 11 +++++++++-- arch/arm64/boot/dts/renesas/r8a779a0.dtsi | 17 +++++++++++++---- arch/arm64/boot/dts/renesas/r8a779f0.dtsi | 17 +++++++++++++---- arch/arm64/boot/dts/renesas/r8a779g0.dtsi | 17 +++++++++++++---- 18 files changed, 167 insertions(+), 42 deletions(-)