From: Bjorn Andersson <andersson@kernel.org>
To: arm@kernel.org, soc@kernel.org
Cc: linux-arm-msm@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Andy Gross <agross@kernel.org>, Arnd Bergmann <arnd@arndb.de>,
Olof Johansson <olof@lixom.net>,
Kevin Hilman <khilman@baylibre.com>,
Konrad Dybcio <konrad.dybcio@linaro.org>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
Manivannan Sadhasivam <mani@kernel.org>,
Abel Vesa <abel.vesa@linaro.org>,
Christophe JAILLET <christophe.jaillet@wanadoo.fr>,
Dan Carpenter <dan.carpenter@linaro.org>
Subject: [GIT PULL] Qualcomm driver fixes for 6.4
Date: Thu, 1 Jun 2023 07:10:58 -0700 [thread overview]
Message-ID: <20230601141058.2246039-1-andersson@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/qcom/linux.git tags/qcom-driver-fixes-for-6.4
for you to fetch changes up to cbd77119b6355872cd308a60e99f9ca678435d15:
EDAC/qcom: Get rid of hardcoded register offsets (2023-05-26 20:56:55 -0700)
----------------------------------------------------------------
Qualcomm driver fixes for 6.4
Error paths is corrected across icc-bwmon, rpmh-rsc, ramp_controller and
rmtfs. The ice module is renamed qcom_ice, to avoid clashing with
existing "ice" driver.
SA8155P-specific RPMh power-domains are introduced to avoid the code
trying to access resources that exists on SM8150, but not on SA8155P.
Lastly, changes to the EDAC driver to fix an issue where the driver
performs mmio based on the wrong register map.
----------------------------------------------------------------
Abel Vesa (1):
soc: qcom: Rename ice to qcom_ice to avoid module name conflict
Bjorn Andersson (1):
Merge branch '20230411-topic-hanaau-v2-1-fd3d70844b31@linaro.org' into drivers-fixes-for-6.4
Christophe JAILLET (1):
soc: qcom: ramp_controller: Fix an error handling path in qcom_ramp_controller_probe()
Dan Carpenter (1):
soc: qcom: rmtfs: Fix error code in probe()
Konrad Dybcio (3):
dt-bindings: power: qcom,rpmpd: Add SA8155P
soc: qcom: rpmhpd: Add SA8155P power domains
dt-bindings: cache: qcom,llcc: Fix SM8550 description
Krzysztof Kozlowski (2):
soc: qcom: icc-bwmon: fix incorrect error code passed to dev_err_probe()
soc: qcom: rpmh-rsc: drop redundant unsigned >=0 comparision
Manivannan Sadhasivam (2):
EDAC/qcom: Remove superfluous return variable assignment in qcom_llcc_core_setup()
EDAC/qcom: Get rid of hardcoded register offsets
.../devicetree/bindings/cache/qcom,llcc.yaml | 1 +
.../devicetree/bindings/power/qcom,rpmpd.yaml | 1 +
drivers/edac/qcom_edac.c | 118 ++++++++++-----------
drivers/soc/qcom/Makefile | 3 +-
drivers/soc/qcom/icc-bwmon.c | 4 +-
drivers/soc/qcom/ramp_controller.c | 2 +-
drivers/soc/qcom/rmtfs_mem.c | 1 +
drivers/soc/qcom/rpmh-rsc.c | 2 +-
drivers/soc/qcom/rpmhpd.c | 16 +++
include/dt-bindings/power/qcom-rpmpd.h | 9 ++
include/linux/soc/qcom/llcc-qcom.h | 6 --
11 files changed, 93 insertions(+), 70 deletions(-)
next reply other threads:[~2023-06-01 14:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-01 14:10 Bjorn Andersson [this message]
2023-06-05 15:50 ` [GIT PULL] Qualcomm driver fixes for 6.4 patchwork-bot+linux-soc
2023-06-05 15:50 ` patchwork-bot+linux-soc
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=20230601141058.2246039-1-andersson@kernel.org \
--to=andersson@kernel.org \
--cc=abel.vesa@linaro.org \
--cc=agross@kernel.org \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=christophe.jaillet@wanadoo.fr \
--cc=dan.carpenter@linaro.org \
--cc=khilman@baylibre.com \
--cc=konrad.dybcio@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=mani@kernel.org \
--cc=olof@lixom.net \
--cc=soc@kernel.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