[PATCH v2 0/3] clk: imx: add audio clock mux driver

Shengjiu Wang posted 3 patches 2 years, 7 months ago
There is a newer version of this series
.../bindings/clock/fsl,imx8-acm.yaml          | 159 ++++++
drivers/clk/imx/Makefile                      |   2 +-
drivers/clk/imx/clk-imx8-acm.c                | 477 ++++++++++++++++++
include/dt-bindings/clock/imx8-clock.h        |  28 +
4 files changed, 665 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/clock/fsl,imx8-acm.yaml
create mode 100644 drivers/clk/imx/clk-imx8-acm.c
[PATCH v2 0/3] clk: imx: add audio clock mux driver
Posted by Shengjiu Wang 2 years, 7 months ago
The Audio Clock Mux (ACM) is a collection of control registers
and multiplexers that are used to route the audio source clocks
to the audio peripherals on i.MX8QXP, i.MX8QM, i.MX8DXL

Shengjiu Wang (3):
  dt-bindings: clock: fsl,imx8-acm: Add audio clock mux support
  clk: imx8: Add audio clock mux related clock
  clk: imx: imx8: add audio clock mux driver

changes in v2:
- update yaml file according to review comments


 .../bindings/clock/fsl,imx8-acm.yaml          | 159 ++++++
 drivers/clk/imx/Makefile                      |   2 +-
 drivers/clk/imx/clk-imx8-acm.c                | 477 ++++++++++++++++++
 include/dt-bindings/clock/imx8-clock.h        |  28 +
 4 files changed, 665 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/clock/fsl,imx8-acm.yaml
 create mode 100644 drivers/clk/imx/clk-imx8-acm.c

-- 
2.34.1
Re: [PATCH v2 0/3] clk: imx: add audio clock mux driver
Posted by Krzysztof Kozlowski 2 years, 7 months ago
On 05/07/2023 03:50, Shengjiu Wang wrote:
> The Audio Clock Mux (ACM) is a collection of control registers
> and multiplexers that are used to route the audio source clocks
> to the audio peripherals on i.MX8QXP, i.MX8QM, i.MX8DXL
> 
> Shengjiu Wang (3):
>   dt-bindings: clock: fsl,imx8-acm: Add audio clock mux support
>   clk: imx8: Add audio clock mux related clock
>   clk: imx: imx8: add audio clock mux driver
> 
> changes in v2:
> - update yaml file according to review comments

That's not enough. What changed?

Best regards,
Krzysztof