All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Enable Qualcomm SPI and QSPI controller
@ 2019-10-12  4:18 ` Bjorn Andersson
  0 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2019-10-12  4:18 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Shawn Guo, Bjorn Andersson,
	Olof Johansson, Maxime Ripard, Aisheng Dong, Anson Huang,
	Jagan Teki, Leonard Crestez, Dinh Nguyen, Marcin Juszkiewicz
  Cc: linux-arm-kernel, linux-kernel, linux-arm-msm

Enable the drivers for GENI SPI and QSPI controllers found on the
Qualcomm SDM845 platform, among others.

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

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 688c8f200034..dcada299ff4d 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -391,7 +391,9 @@ CONFIG_SPI_MESON_SPIFC=m
 CONFIG_SPI_ORION=y
 CONFIG_SPI_PL022=y
 CONFIG_SPI_ROCKCHIP=y
+CONFIG_SPI_QCOM_QSPI=m
 CONFIG_SPI_QUP=y
+CONFIG_SPI_QCOM_GENI=m
 CONFIG_SPI_S3C64XX=y
 CONFIG_SPI_SPIDEV=m
 CONFIG_SPI_SUN6I=y
-- 
2.23.0


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

* [PATCH] arm64: defconfig: Enable Qualcomm SPI and QSPI controller
@ 2019-10-12  4:18 ` Bjorn Andersson
  0 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2019-10-12  4:18 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Shawn Guo, Bjorn Andersson,
	Olof Johansson, Maxime Ripard, Aisheng Dong, Anson Huang,
	Jagan Teki, Leonard Crestez, Dinh Nguyen, Marcin Juszkiewicz
  Cc: linux-arm-msm, linux-kernel, linux-arm-kernel

Enable the drivers for GENI SPI and QSPI controllers found on the
Qualcomm SDM845 platform, among others.

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

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 688c8f200034..dcada299ff4d 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -391,7 +391,9 @@ CONFIG_SPI_MESON_SPIFC=m
 CONFIG_SPI_ORION=y
 CONFIG_SPI_PL022=y
 CONFIG_SPI_ROCKCHIP=y
+CONFIG_SPI_QCOM_QSPI=m
 CONFIG_SPI_QUP=y
+CONFIG_SPI_QCOM_GENI=m
 CONFIG_SPI_S3C64XX=y
 CONFIG_SPI_SPIDEV=m
 CONFIG_SPI_SUN6I=y
-- 
2.23.0


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

* Re: [PATCH] arm64: defconfig: Enable Qualcomm SPI and QSPI controller
  2019-10-12  4:18 ` Bjorn Andersson
@ 2019-10-16  6:01   ` Vinod Koul
  -1 siblings, 0 replies; 4+ messages in thread
From: Vinod Koul @ 2019-10-16  6:01 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Catalin Marinas, Will Deacon, Shawn Guo, Olof Johansson,
	Maxime Ripard, Aisheng Dong, Anson Huang, Jagan Teki,
	Leonard Crestez, Dinh Nguyen, Marcin Juszkiewicz,
	linux-arm-kernel, linux-kernel, linux-arm-msm

On 11-10-19, 21:18, Bjorn Andersson wrote:
> Enable the drivers for GENI SPI and QSPI controllers found on the
> Qualcomm SDM845 platform, among others.

lgtm, tested on db845c

Reviewed-by: Vinod Koul <vkoul@kernel.org>
Tested-by: Vinod Koul <vkoul@kernel.org>

> 
> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> ---
>  arch/arm64/configs/defconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 688c8f200034..dcada299ff4d 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -391,7 +391,9 @@ CONFIG_SPI_MESON_SPIFC=m
>  CONFIG_SPI_ORION=y
>  CONFIG_SPI_PL022=y
>  CONFIG_SPI_ROCKCHIP=y
> +CONFIG_SPI_QCOM_QSPI=m
>  CONFIG_SPI_QUP=y
> +CONFIG_SPI_QCOM_GENI=m
>  CONFIG_SPI_S3C64XX=y
>  CONFIG_SPI_SPIDEV=m
>  CONFIG_SPI_SUN6I=y
> -- 
> 2.23.0

-- 
~Vinod

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

* Re: [PATCH] arm64: defconfig: Enable Qualcomm SPI and QSPI controller
@ 2019-10-16  6:01   ` Vinod Koul
  0 siblings, 0 replies; 4+ messages in thread
From: Vinod Koul @ 2019-10-16  6:01 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Aisheng Dong, Anson Huang, Catalin Marinas, linux-kernel,
	Maxime Ripard, Marcin Juszkiewicz, Dinh Nguyen, Jagan Teki,
	linux-arm-msm, Olof Johansson, Shawn Guo, Leonard Crestez,
	Will Deacon, linux-arm-kernel

On 11-10-19, 21:18, Bjorn Andersson wrote:
> Enable the drivers for GENI SPI and QSPI controllers found on the
> Qualcomm SDM845 platform, among others.

lgtm, tested on db845c

Reviewed-by: Vinod Koul <vkoul@kernel.org>
Tested-by: Vinod Koul <vkoul@kernel.org>

> 
> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> ---
>  arch/arm64/configs/defconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 688c8f200034..dcada299ff4d 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -391,7 +391,9 @@ CONFIG_SPI_MESON_SPIFC=m
>  CONFIG_SPI_ORION=y
>  CONFIG_SPI_PL022=y
>  CONFIG_SPI_ROCKCHIP=y
> +CONFIG_SPI_QCOM_QSPI=m
>  CONFIG_SPI_QUP=y
> +CONFIG_SPI_QCOM_GENI=m
>  CONFIG_SPI_S3C64XX=y
>  CONFIG_SPI_SPIDEV=m
>  CONFIG_SPI_SUN6I=y
> -- 
> 2.23.0

-- 
~Vinod

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

end of thread, other threads:[~2019-10-16  6:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-12  4:18 [PATCH] arm64: defconfig: Enable Qualcomm SPI and QSPI controller Bjorn Andersson
2019-10-12  4:18 ` Bjorn Andersson
2019-10-16  6:01 ` Vinod Koul
2019-10-16  6:01   ` Vinod Koul

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.