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

From: Akhil R
Date: Mon May 22 2023 - 10:58:05 EST


> 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>
> ---
> drivers/i2c/busses/i2c-tegra.c | 69 ++++++++++------------------------
> 1 file changed, 20 insertions(+), 49 deletions(-)
>
Hi Wolfram,

Thanks for applying the patch 1/2 of this series.
I saw that this patch is not applied currently.
Do we have any concerns on applying this?

Regards,
Akhil