All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Make INTERCONNECT_QCOM_SDM845 builtin
@ 2020-12-22  4:37 ` Bjorn Andersson
  0 siblings, 0 replies; 5+ messages in thread
From: Bjorn Andersson @ 2020-12-22  4:37 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Bjorn Andersson, Shawn Guo,
	Li Yang, Geert Uytterhoeven, Arnd Bergmann
  Cc: linux-arm-kernel, linux-kernel, linux-arm-msm

As of v5.11-rc1 the QUP nodes of SDM845 has got their interconnect
properties specified, this means that the relevant interconnect provider
needs to be builtin for the UART device to probe and the console to be
registered before userspace needs to access it.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
---
 arch/arm64/configs/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 838301650a79..3848ae99501c 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1078,7 +1078,7 @@ CONFIG_INTERCONNECT=y
 CONFIG_INTERCONNECT_QCOM=y
 CONFIG_INTERCONNECT_QCOM_MSM8916=m
 CONFIG_INTERCONNECT_QCOM_OSM_L3=m
-CONFIG_INTERCONNECT_QCOM_SDM845=m
+CONFIG_INTERCONNECT_QCOM_SDM845=y
 CONFIG_INTERCONNECT_QCOM_SM8150=m
 CONFIG_INTERCONNECT_QCOM_SM8250=m
 CONFIG_EXT2_FS=y
-- 
2.29.2


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

* [PATCH] arm64: defconfig: Make INTERCONNECT_QCOM_SDM845 builtin
@ 2020-12-22  4:37 ` Bjorn Andersson
  0 siblings, 0 replies; 5+ messages in thread
From: Bjorn Andersson @ 2020-12-22  4:37 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Bjorn Andersson, Shawn Guo,
	Li Yang, Geert Uytterhoeven, Arnd Bergmann
  Cc: linux-arm-msm, linux-kernel, linux-arm-kernel

As of v5.11-rc1 the QUP nodes of SDM845 has got their interconnect
properties specified, this means that the relevant interconnect provider
needs to be builtin for the UART device to probe and the console to be
registered before userspace needs to access it.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
---
 arch/arm64/configs/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 838301650a79..3848ae99501c 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1078,7 +1078,7 @@ CONFIG_INTERCONNECT=y
 CONFIG_INTERCONNECT_QCOM=y
 CONFIG_INTERCONNECT_QCOM_MSM8916=m
 CONFIG_INTERCONNECT_QCOM_OSM_L3=m
-CONFIG_INTERCONNECT_QCOM_SDM845=m
+CONFIG_INTERCONNECT_QCOM_SDM845=y
 CONFIG_INTERCONNECT_QCOM_SM8150=m
 CONFIG_INTERCONNECT_QCOM_SM8250=m
 CONFIG_EXT2_FS=y
-- 
2.29.2


_______________________________________________
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] 5+ messages in thread

* Re: [PATCH] arm64: defconfig: Make INTERCONNECT_QCOM_SDM845 builtin
  2020-12-22  4:37 ` Bjorn Andersson
@ 2020-12-22  9:52   ` Georgi Djakov
  -1 siblings, 0 replies; 5+ messages in thread
From: Georgi Djakov @ 2020-12-22  9:52 UTC (permalink / raw)
  To: Bjorn Andersson, Catalin Marinas, Will Deacon, Shawn Guo,
	Li Yang, Geert Uytterhoeven, Arnd Bergmann
  Cc: linux-arm-kernel, linux-kernel, linux-arm-msm

On 12/22/20 06:37, Bjorn Andersson wrote:
> As of v5.11-rc1 the QUP nodes of SDM845 has got their interconnect
> properties specified, this means that the relevant interconnect provider
> needs to be builtin for the UART device to probe and the console to be
> registered before userspace needs to access it.
> 
> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>

Reviewed-by: Georgi Djakov <georgi.djakov@linaro.org>

> ---
>   arch/arm64/configs/defconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 838301650a79..3848ae99501c 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -1078,7 +1078,7 @@ CONFIG_INTERCONNECT=y
>   CONFIG_INTERCONNECT_QCOM=y
>   CONFIG_INTERCONNECT_QCOM_MSM8916=m
>   CONFIG_INTERCONNECT_QCOM_OSM_L3=m
> -CONFIG_INTERCONNECT_QCOM_SDM845=m
> +CONFIG_INTERCONNECT_QCOM_SDM845=y
>   CONFIG_INTERCONNECT_QCOM_SM8150=m
>   CONFIG_INTERCONNECT_QCOM_SM8250=m
>   CONFIG_EXT2_FS=y
> 

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

* Re: [PATCH] arm64: defconfig: Make INTERCONNECT_QCOM_SDM845 builtin
@ 2020-12-22  9:52   ` Georgi Djakov
  0 siblings, 0 replies; 5+ messages in thread
From: Georgi Djakov @ 2020-12-22  9:52 UTC (permalink / raw)
  To: Bjorn Andersson, Catalin Marinas, Will Deacon, Shawn Guo,
	Li Yang, Geert Uytterhoeven, Arnd Bergmann
  Cc: linux-arm-msm, linux-kernel, linux-arm-kernel

On 12/22/20 06:37, Bjorn Andersson wrote:
> As of v5.11-rc1 the QUP nodes of SDM845 has got their interconnect
> properties specified, this means that the relevant interconnect provider
> needs to be builtin for the UART device to probe and the console to be
> registered before userspace needs to access it.
> 
> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>

Reviewed-by: Georgi Djakov <georgi.djakov@linaro.org>

> ---
>   arch/arm64/configs/defconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 838301650a79..3848ae99501c 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -1078,7 +1078,7 @@ CONFIG_INTERCONNECT=y
>   CONFIG_INTERCONNECT_QCOM=y
>   CONFIG_INTERCONNECT_QCOM_MSM8916=m
>   CONFIG_INTERCONNECT_QCOM_OSM_L3=m
> -CONFIG_INTERCONNECT_QCOM_SDM845=m
> +CONFIG_INTERCONNECT_QCOM_SDM845=y
>   CONFIG_INTERCONNECT_QCOM_SM8150=m
>   CONFIG_INTERCONNECT_QCOM_SM8250=m
>   CONFIG_EXT2_FS=y
> 

_______________________________________________
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] 5+ messages in thread

* Re: [PATCH] arm64: defconfig: Make INTERCONNECT_QCOM_SDM845 builtin
  2020-12-22  4:37 ` Bjorn Andersson
  (?)
  (?)
@ 2021-01-04  4:40 ` patchwork-bot+linux-arm-msm
  -1 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-arm-msm @ 2021-01-04  4:40 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: linux-arm-msm

Hello:

This patch was applied to qcom/linux.git (refs/heads/for-next):

On Mon, 21 Dec 2020 20:37:45 -0800 you wrote:
> As of v5.11-rc1 the QUP nodes of SDM845 has got their interconnect
> properties specified, this means that the relevant interconnect provider
> needs to be builtin for the UART device to probe and the console to be
> registered before userspace needs to access it.
> 
> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> 
> [...]

Here is the summary with links:
  - arm64: defconfig: Make INTERCONNECT_QCOM_SDM845 builtin
    https://git.kernel.org/qcom/c/5b5465dd947c

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2021-01-04  4:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-22  4:37 [PATCH] arm64: defconfig: Make INTERCONNECT_QCOM_SDM845 builtin Bjorn Andersson
2020-12-22  4:37 ` Bjorn Andersson
2020-12-22  9:52 ` Georgi Djakov
2020-12-22  9:52   ` Georgi Djakov
2021-01-04  4:40 ` patchwork-bot+linux-arm-msm

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.