[PATCH 0/3] Add GPI DMA support for SM6350
From: Luca Weiss
Date: Fri Aug 12 2022 - 04:28:12 EST
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/20220807140455.409417-1-robin.reckmann@xxxxxxxxx/
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