All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] arm64: defconfig: Add SM8450 drivers
@ 2021-12-16  6:54 ` Vinod Koul
  0 siblings, 0 replies; 10+ messages in thread
From: Vinod Koul @ 2021-12-16  6:54 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: linux-arm-msm, Vinod Koul, linux-arm-kernel, linux-kernel

We recently added support for Qualcomm SM8450. Enable the clock, pincontrol
and interconnect drivers in the defconfig. All these driver are already
picked up by respective maintainers

Vinod Koul (3):
  arm64: defconfig: Add SM8450 GCC config
  arm64: defconfig: Add SM8450 pinctrl config
  arm64: defconfig: Add SM8450 icc configs

 arch/arm64/configs/defconfig | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH 0/3] arm64: defconfig: Add SM8450 drivers
@ 2021-12-16  6:54 ` Vinod Koul
  0 siblings, 0 replies; 10+ messages in thread
From: Vinod Koul @ 2021-12-16  6:54 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: linux-arm-msm, Vinod Koul, linux-arm-kernel, linux-kernel

We recently added support for Qualcomm SM8450. Enable the clock, pincontrol
and interconnect drivers in the defconfig. All these driver are already
picked up by respective maintainers

Vinod Koul (3):
  arm64: defconfig: Add SM8450 GCC config
  arm64: defconfig: Add SM8450 pinctrl config
  arm64: defconfig: Add SM8450 icc configs

 arch/arm64/configs/defconfig | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.31.1


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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH 1/3] arm64: defconfig: Add SM8450 GCC config
  2021-12-16  6:54 ` Vinod Koul
@ 2021-12-16  6:54   ` Vinod Koul
  -1 siblings, 0 replies; 10+ messages in thread
From: Vinod Koul @ 2021-12-16  6:54 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: linux-arm-msm, Vinod Koul, linux-arm-kernel, linux-kernel

Add the SM8450 GCC config as built-in so that platform can boot to shell
with defconfig

Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index f2e2b9bdd702..5b257b62b155 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1003,6 +1003,7 @@ CONFIG_SDM_DISPCC_845=y
 CONFIG_SM_GCC_8150=y
 CONFIG_SM_GCC_8250=y
 CONFIG_SM_GCC_8350=y
+CONFIG_SM_GCC_8450=y
 CONFIG_SM_GPUCC_8150=y
 CONFIG_SM_GPUCC_8250=y
 CONFIG_SM_DISPCC_8250=y
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 1/3] arm64: defconfig: Add SM8450 GCC config
@ 2021-12-16  6:54   ` Vinod Koul
  0 siblings, 0 replies; 10+ messages in thread
From: Vinod Koul @ 2021-12-16  6:54 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: linux-arm-msm, Vinod Koul, linux-arm-kernel, linux-kernel

Add the SM8450 GCC config as built-in so that platform can boot to shell
with defconfig

Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index f2e2b9bdd702..5b257b62b155 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1003,6 +1003,7 @@ CONFIG_SDM_DISPCC_845=y
 CONFIG_SM_GCC_8150=y
 CONFIG_SM_GCC_8250=y
 CONFIG_SM_GCC_8350=y
+CONFIG_SM_GCC_8450=y
 CONFIG_SM_GPUCC_8150=y
 CONFIG_SM_GPUCC_8250=y
 CONFIG_SM_DISPCC_8250=y
-- 
2.31.1


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

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 2/3] arm64: defconfig: Add SM8450 pinctrl config
  2021-12-16  6:54 ` Vinod Koul
@ 2021-12-16  6:54   ` Vinod Koul
  -1 siblings, 0 replies; 10+ messages in thread
From: Vinod Koul @ 2021-12-16  6:54 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: linux-arm-msm, Vinod Koul, linux-arm-kernel, linux-kernel

Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 5b257b62b155..eae42284bfe2 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -520,6 +520,7 @@ CONFIG_PINCTRL_SDM845=y
 CONFIG_PINCTRL_SM8150=y
 CONFIG_PINCTRL_SM8250=y
 CONFIG_PINCTRL_SM8350=y
+CONFIG_PINCTRL_SM8450=y
 CONFIG_PINCTRL_LPASS_LPI=m
 CONFIG_GPIO_ALTERA=m
 CONFIG_GPIO_DAVINCI=y
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 2/3] arm64: defconfig: Add SM8450 pinctrl config
@ 2021-12-16  6:54   ` Vinod Koul
  0 siblings, 0 replies; 10+ messages in thread
From: Vinod Koul @ 2021-12-16  6:54 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: linux-arm-msm, Vinod Koul, linux-arm-kernel, linux-kernel

Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 5b257b62b155..eae42284bfe2 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -520,6 +520,7 @@ CONFIG_PINCTRL_SDM845=y
 CONFIG_PINCTRL_SM8150=y
 CONFIG_PINCTRL_SM8250=y
 CONFIG_PINCTRL_SM8350=y
+CONFIG_PINCTRL_SM8450=y
 CONFIG_PINCTRL_LPASS_LPI=m
 CONFIG_GPIO_ALTERA=m
 CONFIG_GPIO_DAVINCI=y
-- 
2.31.1


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

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 3/3] arm64: defconfig: Add SM8450 icc configs
  2021-12-16  6:54 ` Vinod Koul
@ 2021-12-16  6:54   ` Vinod Koul
  -1 siblings, 0 replies; 10+ messages in thread
From: Vinod Koul @ 2021-12-16  6:54 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: linux-arm-msm, Vinod Koul, linux-arm-kernel, linux-kernel

