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.4-rc6
Date: Fri, 16 Jun 2023 21:36:23 -0700 [thread overview]
Message-ID: <20230617043624.831750-1-sboyd@kernel.org> (raw)
The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:
Linux 6.4-rc1 (2023-05-07 13:34:35 -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 23200a4c8ac284f8b4263d7cecaefecaa3ad6732:
clk: pxa: fix NULL pointer dereference in pxa3xx_clk_update_accr (2023-06-14 17:22:17 -0700)
----------------------------------------------------------------
A handful of clk driver fixes
- Fix an OOB issue in the Mediatek mt8365 driver where arrays of clks
are mismatched in size
- Use the proper clk_ops for a few clks in the Mediatek mt8365 driver
- Stop using abs() in clk_composite_determine_rate() because 64-bit
math goes wrong on large unsigned long numbers that are subtracted
and passed into abs()
- Zero initialize a struct clk_init_data in clk-loongson2 to avoid
stack junk confusing clk_hw_register()
- Actually use a pointer to __iomem for writel() in
pxa3xx_clk_update_accr() so we don't oops
----------------------------------------------------------------
Alexandre Mergnat (1):
clk: mediatek: mt8365: Fix index issue
Arnd Bergmann (1):
clk: pxa: fix NULL pointer dereference in pxa3xx_clk_update_accr
Binbin Zhou (1):
clk: clk-loongson2: Zero init clk_init_data
Markus Schneider-Pargmann (1):
clk: mediatek: mt8365: Fix inverted topclk operations
Sebastian Reichel (1):
clk: composite: Fix handling of high clock rates
drivers/clk/clk-composite.c | 5 ++++-
drivers/clk/clk-loongson2.c | 2 +-
drivers/clk/mediatek/clk-mt8365.c | 18 +++++++++++++++---
drivers/clk/pxa/clk-pxa3xx.c | 2 +-
4 files changed, 21 insertions(+), 6 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
next reply other threads:[~2023-06-17 4:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-17 4:36 Stephen Boyd [this message]
2023-06-17 18:44 ` [GIT PULL] clk fixes for v6.4-rc6 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=20230617043624.831750-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 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.