Re: [PATCH 08/18] dmaengine: bcm2835: pass dma_chan to generic functions

2024-06-24 Thread Dave Stevenson
Hi Frank. On Wed, 5 Jun 2024 at 19:05, Frank Li wrote: > > On Fri, May 24, 2024 at 07:26:52PM +0100, Dave Stevenson wrote: > > From: Stefan Wahren > > > > In preparation to support more platforms pass the dma_chan to the > > generic functions. This provides access to the DMA device and possible

Re: [PATCH 08/18] dmaengine: bcm2835: pass dma_chan to generic functions

2024-06-05 Thread Frank Li
On Fri, May 24, 2024 at 07:26:52PM +0100, Dave Stevenson wrote: > From: Stefan Wahren > > In preparation to support more platforms pass the dma_chan to the > generic functions. This provides access to the DMA device and possible > platform specific data. why need this change? you can easy conver

[PATCH 08/18] dmaengine: bcm2835: pass dma_chan to generic functions

2024-05-24 Thread Dave Stevenson
From: Stefan Wahren In preparation to support more platforms pass the dma_chan to the generic functions. This provides access to the DMA device and possible platform specific data. Signed-off-by: Stefan Wahren Signed-off-by: Dave Stevenson --- drivers/dma/bcm2835-dma.c | 24 ++