Re: [PATCH 19/41] ARM: omap: dma: make usb support optional

2022-04-29 Thread Péter Ujfalusi
On 4/19/22 16:37, Arnd Bergmann wrote: > From: Arnd Bergmann > > Most of the plat-omap/dma.c code is specific to the USB > driver. The reason is simple: the omap_udc is the only driver which has not been ported to DMAengine. I had a patch if I recall to convert it, but I don't have a way to t

[PATCH 19/41] ARM: omap: dma: make usb support optional

2022-04-19 Thread Arnd Bergmann
From: Arnd Bergmann Most of the plat-omap/dma.c code is specific to the USB driver. Hide that code when it is not in use, to make it clearer which parts are actually still required. Signed-off-by: Arnd Bergmann --- arch/arm/plat-omap/dma.c | 45 +- drivers