RE: [PATCH v6 RESEND 2/2] i2c: tegra: Share same DMA channel for RX and TX

From: Akhil R
Date: Mon Jun 05 2023 - 05:24:32 EST


> On Thu, Apr 27, 2023 at 06:09:15PM +0530, Akhil R wrote:
> > Allocate only one DMA channel for I2C and share it for both TX and RX
> > instead of using two different DMA hardware channels with the same
> > slave ID. Since I2C supports only half duplex, there is no impact on
> > perf with this.
> >
> > Signed-off-by: Akhil R <akhilrajeev@xxxxxxxxxx>
> > Acked-by: Thierry Reding <treding@xxxxxxxxxx>
>
> Applied to for-next, thanks!
>
> No, there wasn't an issue with this patch. I just needed to make sure
> patch 1 (which was for-current material) landed upstream to avoid merge
> conflicts.

Thank you :)