Re: [PATCH 20/41] dma: omap: hide legacy interface

2022-04-21 Thread Vinod Koul
On 19-04-22, 15:37, Arnd Bergmann wrote: > From: Arnd Bergmann > > The legacy interface for omap-dma is only used on OMAP1, and the > same is true for the non-DT case. Make both of these conditional on > CONFIG_ARCH_OMAP1 being set to simplify the dependency. Acked-By: Vinod Koul -- ~Vinod

[PATCH 20/41] dma: omap: hide legacy interface

2022-04-19 Thread Arnd Bergmann
From: Arnd Bergmann The legacy interface for omap-dma is only used on OMAP1, and the same is true for the non-DT case. Make both of these conditional on CONFIG_ARCH_OMAP1 being set to simplify the dependency. The non-OMAP stub functions in include/linux/omap-dma.h are note needed any more either