All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Trimarchi <michael@amarulasolutions.com>
To: Fabio Estevam <festevam@gmail.com>,
	Lukasz Majewski <lukma@denx.de>,
	Sean Anderson <seanga2@gmail.com>
Cc: Tom Rini <trini@konsulko.com>,
	linux-amarula@amarulasolutions.com, u-boot@lists.denx.de,
	Dario Binacchi <dario.binacchi@amarulasolutions.com>,
	Michael Trimarchi <michael@amarulasolutions.com>
Subject: [PATCH 0/4] IMX8 series small clock update
Date: Sun,  7 Jul 2024 10:19:57 +0200	[thread overview]
Message-ID: <20240707082001.20746-1-michael@amarulasolutions.com> (raw)

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


             reply	other threads:[~2024-07-07  8:20 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-07  8:19 Michael Trimarchi [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240707082001.20746-1-michael@amarulasolutions.com \
    --to=michael@amarulasolutions.com \
    --cc=dario.binacchi@amarulasolutions.com \
    --cc=festevam@gmail.com \
    --cc=linux-amarula@amarulasolutions.com \
    --cc=lukma@denx.de \
    --cc=seanga2@gmail.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.