Re: [PATCH] dmaengine: at_hdmac: remove platform data header

2021-01-06 Thread Alexandre Belloni
On 06/01/2021 11:54:53+0530, Vinod Koul wrote: > On 28-12-20, 21:30, Alexandre Belloni wrote: > > linux/platform_data/dma-atmel.h is only used by the at_hdmac driver. Move > > the CFG bits definitions back in at_hdmac_regs.h and the remaining > > definitions in the driver. > > Applied, thanks... >

Re: [PATCH] dmaengine: at_hdmac: remove platform data header

2021-01-05 Thread Vinod Koul
On 28-12-20, 21:30, Alexandre Belloni wrote: > linux/platform_data/dma-atmel.h is only used by the at_hdmac driver. Move > the CFG bits definitions back in at_hdmac_regs.h and the remaining > definitions in the driver. Applied, thanks... > /* Bitfields in CFG */ > -/* are in at_hdmac.h */ > +#de

[PATCH] dmaengine: at_hdmac: remove platform data header

2020-12-28 Thread Alexandre Belloni
linux/platform_data/dma-atmel.h is only used by the at_hdmac driver. Move the CFG bits definitions back in at_hdmac_regs.h and the remaining definitions in the driver. Signed-off-by: Alexandre Belloni --- MAINTAINERS | 1 - drivers/dma/at_hdmac.c | 1