linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND V1] soc: qcom: geni: Add SPI Slave protocol type
@ 2022-11-09  9:48 Aniket Randive
  2022-11-09 11:09 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Aniket Randive @ 2022-11-09  9:48 UTC (permalink / raw)
  To: agross, andersson, konrad.dybcio, broonie, linux-arm-msm,
	linux-spi, linux-kernel
  Cc: quic_msavaliy, quic_vtanuku, quic_ramkri, Aniket Randive

Add "GENI_SE_SPI_SLAVE" entry in enum which represents the
protocols supported by GENI Serial Engines. This is needed
to support the SPI slave feature on QUP based target.

Signed-off-by: Aniket Randive <quic_arandive@quicinc.com>
---
 include/linux/qcom-geni-se.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/qcom-geni-se.h b/include/linux/qcom-geni-se.h
index f567278..9fb2175 100644
--- a/include/linux/qcom-geni-se.h
+++ b/include/linux/qcom-geni-se.h
@@ -35,6 +35,7 @@ enum geni_se_protocol_type {
 	GENI_SE_UART,
 	GENI_SE_I2C,
 	GENI_SE_I3C,
+	GENI_SE_SPI_SLAVE,
 };
 
 struct geni_wrapper;
-- 
2.7.4


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

* Re: [RESEND V1] soc: qcom: geni: Add SPI Slave protocol type
  2022-11-09  9:48 [RESEND V1] soc: qcom: geni: Add SPI Slave protocol type Aniket Randive
@ 2022-11-09 11:09 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2022-11-09 11:09 UTC (permalink / raw)
  To: Aniket Randive
  Cc: agross, andersson, konrad.dybcio, broonie, linux-arm-msm,
	linux-spi, linux-kernel, quic_msavaliy, quic_vtanuku, quic_ramkri

Hi Aniket,

On 09-11-22, 15:18, Aniket Randive wrote:
> Add "GENI_SE_SPI_SLAVE" entry in enum which represents the
> protocols supported by GENI Serial Engines. This is needed

Ok

> to support the SPI slave feature on QUP based target.

Where is that support. Typically we dont merge things without users, so
please add this patch along with slave support in driver

> 
> Signed-off-by: Aniket Randive <quic_arandive@quicinc.com>
> ---
>  include/linux/qcom-geni-se.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/linux/qcom-geni-se.h b/include/linux/qcom-geni-se.h
> index f567278..9fb2175 100644
> --- a/include/linux/qcom-geni-se.h
> +++ b/include/linux/qcom-geni-se.h
> @@ -35,6 +35,7 @@ enum geni_se_protocol_type {
>  	GENI_SE_UART,
>  	GENI_SE_I2C,
>  	GENI_SE_I3C,
> +	GENI_SE_SPI_SLAVE,
>  };
>  
>  struct geni_wrapper;
> -- 
> 2.7.4

-- 
~Vinod

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

end of thread, other threads:[~2022-11-09 11:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-09  9:48 [RESEND V1] soc: qcom: geni: Add SPI Slave protocol type Aniket Randive
2022-11-09 11:09 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).