linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] arm64: defconfig: Enable Qualcomm GPI DMA Driver
@ 2022-02-25  4:40 Vinod Koul
  2022-02-25  5:58 ` Bjorn Andersson
  0 siblings, 1 reply; 5+ messages in thread
From: Vinod Koul @ 2022-02-25  4:40 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: linux-arm-msm, Vinod Koul, linux-arm-kernel, linux-kernel

Qualcomm GPI DMA Driver is used for DMA transfers for Serial engines
like Geni I2C and SPI.

Enable this dma driver

Signed-off-by: Vinod Koul <vkoul@kernel.org>
---

Changes in v2:
 - As dicussed with Bjorn GPI DMA is used by Serial engines SPI/I2C so we
   can make this a module rather than inbuilt

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

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 30516dc0b70e..d73913f082d7 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -948,6 +948,7 @@ CONFIG_PL330_DMA=y
 CONFIG_TEGRA20_APB_DMA=y
 CONFIG_TEGRA210_ADMA=m
 CONFIG_QCOM_BAM_DMA=y
+CONFIG_QCOM_GPI_DMA=y
 CONFIG_QCOM_HIDMA_MGMT=y
 CONFIG_QCOM_HIDMA=y
 CONFIG_RCAR_DMAC=y
-- 
2.34.1


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

* Re: [PATCH v2] arm64: defconfig: Enable Qualcomm GPI DMA Driver
  2022-02-25  4:40 [PATCH v2] arm64: defconfig: Enable Qualcomm GPI DMA Driver Vinod Koul
@ 2022-02-25  5:58 ` Bjorn Andersson
  2022-02-25  6:10   ` Vinod Koul
  0 siblings, 1 reply; 5+ messages in thread
From: Bjorn Andersson @ 2022-02-25  5:58 UTC (permalink / raw)
  To: Vinod Koul; +Cc: linux-arm-msm, linux-arm-kernel, linux-kernel

On Thu 24 Feb 22:40 CST 2022, Vinod Koul wrote:

> Qualcomm GPI DMA Driver is used for DMA transfers for Serial engines
> like Geni I2C and SPI.
> 
> Enable this dma driver
> 
> Signed-off-by: Vinod Koul <vkoul@kernel.org>
> ---
> 
> Changes in v2:
>  - As dicussed with Bjorn GPI DMA is used by Serial engines SPI/I2C so we
>    can make this a module rather than inbuilt
> 
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 30516dc0b70e..d73913f082d7 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -948,6 +948,7 @@ CONFIG_PL330_DMA=y
>  CONFIG_TEGRA20_APB_DMA=y
>  CONFIG_TEGRA210_ADMA=m
>  CONFIG_QCOM_BAM_DMA=y
> +CONFIG_QCOM_GPI_DMA=y

Would you like me to change this to =m as I apply the patch, just to
make it match changelog? ;)

Regards,
Bjorn

>  CONFIG_QCOM_HIDMA_MGMT=y
>  CONFIG_QCOM_HIDMA=y
>  CONFIG_RCAR_DMAC=y
> -- 
> 2.34.1
> 

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

* Re: [PATCH v2] arm64: defconfig: Enable Qualcomm GPI DMA Driver
  2022-02-25  5:58 ` Bjorn Andersson
@ 2022-02-25  6:10   ` Vinod Koul
  2022-04-13  2:21     ` Bjorn Andersson
  0 siblings, 1 reply; 5+ messages in thread
From: Vinod Koul @ 2022-02-25  6:10 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: linux-arm-msm, linux-arm-kernel, linux-kernel

On 24-02-22, 23:58, Bjorn Andersson wrote:
> On Thu 24 Feb 22:40 CST 2022, Vinod Koul wrote:
> 
> > Qualcomm GPI DMA Driver is used for DMA transfers for Serial engines
> > like Geni I2C and SPI.
> > 
> > Enable this dma driver
> > 
> > Signed-off-by: Vinod Koul <vkoul@kernel.org>
> > ---
> > 
> > Changes in v2:
> >  - As dicussed with Bjorn GPI DMA is used by Serial engines SPI/I2C so we
> >    can make this a module rather than inbuilt
> > 
> >  arch/arm64/configs/defconfig | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> > index 30516dc0b70e..d73913f082d7 100644
> > --- a/arch/arm64/configs/defconfig
> > +++ b/arch/arm64/configs/defconfig
> > @@ -948,6 +948,7 @@ CONFIG_PL330_DMA=y
> >  CONFIG_TEGRA20_APB_DMA=y
> >  CONFIG_TEGRA210_ADMA=m
> >  CONFIG_QCOM_BAM_DMA=y
> > +CONFIG_QCOM_GPI_DMA=y
> 
> Would you like me to change this to =m as I apply the patch, just to
> make it match changelog? ;)

