All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
To: Bjorn Andersson <quic_bjorande@quicinc.com>,
	Arnd Bergmann <arnd@arndb.de>
Cc: Will Deacon <will@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Konrad Dybcio <konrad.dybcio@linaro.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-arm-msm@vger.kernel.org
Subject: [PATCH v2 1/5] arm64: defconfig: Build MSM power manager driver
Date: Thu,  1 Jun 2023 10:56:46 +0300	[thread overview]
Message-ID: <20230601075650.1437184-2-vladimir.zapolskiy@linaro.org> (raw)
In-Reply-To: <20230601075650.1437184-1-vladimir.zapolskiy@linaro.org>

Build Qualcomm MSM Power Manager driver, which is needed for QCM2290
platform, otherwise the TLMM pin controller driver probe fails on boot.

Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
Acked-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 72136a45c634..40100b9dd6e0 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1323,6 +1323,7 @@ CONFIG_PWM_TEGRA=m
 CONFIG_PWM_VISCONTI=m
 CONFIG_SL28CPLD_INTC=y
 CONFIG_QCOM_PDC=y
+CONFIG_QCOM_MPM=y
 CONFIG_RESET_IMX7=y
 CONFIG_RESET_QCOM_AOSS=y
 CONFIG_RESET_QCOM_PDC=m
-- 
2.33.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
To: Bjorn Andersson <quic_bjorande@quicinc.com>,
	Arnd Bergmann <arnd@arndb.de>
Cc: Will Deacon <will@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Konrad Dybcio <konrad.dybcio@linaro.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-arm-msm@vger.kernel.org
Subject: [PATCH v2 1/5] arm64: defconfig: Build MSM power manager driver
Date: Thu,  1 Jun 2023 10:56:46 +0300	[thread overview]
Message-ID: <20230601075650.1437184-2-vladimir.zapolskiy@linaro.org> (raw)
In-Reply-To: <20230601075650.1437184-1-vladimir.zapolskiy@linaro.org>

Build Qualcomm MSM Power Manager driver, which is needed for QCM2290
platform, otherwise the TLMM pin controller driver probe fails on boot.

Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
Acked-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 72136a45c634..40100b9dd6e0 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1323,6 +1323,7 @@ CONFIG_PWM_TEGRA=m
 CONFIG_PWM_VISCONTI=m
 CONFIG_SL28CPLD_INTC=y
 CONFIG_QCOM_PDC=y
+CONFIG_QCOM_MPM=y
 CONFIG_RESET_IMX7=y
 CONFIG_RESET_QCOM_AOSS=y
 CONFIG_RESET_QCOM_PDC=m
-- 
2.33.0


  reply	other threads:[~2023-06-01  7:57 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-01  7:56 [PATCH v2 0/5] arm64: defconfig: build some essential Qualcomm platform drivers Vladimir Zapolskiy
2023-06-01  7:56 ` Vladimir Zapolskiy
2023-06-01  7:56 ` Vladimir Zapolskiy [this message]
2023-06-01  7:56   ` [PATCH v2 1/5] arm64: defconfig: Build MSM power manager driver Vladimir Zapolskiy
2023-06-01  7:56 ` [PATCH v2 2/5] arm64: defconfig: Build Global Clock Controller driver for QCM2290 Vladimir Zapolskiy
2023-06-01  7:56   ` Vladimir Zapolskiy
2023-06-01  7:56 ` [PATCH v2 3/5] arm64: defconfig: Build interconnect " Vladimir Zapolskiy
2023-06-01  7:56   ` Vladimir Zapolskiy
2023-06-01  7:56 ` [PATCH v2 4/5] arm64: defconfig: Build display clock controller " Vladimir Zapolskiy
2023-06-01  7:56   ` Vladimir Zapolskiy
2023-06-01  7:56 ` [PATCH v2 5/5] arm64: defconfig: Build SM6115 display and GPU clock controller drivers Vladimir Zapolskiy
2023-06-01  7:56   ` Vladimir Zapolskiy
2023-06-13 23:49 ` [PATCH v2 0/5] arm64: defconfig: build some essential Qualcomm platform drivers Bjorn Andersson
2023-06-13 23:49   ` Bjorn Andersson

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=20230601075650.1437184-2-vladimir.zapolskiy@linaro.org \
    --to=vladimir.zapolskiy@linaro.org \
    --cc=arnd@arndb.de \
    --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=quic_bjorande@quicinc.com \
    --cc=will@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 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.