From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: Vinod Koul <vkoul@kernel.org>
Cc: linux-arm-msm@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2] arm64: defconfig: Enable Qualcomm GPI DMA Driver
Date: Tue, 12 Apr 2022 21:21:10 -0500 [thread overview]
Message-ID: <YlYzlmlKUAOBna4A@builder.lan> (raw)
In-Reply-To: <Yhhywyf2ms44Lec2@matsya>
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
WARNING: multiple messages have this Message-ID (diff)
From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: Vinod Koul <vkoul@kernel.org>
Cc: linux-arm-msm@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2] arm64: defconfig: Enable Qualcomm GPI DMA Driver
Date: Tue, 12 Apr 2022 21:21:10 -0500 [thread overview]
Message-ID: <YlYzlmlKUAOBna4A@builder.lan> (raw)
In-Reply-To: <Yhhywyf2ms44Lec2@matsya>
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
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-04-13 2:21 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-25 4:40 [PATCH v2] arm64: defconfig: Enable Qualcomm GPI DMA Driver Vinod Koul
2022-02-25 4:40 ` Vinod Koul
2022-02-25 5:58 ` Bjorn Andersson
2022-02-25 5:58 ` Bjorn Andersson
2022-02-25 6:10 ` Vinod Koul
2022-02-25 6:10 ` Vinod Koul
2022-04-13 2:21 ` Bjorn Andersson [this message]
2022-04-13 2:21 ` Bjorn Andersson
2022-04-13 5:35 ` Vinod Koul
2022-04-13 5:35 ` Vinod Koul
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YlYzlmlKUAOBna4A@builder.lan \
--to=bjorn.andersson@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=vkoul@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.