public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Michael Turquette <mturquette@baylibre.com>,
	linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] clk fixes for v6.6-rc7
Date: Fri, 27 Oct 2023 19:15:58 -0700	[thread overview]
Message-ID: <20231028021559.138544-1-sboyd@kernel.org> (raw)

The following changes since commit a47b44fbb13f5e7a981b4515dcddc93a321ae89c:

  clk: tegra: fix error return case for recalc_rate (2023-09-12 10:56:05 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-fixes-for-linus

for you to fetch changes up to 790437bbe0ef7e5cb5d091dd711c0d61d03945a5:

  clk: stm32: Fix a signedness issue in clk_stm32_composite_determine_rate() (2023-10-12 17:30:54 -0700)

----------------------------------------------------------------
Three fixes, one for the clk framework and two for clk drivers:

 - Avoid an oops in possible_parent_show() by checking for no parent
   properly when a DT index based lookup is used
 - Handle errors returned from divider_ro_round_rate() in
   clk_stm32_composite_determine_rate()
 - Fix clk_ops::determine_rate() implementation of socfpga's gateclk_ops
   that was ruining uart output because the divider was forgotten about

----------------------------------------------------------------
Alessandro Carminati (1):
      clk: Sanitize possible_parent_show to Handle Return Value of of_clk_get_parent_name

Dan Carpenter (1):
      clk: stm32: Fix a signedness issue in clk_stm32_composite_determine_rate()

Maxime Ripard (1):
      clk: socfpga: gate: Account for the divider in determine_rate

 drivers/clk/clk.c                  | 21 ++++++++++++---------
 drivers/clk/socfpga/clk-gate.c     | 27 +++++++++++++++++++++++----
 drivers/clk/stm32/clk-stm32-core.c |  2 +-
 3 files changed, 36 insertions(+), 14 deletions(-)

-- 
https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git/
https://git.kernel.org/pub/scm/linux/kernel/git/sboyd/spmi.git

             reply	other threads:[~2023-10-28  2:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-28  2:15 Stephen Boyd [this message]
2023-10-28 18:00 ` [GIT PULL] clk fixes for v6.6-rc7 pr-tracker-bot

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=20231028021559.138544-1-sboyd@kernel.org \
    --to=sboyd@kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=torvalds@linux-foundation.org \
    /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