Re: [PATCH 5/7] i2c: qcom-geni: Add support for GPI DMA

2021-01-11 Thread Vinod Koul
On 11-01-21, 12:14, Bjorn Andersson wrote: > On Mon 11 Jan 09:16 CST 2021, Vinod Koul wrote: > > > This adds capability to use GSI DMA for I2C transfers > > > > Signed-off-by: Vinod Koul > > --- > > drivers/i2c/busses/i2c-qcom-geni.c | 246 - > > 1 file changed, 244

Re: [PATCH 5/7] i2c: qcom-geni: Add support for GPI DMA

2021-01-11 Thread Bjorn Andersson
On Mon 11 Jan 09:16 CST 2021, Vinod Koul wrote: > This adds capability to use GSI DMA for I2C transfers > > Signed-off-by: Vinod Koul > --- > drivers/i2c/busses/i2c-qcom-geni.c | 246 - > 1 file changed, 244 insertions(+), 2 deletions(-) > > diff --git a/drivers/i2c

[PATCH 5/7] i2c: qcom-geni: Add support for GPI DMA

2021-01-11 Thread Vinod Koul
This adds capability to use GSI DMA for I2C transfers Signed-off-by: Vinod Koul --- drivers/i2c/busses/i2c-qcom-geni.c | 246 - 1 file changed, 244 insertions(+), 2 deletions(-) diff --git a/drivers/i2c/busses/i2c-qcom-geni.c b/drivers/i2c/busses/i2c-qcom-geni.c ind