All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] IMX8 series small clock update
@ 2024-07-07  8:19 Michael Trimarchi
  2024-07-07  8:19 ` [PATCH 1/4] clk: imx: clk-imx8mn Fix nand and spi clock parent Michael Trimarchi
                   ` (3 more replies)
  0 siblings, 4 replies; 22+ messages in thread
From: Michael Trimarchi @ 2024-07-07  8:19 UTC (permalink / raw)
  To: Fabio Estevam, Lukasz Majewski, Sean Anderson
  Cc: Tom Rini, linux-amarula, u-boot, Dario Binacchi,
	Michael Trimarchi

This series is cover other part of my internal review work, that
will allow us to support the video subsystem of imx8mn. During this work
I found some small issues that fix several small problems but it will
help as preparation for the video one

Michael Trimarchi (4):
  clk: imx: clk-imx8mn Fix nand and spi clock parent
  clk: imx8mn: Make parent names arrays const pointers
  clk: imx8mm: Make parent names arrays const pointers
  clk: imx8mp: Make parent names arrays const pointers

 drivers/clk/imx/clk-imx8mm.c | 157 ++++++++++++++---------
 drivers/clk/imx/clk-imx8mn.c | 151 +++++++++++++---------
 drivers/clk/imx/clk-imx8mp.c | 242 +++++++++++++++++------------------
 3 files changed, 303 insertions(+), 247 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2024-11-22 13:44 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-07  8:19 [PATCH 0/4] IMX8 series small clock update Michael Trimarchi
2024-07-07  8:19 ` [PATCH 1/4] clk: imx: clk-imx8mn Fix nand and spi clock parent Michael Trimarchi
2024-07-10 13:33   ` Fabio Estevam
2024-07-10 13:39     ` Michael Nazzareno Trimarchi
2024-07-10 13:43       ` Fabio Estevam
2024-07-11  5:56         ` Michael Nazzareno Trimarchi
2024-07-22 21:07           ` Fabio Estevam
2024-11-04 16:10   ` Adam Ford
2024-11-04 16:28     ` Michael Nazzareno Trimarchi
2024-11-04 17:01       ` Adam Ford
2024-11-04 17:03         ` Michael Nazzareno Trimarchi
2024-11-04 17:16           ` Adam Ford
2024-11-04 17:22             ` Michael Nazzareno Trimarchi
2024-11-04 17:24               ` Adam Ford
2024-11-09 23:23                 ` Adam Ford
2024-11-22 12:38                   ` Fabio Estevam
2024-11-22 13:11                     ` Adam Ford
2024-11-22 13:17                       ` Fabio Estevam
2024-11-22 13:44                         ` Adam Ford
2024-07-07  8:19 ` [PATCH 2/4] clk: imx8mn: Make parent names arrays const pointers Michael Trimarchi
2024-07-07  8:20 ` [PATCH 3/4] clk: imx8mm: " Michael Trimarchi
2024-07-07  8:20 ` [PATCH 4/4] clk: imx8mp: " Michael Trimarchi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.