Add ICC driver config to defconfig as a module

Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index eae42284bfe2..a09278516f30 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1185,6 +1185,7 @@ CONFIG_INTERCONNECT_QCOM_SDM845=y
 CONFIG_INTERCONNECT_QCOM_SM8150=m
 CONFIG_INTERCONNECT_QCOM_SM8250=m
 CONFIG_INTERCONNECT_QCOM_SM8350=m
+CONFIG_INTERCONNECT_QCOM_SM8450=m
 CONFIG_EXT2_FS=y
 CONFIG_EXT3_FS=y
 CONFIG_EXT4_FS_POSIX_ACL=y
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 3/3] arm64: defconfig: Add SM8450 icc configs
@ 2021-12-16  6:54   ` Vinod Koul
  0 siblings, 0 replies; 10+ messages in thread
From: Vinod Koul @ 2021-12-16  6:54 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: linux-arm-msm, Vinod Koul, linux-arm-kernel, linux-kernel

Add ICC driver config to defconfig as a module

Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index eae42284bfe2..a09278516f30 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1185,6 +1185,7 @@ CONFIG_INTERCONNECT_QCOM_SDM845=y
 CONFIG_INTERCONNECT_QCOM_SM8150=m
 CONFIG_INTERCONNECT_QCOM_SM8250=m
 CONFIG_INTERCONNECT_QCOM_SM8350=m
+CONFIG_INTERCONNECT_QCOM_SM8450=m
 CONFIG_EXT2_FS=y
 CONFIG_EXT3_FS=y
 CONFIG_EXT4_FS_POSIX_ACL=y
-- 
2.31.1


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

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH 0/3] arm64: defconfig: Add SM8450 drivers
  2021-12-16  6:54 ` Vinod Koul
@ 2021-12-21  5:21   ` Bjorn Andersson
  -1 siblings, 0 replies; 10+ messages in thread
From: Bjorn Andersson @ 2021-12-21  5:21 UTC (permalink / raw)
  To: Vinod Koul; +Cc: linux-kernel, linux-arm-msm, linux-arm-kernel

On Thu, 16 Dec 2021 12:24:41 +0530, Vinod Koul wrote:
> We recently added support for Qualcomm SM8450. Enable the clock, pincontrol
> and interconnect drivers in the defconfig. All these driver are already
> picked up by respective maintainers
> 
> Vinod Koul (3):
>   arm64: defconfig: Add SM8450 GCC config
>   arm64: defconfig: Add SM8450 pinctrl config
>   arm64: defconfig: Add SM8450 icc configs
> 
> [...]

Applied, thanks!

[1/3] arm64: defconfig: Add SM8450 GCC config
      commit: 6d10fcd2faacaa9f7fa2ddf30f65e96257964c9c
[2/3] arm64: defconfig: Add SM8450 pinctrl config
      commit: 4685e234ab34591ce12ea16eea2d3db273c1af47
[3/3] arm64: defconfig: Add SM8450 icc configs
      commit: 156f91f1c49a5f2ccae8e4b2d882ca3a28e3f26f

Best regards,
-- 
Bjorn Andersson <bjorn.andersson@linaro.org>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 0/3] arm64: defconfig: Add SM8450 drivers
@ 2021-12-21  5:21   ` Bjorn Andersson
  0 siblings, 0 replies; 10+ messages in thread
From: Bjorn Andersson @ 2021-12-21  5:21 UTC (permalink / raw)
  To: Vinod Koul; +Cc: linux-kernel, linux-arm-msm, linux-arm-kernel

On Thu, 16 Dec 2021 12:24:41 +0530, Vinod Koul wrote:
> We recently added support for Qualcomm SM8450. Enable the clock, pincontrol
> and interconnect drivers in the defconfig. All these driver are already
> picked up by respective maintainers
> 
> Vinod Koul (3):
>   arm64: defconfig: Add SM8450 GCC config
>   arm64: defconfig: Add SM8450 pinctrl config
>   arm64: defconfig: Add SM8450 icc configs
> 
> [...]

Applied, thanks!

[1/3] arm64: defconfig: Add SM8450 GCC config
      commit: 6d10fcd2faacaa9f7fa2ddf30f65e96257964c9c
[2/3] arm64: defconfig: Add SM8450 pinctrl config
      commit: 4685e234ab34591ce12ea16eea2d3db273c1af47
[3/3] arm64: defconfig: Add SM8450 icc configs
      commit: 156f91f1c49a5f2ccae8e4b2d882ca3a28e3f26f

Best regards,
-- 
Bjorn Andersson <bjorn.andersson@linaro.org>

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-12-21  5:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-16  6:54 [PATCH 0/3] arm64: defconfig: Add SM8450 drivers Vinod Koul
2021-12-16  6:54 ` Vinod Koul
2021-12-16  6:54 ` [PATCH 1/3] arm64: defconfig: Add SM8450 GCC config Vinod Koul
2021-12-16  6:54   ` Vinod Koul
2021-12-16  6:54 ` [PATCH 2/3] arm64: defconfig: Add SM8450 pinctrl config Vinod Koul
2021-12-16  6:54   ` Vinod Koul
2021-12-16  6:54 ` [PATCH 3/3] arm64: defconfig: Add SM8450 icc configs Vinod Koul
2021-12-16  6:54   ` Vinod Koul
2021-12-21  5:21 ` [PATCH 0/3] arm64: defconfig: Add SM8450 drivers Bjorn Andersson
2021-12-21  5:21   ` Bjorn Andersson

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.