From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from weierstrass.telenet-ops.be (weierstrass.telenet-ops.be [195.130.137.81]) (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 403444438B for ; Fri, 25 Apr 2025 12:43:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.137.81 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745584993; cv=none; b=A6zUW1683UrYvrqOcG2MTSPfUw37qPex5GWo+0ZVDBeUBhkLo5uHG7Sct7weiDvTSKnLx434ifGhKft57cum6LvkcQr1qvsE4OzOmpEM3/oZWkYLbxTgsx0SdOHDSRJxfL27IF0FfJ3EC4NC8oQOD/ZYimil6ITnVy+VRMm2Ep0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745584993; c=relaxed/simple; bh=qGiYQH4QC34+fmlTmy4Ko+9qKnMTkYv8U+25/BEy6Rw=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=lqKPb0eTv2oJEljrmguH4JxxzVIFNvo69T0fYDPHs7lGtTLsqdvMcopcyy5iv86hAO3eMJBbezqvwM+TzWzFZ9k1ckVg/6MI1HR75NlrVPeSJ+ih7YqyofWYPpr3p9wdJddMblsHZYbtFCs8PEH6yXq3TH3lQMW9wCEXEtWF5Ys= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be; spf=none smtp.mailfrom=linux-m68k.org; arc=none smtp.client-ip=195.130.137.81 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 albert.telenet-ops.be (albert.telenet-ops.be [IPv6:2a02:1800:110:4::f00:1a]) by weierstrass.telenet-ops.be (Postfix) with ESMTPS id 4ZkXP22SDwz4xRc5 for ; Fri, 25 Apr 2025 14:35:18 +0200 (CEST) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:3329:b4bc:d565:c72]) by albert.telenet-ops.be with cmsmtp id hQbH2E00L16PE0206QbHuK; Fri, 25 Apr 2025 14:35:17 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.97) (envelope-from ) id 1u8IGq-00000001gJw-1TMR; Fri, 25 Apr 2025 14:35:17 +0200 Received: from geert by rox.of.borg with local (Exim 4.97) (envelope-from ) id 1u8IGz-0000000CKje-2WEU; Fri, 25 Apr 2025 14:35:17 +0200 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.16 Date: Fri, 25 Apr 2025 14:35:16 +0200 Message-ID: X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-clk@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Hi Mike, Stephen, The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8: Linux 6.15-rc1 (2025-04-06 13:11:33 -0700) 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.16-tag1 for you to fetch changes up to 93f2878136262e6efcc6320bc31ada62fb0afd20: clk: renesas: r9a09g057: Add clock and reset entries for USB2 (2025-04-22 11:38:28 +0200) ---------------------------------------------------------------- clk: renesas: Updates for v6.16 - Add GPU and USB2 clocks and resets on RZ/V2H(P), - Add support for the RZ/V2N (R9A09G056) SoC, - Add GPU clocks and resets on RZ/G3E, - Miscellaneous fixes and improvements. Note that this includes a DT binding definition update for the RZ/V2H(P) SoC, and DT bindings and bindings definitions for the RZ/V2N SoC, which are shared by the clock driver and DT source files. Thanks for pulling! ---------------------------------------------------------------- Biju Das (2): clk: renesas: rzv2h: Fix a typo clk: renesas: rzv2h: Support static dividers without RMW Geert Uytterhoeven (2): Merge tag 'renesas-r9a09g056-dt-binding-defs-tag1' into renesas-clk-for-v6.16 Merge tag 'renesas-r9a09g057-dt-binding-defs-tag3' into renesas-clk-for-v6.16 Lad Prabhakar (17): clk: renesas: rzv2h: Refactor PLL configuration handling clk: renesas: rzv2h: Remove unused `type` field from `struct pll_clk` clk: renesas: rzv2h: Add support for enabling PLLs clk: renesas: rzv2h: Rename PLL field macros for consistency clk: renesas: r9a09g057: Add clock and reset entries for GE3D dt-bindings: soc: renesas: Document Renesas RZ/V2N SoC variants and EVK dt-bindings: soc: renesas: Document SYS for RZ/V2N SoC dt-bindings: clock: renesas: Document RZ/V2N SoC CPG dt-bindings: pinctrl: renesas: Document RZ/V2N SoC clk: renesas: rzv2h: Sort compatible list based on SoC part number clk: renesas: rzv2h: Add support for RZ/V2N SoC clk: renesas: rzv2h: Add support for static mux clocks clk: renesas: rzv2h: Add macro for defining static dividers clk: renesas: rzv2h: Use str_on_off() helper in rzv2h_mod_clock_endisable() clk: renesas: rzv2h: Use both CLK_ON and CLK_MON bits for clock state validation dt-bindings: clock: renesas,r9a09g057-cpg: Add USB2 PHY and GBETH PTP core clocks clk: renesas: r9a09g057: Add clock and reset entries for USB2 Tommaso Merciai (3): clk: renesas: rzv2h: Improve rzv2h_ddiv_set_rate() clk: renesas: rzv2h: Simplify rzv2h_cpg_assert()/rzv2h_cpg_deassert() clk: renesas: r9a09g047: Add clock and reset entries for GE3D .../bindings/clock/renesas,rzv2h-cpg.yaml | 5 +- .../bindings/pinctrl/renesas,rzg2l-pinctrl.yaml | 2 + .../soc/renesas/renesas,r9a09g057-sys.yaml | 1 + .../devicetree/bindings/soc/renesas/renesas.yaml | 15 ++ drivers/clk/renesas/Kconfig | 5 + drivers/clk/renesas/Makefile | 1 + drivers/clk/renesas/r9a09g047-cpg.c | 13 +- drivers/clk/renesas/r9a09g056-cpg.c | 152 +++++++++++++++++ drivers/clk/renesas/r9a09g057-cpg.c | 36 +++- drivers/clk/renesas/rzv2h-cpg.c | 186 +++++++++++++++------ drivers/clk/renesas/rzv2h-cpg.h | 87 +++++++++- include/dt-bindings/clock/renesas,r9a09g056-cpg.h | 24 +++ include/dt-bindings/clock/renesas,r9a09g057-cpg.h | 4 + 13 files changed, 467 insertions(+), 64 deletions(-) create mode 100644 drivers/clk/renesas/r9a09g056-cpg.c create mode 100644 include/dt-bindings/clock/renesas,r9a09g056-cpg.h 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