[GIT PULL] interconnect fixes for 6.5-rc
From: Georgi Djakov
Date: Fri Aug 04 2023 - 12:46:11 EST
Hello Greg,
This pull request contains fixes for the current cycle. The details are
in the signed tag. All patches have been in linux-next during the last
few weeks! Please pull into char-misc-linus when you get a chance.
Thanks,
Georgi
The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:
Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-6.5-rc5
for you to fetch changes up to 3cb11fe244d516f757c1022cfa971528d525fe65:
interconnect: qcom: sa8775p: add enable_mask for bcm nodes (2023-07-11 15:44:43 +0300)
----------------------------------------------------------------
interconnect fixes for v6.5-rc
This contains a fix for a potential issue on some Qualcomm SoCs where
bit-masks should have been used to configure the Bus Clock Manager
hardware, instead of bandwidth units.
- interconnect: qcom: Add support for mask-based BCMs
- interconnect: qcom: sm8450: add enable_mask for bcm nodes
- interconnect: qcom: sm8550: add enable_mask for bcm nodes
- interconnect: qcom: sa8775p: add enable_mask for bcm nodes
Signed-off-by: Georgi Djakov <djakov@xxxxxxxxxx>
----------------------------------------------------------------
Mike Tipton (1):
interconnect: qcom: Add support for mask-based BCMs
Neil Armstrong (3):
interconnect: qcom: sm8450: add enable_mask for bcm nodes
interconnect: qcom: sm8550: add enable_mask for bcm nodes
interconnect: qcom: sa8775p: add enable_mask for bcm nodes
drivers/interconnect/qcom/bcm-voter.c | 5 +++
drivers/interconnect/qcom/icc-rpmh.h | 2 +
drivers/interconnect/qcom/sa8775p.c | 1 +
drivers/interconnect/qcom/sm8450.c | 9 ++++
drivers/interconnect/qcom/sm8550.c | 17 ++++++++
5 files changed, 34 insertions(+)