Hi Mike, Stephen, The following changes since commit d1c20885d3b01e6a62e920af4b227abd294d22f3: clk: renesas: rzg2l: Fix CPG_SIPLL5_CLK1 register write (2023-05-23 09:06:50 +0200) 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.5-tag2 for you to fetch changes up to 7df8eea64a417f1db6777cddc1d7eda3634b7175: clk: renesas: rzg2l: Convert to readl_poll_timeout_atomic() (2023-06-05 15:41:43 +0200) ---------------------------------------------------------------- clk: renesas: Updates for v6.5 (take two) - Convert the Renesas clock drivers to readl_poll_timeout_atomic(). Note that the conversion to readl_poll_timeout_atomic() depends on iopoll improvements, which are thus included through an immutable branch in multiple pull requests: "[GIT PULL 2/3] Renesas driver updates for v6.5 (take two)" (for soc), "[GIT PULL] clk: renesas: Updates for v6.5 (take two)" (for clk). Thanks for pulling! ---------------------------------------------------------------- Geert Uytterhoeven (6): iopoll: Call cpu_relax() in busy loops iopoll: Do not use timekeeping in read_poll_timeout_atomic() Merge tag 'iopoll-busy-loop-timeout-tag' into renesas-clk-for-v6.5 clk: renesas: cpg-mssr: Convert to readl_poll_timeout_atomic() clk: renesas: mstp: Convert to readl_poll_timeout_atomic() clk: renesas: rzg2l: Convert to readl_poll_timeout_atomic() drivers/clk/renesas/clk-mstp.c | 18 +++++++----------- drivers/clk/renesas/renesas-cpg-mssr.c | 31 +++++++++++-------------------- drivers/clk/renesas/rzg2l-cpg.c | 16 +++++----------- include/linux/iopoll.h | 24 +++++++++++++++++++----- 4 files changed, 42 insertions(+), 47 deletions(-) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx 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