:(

Crap, looks like i forgot to add and did the amend, would be great if
you can, or I can send a v3...

-- 
~Vinod

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

* Re: [PATCH v2] arm64: defconfig: Enable Qualcomm GPI DMA Driver
  2022-02-25  6:10   ` Vinod Koul
@ 2022-04-13  2:21     ` Bjorn Andersson
  2022-04-13  5:35       ` Vinod Koul
  0 siblings, 1 reply; 5+ messages in thread
From: Bjorn Andersson @ 2022-04-13  2:21 UTC (permalink / raw)
  To: Vinod Koul; +Cc: linux-arm-msm, linux-arm-kernel, linux-kernel

On Fri 25 Feb 00:10 CST 2022, Vinod Koul wrote:

> On 24-02-22, 23:58, Bjorn Andersson wrote:
> > On Thu 24 Feb 22:40 CST 2022, Vinod Koul wrote:
> > 
> > > Qualcomm GPI DMA Driver is used for DMA transfers for Serial engines
> > > like Geni I2C and SPI.
> > > 
> > > Enable this dma driver
> > > 
> > > Signed-off-by: Vinod Koul <vkoul@kernel.org>
> > > ---
> > > 
> > > Changes in v2:
> > >  - As dicussed with Bjorn GPI DMA is used by Serial engines SPI/I2C so we
> > >    can make this a module rather than inbuilt
> > > 
> > >  arch/arm64/configs/defconfig | 1 +
> > >  1 file changed, 1 insertion(+)
> > > 
> > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> > > index 30516dc0b70e..d73913f082d7 100644
> > > --- a/arch/arm64/configs/defconfig
> > > +++ b/arch/arm64/configs/defconfig
> > > @@ -948,6 +948,7 @@ CONFIG_PL330_DMA=y
> > >  CONFIG_TEGRA20_APB_DMA=y
> > >  CONFIG_TEGRA210_ADMA=m
> > >  CONFIG_QCOM_BAM_DMA=y
> > > +CONFIG_QCOM_GPI_DMA=y
> > 
> > Would you like me to change this to =m as I apply the patch, just to
> > make it match changelog? ;)
> 
> :(
> 
> Crap, looks like i forgot to add and did the amend, would be great if
> you can, or I can send a v3...

I concluded that you didn't send v3, so I fixed this and applied it.

Thanks,
Bjorn

> 
> -- 
> ~Vinod

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

* Re: [PATCH v2] arm64: defconfig: Enable Qualcomm GPI DMA Driver
  2022-04-13  2:21     ` Bjorn Andersson
@ 2022-04-13  5:35       ` Vinod Koul
  0 siblings, 0 replies; 5+ messages in thread
From: Vinod Koul @ 2022-04-13  5:35 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: linux-arm-msm, linux-arm-kernel, linux-kernel

On 12-04-22, 21:21, Bjorn Andersson wrote:
> On Fri 25 Feb 00:10 CST 2022, Vinod Koul wrote:
> 
> > On 24-02-22, 23:58, Bjorn Andersson wrote:
> > > On Thu 24 Feb 22:40 CST 2022, Vinod Koul wrote:
> > > 
> > > > Qualcomm GPI DMA Driver is used for DMA transfers for Serial engines
> > > > like Geni I2C and SPI.
> > > > 
> > > > Enable this dma driver
> > > > 
> > > > Signed-off-by: Vinod Koul <vkoul@kernel.org>
> > > > ---
> > > > 
> > > > Changes in v2:
> > > >  - As dicussed with Bjorn GPI DMA is used by Serial engines SPI/I2C so we
> > > >    can make this a module rather than inbuilt
> > > > 
> > > >  arch/arm64/configs/defconfig | 1 +
> > > >  1 file changed, 1 insertion(+)
> > > > 
> > > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> > > > index 30516dc0b70e..d73913f082d7 100644
> > > > --- a/arch/arm64/configs/defconfig
> > > > +++ b/arch/arm64/configs/defconfig
> > > > @@ -948,6 +948,7 @@ CONFIG_PL330_DMA=y
> > > >  CONFIG_TEGRA20_APB_DMA=y
> > > >  CONFIG_TEGRA210_ADMA=m
> > > >  CONFIG_QCOM_BAM_DMA=y
> > > > +CONFIG_QCOM_GPI_DMA=y
> > > 
> > > Would you like me to change this to =m as I apply the patch, just to
> > > make it match changelog? ;)
> > 
> > :(
> > 
> > Crap, looks like i forgot to add and did the amend, would be great if
> > you can, or I can send a v3...
> 
> I concluded that you didn't send v3, so I fixed this and applied it.

Thanks! much appreciated... I have the v3 but looks like never sent it
:-(

-- 
~Vinod

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

end of thread, other threads:[~2022-04-13  5:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-25  4:40 [PATCH v2] arm64: defconfig: Enable Qualcomm GPI DMA Driver Vinod Koul
2022-02-25  5:58 ` Bjorn Andersson
2022-02-25  6:10   ` Vinod Koul
2022-04-13  2:21     ` Bjorn Andersson
2022-04-13  5:35       ` 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).