Re: [PATCH v2 07/19] clk: renesas: Add RZ/G2L & RZ/G2LC CPG driver

2023-10-14 Thread Marek Vasut
On 10/9/23 18:46, Paul Barker wrote: This driver provides clock and reset control for the Renesas R9A07G044L (RZ/G2L) and R9A07G044C (RZ/G2LC) SoC. It consists of two parts: * driver code which is applicable to all SoCs in the RZ/G2L family. * static data describing the clocks and resets which

[PATCH v2 07/19] clk: renesas: Add RZ/G2L & RZ/G2LC CPG driver

2023-10-09 Thread Paul Barker
This driver provides clock and reset control for the Renesas R9A07G044L (RZ/G2L) and R9A07G044C (RZ/G2LC) SoC. It consists of two parts: * driver code which is applicable to all SoCs in the RZ/G2L family. * static data describing the clocks and resets which are specific to the R9A07G044{L,C} So