From patchwork Thu Jun 1 14:10:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Andersson X-Patchwork-Id: 13263855 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9715FC7EE2A for ; Thu, 1 Jun 2023 14:07:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=P97xyry7VAgCIVE64Lcc0+JvQsVsBJ7sFrI2BkTHMbw=; b=EtwsKyD/sC7eNG qJlUCjzIJe0sM5TGjjFRtkATvre0z9Sncro8Aps3kZhJW7rdRtSZtnFyEc6Ckn6HeibvP+qrhdos4 QhAzaJ+mGHmf0cW9K93vfn75sxQW+9XOXH+0XAOau8ZZitIy/HaPL8ILwlDM2d9Ypu0F6XsoBMLjg xLUaaZOjnyx07TfuAJljSXILGFSOoUU5cW4jRvuIK1UTh7KsKeyQfA8JG6Nb5K7xi4+HDie+3fR65 G9viCJN1Me1b82LgMYfr68k34qOqUTTe5sYq4whwOKt9ZHNr+ur8/gu78KW74CQkAbmqzldKqU2vh JbMhdUzntUvWmyf4kXbA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q4ixW-003mMc-0s; Thu, 01 Jun 2023 14:07:22 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q4ixS-003mLW-36 for linux-arm-kernel@lists.infradead.org; Thu, 01 Jun 2023 14:07:20 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5150364585; Thu, 1 Jun 2023 14:07:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 27F15C433D2; Thu, 1 Jun 2023 14:07:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685628438; bh=BszhT873sT85Q92RbxHDVmdKfb7i8JngCWneZRMssa8=; h=From:List-Id:To:Cc:Subject:Date:From; b=Ux+IszQcXhahHvRmzle7DLlH7jCs5OJ95kVi6cfnwz1asAq6hvyVPH8+QDij/9PZ+ e4mvrVZV84Iy0V9tLRsn2JG1bcnsJ1ZRYdeT+CtQPyv4qen9hlO+s+TuRRqoKNPITr Dnv5E5R4jLw2A34c8VS8hyGYie4NSBi0pMLcBry4tDWul+CbJLZbFVN7bsvWuWyw92 dNPBolOS9/p87FF8LcpNKT/o6anAEBPSQWInmo5/2HDuufI1UYXUqHm7ilor5/s0a4 39IO8m5+M7rqTNgkOXlDnoiOJPbGq1AZO3yJxU5gQBVQIOS+26WVgUDajZf9OZx/Wx bfwwG7+S4mGqw== From: Bjorn Andersson To: arm@kernel.org, soc@kernel.org Cc: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Andy Gross , Arnd Bergmann , Olof Johansson , Kevin Hilman , Konrad Dybcio , Krzysztof Kozlowski , Manivannan Sadhasivam , Abel Vesa , Christophe JAILLET , Dan Carpenter Subject: [GIT PULL] Qualcomm driver fixes for 6.4 Date: Thu, 1 Jun 2023 07:10:58 -0700 Message-Id: <20230601141058.2246039-1-andersson@kernel.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230601_070719_077927_38BB898F X-CRM114-Status: GOOD ( 12.71 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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(-)