On Fri, 19 Jan 2024 at 15:00, Mrinmay Sarkar <quic_msarkar@xxxxxxxxxxx> wrote: > > From: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx> > > eDMA client drivers defining the irq_vector() callback need to access the > members of dw_edma_chip structure. So let's pass that pointer instead. Nit: 'will need'. They do not need to do that at this point, but will need it at the next commit. I'd rephrase it to something like 'In preparation to ...' Other than that: Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > > Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx> > Signed-off-by: Mrinmay Sarkar <quic_msarkar@xxxxxxxxxxx> > --- > drivers/dma/dw-edma/dw-edma-core.c | 11 +++++------ > drivers/dma/dw-edma/dw-edma-pcie.c | 4 ++-- > drivers/pci/controller/dwc/pcie-designware.c | 4 ++-- > include/linux/dma/edma.h | 3 ++- > 4 files changed, 11 insertions(+), 11 deletions(-) -- With best wishes Dmitry