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.3-rc6
Date: Thu, 13 Apr 2023 15:40:47 -0700	[thread overview]
Message-ID: <20230413224047.4086269-1-sboyd@kernel.org> (raw)

The following changes since commit 5cf9d015be160e2d90d29ae74ef1364390e8fce8:

  clk: Avoid invalid function names in CLK_OF_DECLARE() (2023-03-09 15:40:49 -0800)

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 632e04739c8f45c2d9ca4d4c5bd18d80c2ac9296:

  clk: rs9: Fix suspend/resume (2023-03-21 10:47:06 -0700)

----------------------------------------------------------------
A few more clk driver fixes

 - Set the max_register member of the spreadtrum regmap so that reads
   don't go off the end of the I/O space

 - Avoid a clk parent error in the i.MX imx6ul driver when the selector
   is unknown

 - Fix an oops due to REGCACHE_NONE usage by the Renesas 9-series driver

----------------------------------------------------------------
Alexander Stein (1):
      clk: rs9: Fix suspend/resume

Chunyan Zhang (1):
      clk: sprd: set max_register according to mapping range

Oleksij Rempel (1):
      clk: imx6ul: fix "failed to get parent" error

 drivers/clk/clk-renesas-pcie.c |  3 ++-
 drivers/clk/imx/clk-imx6ul.c   | 10 ++++++----
 drivers/clk/sprd/common.c      |  9 ++++++---
 3 files changed, 14 insertions(+), 8 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-04-13 22:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-13 22:40 Stephen Boyd [this message]
2023-04-13 23:45 ` [GIT PULL] clk fixes for v6.3-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=20230413224047.4086269-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