[V2,0/2] Support imx8m composite mux
mbox series

Message ID 20240705071952.12245-1-michael@amarulasolutions.com
Headers show
Series
  • Support imx8m composite mux
Related show

Message

Michael Nazzareno Trimarchi July 5, 2024, 7:19 a.m. UTC
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 public the clk_fetch_parent_index
  clk: imx: add mux ops for i.MX8M composite clk

 drivers/clk/clk-mux.c              |  5 ++--
 drivers/clk/imx/clk-composite-8m.c | 37 +++++++++++++++++++++++++++++-
 include/linux/clk-provider.h       |  1 +
 3 files changed, 39 insertions(+), 4 deletions(-)

Comments

Fabio Estevam July 6, 2024, 8:50 p.m. UTC | #1
On Fri, Jul 5, 2024 at 4:30 AM Michael Trimarchi
<michael@amarulasolutions.com> 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.
>
> Addressed comment in V1
>
> Michael Trimarchi (2):
>   clk: clk-mux: Make public the clk_fetch_parent_index
>   clk: imx: add mux ops for i.MX8M composite clk

Applied both, thanks.

To unsubscribe from this group and stop receiving emails from it, send an email to linux-amarula+unsubscribe@amarulasolutions.com.