> 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 :)