All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Add GbEthernet Clock support
@ 2021-08-15 10:30 Biju Das
  2021-08-15 10:30 ` [PATCH v3 1/4] clk: renesas: rzg2l: Add support to handle MUX clocks Biju Das
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Biju Das @ 2021-08-15 10:30 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: Biju Das, Geert Uytterhoeven, Sergei Shtylyov, Andrew Lunn,
	linux-renesas-soc, linux-clk, Chris Paterson, Biju Das,
	Prabhakar Mahadev Lad

This patch series aims to add GbEthernet clock support.
GbEthernet clock support involves handing mux clock support
for HP clock and coupled clock for axi/chi module clocks which
shares same bit for controlling the clock output.

This patch series is based on renesas-clk-for-v5.15.
v2->v3:
 * Rebased to latest renesas-clk
 * Updated commit header for all patches
 * Replaced CLK_PLL5_2 with PLL5_FOUT3
 * Removed CLK_PLL6_2 and pll6_2 as the clk is sourced from PLL6
 * Added enabled flag to track the status of clock, if it is coupled
   with another clock
 * Introduced siblings pointer which points to the other coupled
   clock
 * coupled clock linking is done during module clk register.
 * rzg2l_mod_clock_is_enabled function returns soft state of the
   module clocks, if it is coupled with another clock
v1->v2:
 * No change. Separated clock patches from driver patch series as per [1]
 [1]
  https://www.spinics.net/lists/linux-renesas-soc/msg59067.html
v1:-
 * New patch

Biju Das (4):
  clk: renesas: rzg2l: Add support to handle MUX clocks
  clk: renesas: r9a07g044: Add ethernet clock sources
  clk: renesas: rzg2l: Add support to handle coupled clocks
  clk: renesas: r9a07g044: Add GbEthernet clock/reset

 drivers/clk/renesas/r9a07g044-cpg.c | 29 +++++++++-
 drivers/clk/renesas/rzg2l-cpg.c     | 85 +++++++++++++++++++++++++++++
 drivers/clk/renesas/rzg2l-cpg.h     | 26 ++++++++-
 3 files changed, 138 insertions(+), 2 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2021-08-30 13:22 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-15 10:30 [PATCH v3 0/4] Add GbEthernet Clock support Biju Das
2021-08-15 10:30 ` [PATCH v3 1/4] clk: renesas: rzg2l: Add support to handle MUX clocks Biju Das
2021-08-15 10:30 ` [PATCH v3 2/4] clk: renesas: r9a07g044: Add ethernet clock sources Biju Das
2021-08-23 15:22   ` Geert Uytterhoeven
2021-08-15 10:30 ` [PATCH v3 3/4] clk: renesas: rzg2l: Add support to handle coupled clocks Biju Das
2021-08-16  9:23   ` Biju Das
2021-08-23 10:08     ` Geert Uytterhoeven
2021-08-23 11:20       ` Biju Das
2021-08-23 10:00   ` Geert Uytterhoeven
2021-08-23 11:18     ` Biju Das
2021-08-30  8:36       ` Biju Das
2021-08-30 13:21         ` Geert Uytterhoeven
2021-08-15 10:30 ` [PATCH v3 4/4] clk: renesas: r9a07g044: Add GbEthernet clock/reset Biju Das
2021-08-23 14:59   ` Geert Uytterhoeven

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.