> 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