Re: [PATCH V2 0/2] Support imx8m composite mux

2024-07-06 Thread Fabio Estevam
On Fri, Jul 5, 2024 at 4:30 AM Michael Trimarchi wrote: > > The mux ops for i.MX8M composite clk needs to be specialized. > In order to reduce the code duplication we need to make public some > interface and write a specific function in the mux ops. Those patches > implement the behavior. > > Addr

[PATCH V2 0/2] Support imx8m composite mux

2024-07-05 Thread Michael Trimarchi
The mux ops for i.MX8M composite clk needs to be specialized. In order to reduce the code duplication we need to make public some interface and write a specific function in the mux ops. Those patches implement the behavior. Addressed comment in V1 Michael Trimarchi (2): clk: clk-mux: Make publi