[0/2] Support imx8m composite mux
mbox series

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

Message

Michael Nazzareno Trimarchi July 3, 2024, 9:05 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

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(-)