public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Sean Anderson <seanga2@gmail.com>
To: Tom Rini <trini@konsulko.com>
Cc: U-Boot Mailing List <u-boot@lists.denx.de>,
	Dario Binacchi <dariobin@libero.it>,
	Jim Liu <jim.t90615@gmail.com>,
	Patrick Delaunay <patrick.delaunay@st.com>,
	Samuel Holland <samuel@sholland.org>
Subject: [GIT PULL] Clock changes for 2023.04-rc1
Date: Sun, 12 Feb 2023 14:59:33 -0500	[thread overview]
Message-ID: <a1540fa4-445d-e6e7-4bc8-68f4b31a7d26@gmail.com> (raw)

The following changes since commit 78d1c3949a6f85f64b31ee8ab8240392a67ca30e:

   Merge branch '2023-02-10-update-trace-feature-to-work-with-trace-cmd' (2023-02-12 10:56:54 -0500)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-clk.git tags/clk-2023.04-rc1

for you to fetch changes up to 5a675abfe7c3f12b475cc0a6c9074a9fbe0b6bb6:

   reset: Allow reset_get_by_name() with NULL name (2023-02-12 13:44:20 -0500)

----------------------------------------------------------------
Clock changes for 2023.04-rc1

This contains various fixes and small features. I've included a reset patch as
well since it was in the same series as a clock patch.

----------------------------------------------------------------
Dario Binacchi (3):
       clk: imx8mn: rename vpu_pll to m7_alt_pll
       clk: imx: rename video_pll1 to video_pll
       clk: imx8mn: fix imx8mn_enet_phy_sels clocks list

Jim Liu (1):
       clk: nuvoton: fix bug for calculate pll clock

Patrick Delaunay (1):
       cmd: clk: probe the clock before dump them

Samuel Holland (2):
       clk: Allow clk_get_by_name() with NULL name
       reset: Allow reset_get_by_name() with NULL name

  cmd/clk.c                         | 15 +++++----------
  drivers/clk/clk-uclass.c          | 12 +++++++-----
  drivers/clk/imx/clk-imx8mn.c      | 22 +++++++++++-----------
  drivers/clk/nuvoton/clk_npcm7xx.c |  2 +-
  drivers/reset/reset-uclass.c      | 12 +++++++-----
  include/clk.h                     |  4 ++--
  include/reset.h                   |  3 ++-
  test/dm/clk.c                     |  5 +++++
  test/dm/reset.c                   |  3 +--
  9 files changed, 41 insertions(+), 37 deletions(-)

             reply	other threads:[~2023-02-12 19:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-12 19:59 Sean Anderson [this message]
2023-02-12 23:45 ` [GIT PULL] Clock changes for 2023.04-rc1 Tom Rini

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=a1540fa4-445d-e6e7-4bc8-68f4b31a7d26@gmail.com \
    --to=seanga2@gmail.com \
    --cc=dariobin@libero.it \
    --cc=jim.t90615@gmail.com \
    --cc=patrick.delaunay@st.com \
    --cc=samuel@sholland.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox