From patchwork Fri Dec 15 12:20:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13494517 X-Patchwork-Delegate: geert@linux-m68k.org Received: from riemann.telenet-ops.be (riemann.telenet-ops.be [195.130.137.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CAEC930FBC for ; Fri, 15 Dec 2023 14:20:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from xavier.telenet-ops.be (xavier.telenet-ops.be [IPv6:2a02:1800:120:4::f00:14]) by riemann.telenet-ops.be (Postfix) with ESMTPS id 4SsBFv43ljz4x1Fj for ; Fri, 15 Dec 2023 15:20:35 +0100 (CET) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:28e5:a835:e0b1:5291]) by xavier.telenet-ops.be with bizsmtp id NeLT2B00729mzEW01eLTf4; Fri, 15 Dec 2023 15:20:27 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1rE92o-00C71t-2t; Fri, 15 Dec 2023 15:20:27 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1rE7BO-00GsMs-84; Fri, 15 Dec 2023 13:20:46 +0100 From: Geert Uytterhoeven To: Michael Turquette , Stephen Boyd Cc: linux-clk@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [GIT PULL] clk: renesas: Updates for v6.8 (take two) Date: Fri, 15 Dec 2023 13:20:44 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Hi Mike, Stephen, The following changes since commit 5f9e29b9159a41fcf6733c3b59fa46a90ce3ae20: clk: renesas: rzg2l-cpg: Reuse code in rzg2l_cpg_reset() (2023-11-27 11:09:53 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/renesas-clk-for-v6.8-tag2 for you to fetch changes up to 515f05da372aedf347a1ac99d17fb832ba371d4d: clk: renesas: r9a08g045: Add clock and reset support for ETH0 and ETH1 (2023-12-13 20:05:55 +0100) ---------------------------------------------------------------- clk: renesas: Updates for v6.8 (take two) - Add interrupt controller and Ethernet clocks and resets on RZ/G3S, - Check reset monitor registers on RZ/G2L-alike SoCs. Thanks for pulling! ---------------------------------------------------------------- Claudiu Beznea (3): clk: renesas: r9a08g045: Add IA55 pclk and its reset clk: renesas: rzg2l: Check reset monitor registers clk: renesas: r9a08g045: Add clock and reset support for ETH0 and ETH1 drivers/clk/renesas/r9a08g045-cpg.c | 13 ++++++++ drivers/clk/renesas/rzg2l-cpg.c | 59 +++++++++++++++++++++++++++---------- 2 files changed, 57 insertions(+), 15 deletions(-) Gr{oetje,eeting}s, Geert --- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds