From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
Arnd Bergmann <arnd@arndb.de>,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] Char/Misc driver updates for 6.3-rc3
Date: Sun, 19 Mar 2023 15:57:06 +0100 [thread overview]
Message-ID: <ZBciwlyC4qJ63339@kroah.com> (raw)
The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:
Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.3-rc3
for you to fetch changes up to f551592f72563e119bdec5b9d5242f584111b2aa:
Merge tag 'icc-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc into char-misc-linus (2023-03-16 10:55:42 +0100)
----------------------------------------------------------------
Char/Misc driver fixes for 6.3-rc3.
Here are a few small char/misc/other driver subsystem patches to resolve
reported problems for 6.3-rc3.
Included in here are:
- Interconnect driver fixes for reported problems
- Memory driver fixes for reported problems.
- nvmem core fix
- firmware driver fix for reported problem.
All of these have been in linux-next for a while with no reported
issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Dmitry Baryshkov (3):
interconnect: qcom: osm-l3: fix icc_onecell_data allocation
interconnect: qcom: sm8450: switch to qcom_icc_rpmh_* function
interconnect: qcom: sm8550: switch to qcom_icc_rpmh_* function
Greg Kroah-Hartman (1):
Merge tag 'icc-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc into char-misc-linus
Johan Hovold (17):
interconnect: fix mem leak when freeing nodes
interconnect: fix icc_provider_del() error handling
interconnect: fix provider registration API
interconnect: imx: fix registration race
interconnect: qcom: osm-l3: fix registration race
interconnect: qcom: rpm: fix probe child-node error handling
interconnect: qcom: rpm: fix registration race
interconnect: qcom: rpmh: fix probe child-node error handling
interconnect: qcom: rpmh: fix registration race
interconnect: qcom: msm8974: fix registration race
interconnect: exynos: fix node leak in probe PM QoS error path
interconnect: exynos: fix registration race
interconnect: exynos: drop redundant link destroy
memory: tegra: fix interconnect registration race
memory: tegra124-emc: fix interconnect registration race
memory: tegra20-emc: fix interconnect registration race
memory: tegra30-emc: fix interconnect registration race
Konrad Dybcio (1):
interconnect: qcom: qcm2290: Fix MASTER_SNOC_BIMC_NRT
Michael Walle (1):
nvmem: core: return -ENOENT if nvmem cell is not found
Roman Gushchin (1):
firmware: xilinx: don't make a sleepable memory allocation from an atomic context
drivers/firmware/xilinx/zynqmp.c | 2 +-
drivers/interconnect/core.c | 68 +++++++++++++++---------
drivers/interconnect/imx/imx.c | 20 +++----
drivers/interconnect/qcom/icc-rpm.c | 29 +++++-----
drivers/interconnect/qcom/icc-rpmh.c | 30 +++++++----
drivers/interconnect/qcom/msm8974.c | 20 +++----
drivers/interconnect/qcom/osm-l3.c | 16 +++---
drivers/interconnect/qcom/qcm2290.c | 4 +-
drivers/interconnect/qcom/sm8450.c | 98 +---------------------------------
drivers/interconnect/qcom/sm8550.c | 99 +----------------------------------
drivers/interconnect/samsung/exynos.c | 30 +++++------
drivers/memory/tegra/mc.c | 16 +++---
drivers/memory/tegra/tegra124-emc.c | 12 ++---
drivers/memory/tegra/tegra20-emc.c | 12 ++---
drivers/memory/tegra/tegra30-emc.c | 12 ++---
drivers/nvmem/core.c | 2 +-
include/linux/interconnect-provider.h | 12 +++++
17 files changed, 160 insertions(+), 322 deletions(-)
next reply other threads:[~2023-03-19 14:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-19 14:57 Greg KH [this message]
2023-03-19 17:15 ` [GIT PULL] Char/Misc driver updates for 6.3-rc3 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=ZBciwlyC4qJ63339@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=arnd@arndb.de \
--cc=linux-kernel@vger.kernel.org \
--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.