2022-08-12 09:10:45

by Luca Weiss

[permalink] [raw]
Subject: [PATCH 0/3] Add GPI DMA support for SM6350

This series hooks up GPI DMA support for the SM6350 I2C.

It has been tested using himax,hxcommon driver that I forward-ported
from the original vendor kernel on fairphone-fp4 - previously I have
used i2c-gpio bitbang in my tree.

This also requires the fix from Robin[0] that has already been
accepted into linux-next, otherwise I2C communication fails to work.

[0] https://lore.kernel.org/linux-arm-msm/[email protected]/

Luca Weiss (3):
dt-bindings: dmaengine: qcom: gpi: add compatible for SM6350
dmaengine: qcom: gpi: Add SM6350 support
arm64: dts: qcom: sm6350: Add GPI DMA nodes

.../devicetree/bindings/dma/qcom,gpi.yaml | 1 +
arch/arm64/boot/dts/qcom/sm6350.dtsi | 59 +++++++++++++++++++
drivers/dma/qcom/gpi.c | 1 +
3 files changed, 61 insertions(+)

--
2.37.1


2022-08-30 00:24:11

by Bjorn Andersson

[permalink] [raw]
Subject: Re: (subset) [PATCH 0/3] Add GPI DMA support for SM6350

On Fri, 12 Aug 2022 10:27:18 +0200, Luca Weiss wrote:
> This series hooks up GPI DMA support for the SM6350 I2C.
>
> It has been tested using himax,hxcommon driver that I forward-ported
> from the original vendor kernel on fairphone-fp4 - previously I have
> used i2c-gpio bitbang in my tree.
>
> This also requires the fix from Robin[0] that has already been
> accepted into linux-next, otherwise I2C communication fails to work.
>
> [...]

Applied, thanks!

[3/3] arm64: dts: qcom: sm6350: Add GPI DMA nodes
commit: 9f0149caf0dc1c1261a612b0653d31d998f80596

Best regards,
--
Bjorn Andersson <[email protected]>

2022-09-04 17:13:22

by Vinod Koul

[permalink] [raw]
Subject: Re: [PATCH 0/3] Add GPI DMA support for SM6350

On 12-08-22, 10:27, Luca Weiss wrote:
> This series hooks up GPI DMA support for the SM6350 I2C.
>
> It has been tested using himax,hxcommon driver that I forward-ported
> from the original vendor kernel on fairphone-fp4 - previously I have
> used i2c-gpio bitbang in my tree.

Applied 1-2, thanks

--
~Vinod