All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] clk: renesas: Lock initialization cleanups
@ 2024-05-29  9:35 Geert Uytterhoeven
  2024-05-29  9:35 ` [PATCH 1/3] clk: renesas: r8a77970: Use common cpg_lock Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Geert Uytterhoeven @ 2024-05-29  9:35 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: Ye Bin, linux-renesas-soc, linux-clk, Geert Uytterhoeven

	Hi all,

This patch series contains a few spin lock initialization cleanups for
R-Car Gen2+ clock drivers. It has been tested on a variety of R-Car Gen2+
systems.

I plan to queued these in renesas-clk for v6.11.

Thanks for your comments!

Geert Uytterhoeven (3):
  clk: renesas: r8a77970: Use common cpg_lock
  clk: renesas: cpg-lib: Use DEFINE_SPINLOCK() for global spinlock
  clk: renesas: rcar-gen2: Use DEFINE_SPINLOCK() for static spinlock

 drivers/clk/renesas/r8a77970-cpg-mssr.c | 5 +----
 drivers/clk/renesas/rcar-cpg-lib.c      | 2 +-
 drivers/clk/renesas/rcar-gen2-cpg.c     | 4 +---
 drivers/clk/renesas/rcar-gen3-cpg.c     | 2 --
 drivers/clk/renesas/rcar-gen4-cpg.c     | 2 --
 5 files changed, 3 insertions(+), 12 deletions(-)

-- 
2.34.1

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-06-03 21:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-29  9:35 [PATCH 0/3] clk: renesas: Lock initialization cleanups Geert Uytterhoeven
2024-05-29  9:35 ` [PATCH 1/3] clk: renesas: r8a77970: Use common cpg_lock Geert Uytterhoeven
2024-06-03 21:08   ` Stephen Boyd
2024-05-29  9:35 ` [PATCH 2/3] clk: renesas: cpg-lib: Use DEFINE_SPINLOCK() for global spinlock Geert Uytterhoeven
2024-05-29 19:56   ` Stephen Boyd
2024-05-30  6:46     ` Geert Uytterhoeven
2024-06-03 21:08   ` Stephen Boyd
2024-05-29  9:35 ` [PATCH 3/3] clk: renesas: rcar-gen2: Use DEFINE_SPINLOCK() for static spinlock Geert Uytterhoeven
2024-05-29 19:56   ` Stephen Boyd

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.