[PATCH v2 2/9] dmaengine: st_fdma: Add st fdma platform specific header
From: peter.griffin@linaro.org (Peter Griffin)
Date: 2015-09-29 09:24:52
Also in:
linux-devicetree, lkml
From: peter.griffin@linaro.org (Peter Griffin)
Date: 2015-09-29 09:24:52
Also in:
linux-devicetree, lkml
Hi Arnd, On Fri, 11 Sep 2015, Arnd Bergmann wrote:
On Friday 11 September 2015 15:14:24 Peter Griffin wrote:quoted
Signed-off-by: Ludovic Barre <redacted> Signed-off-by: Peter Griffin <peter.griffin@linaro.org> --- include/linux/platform_data/dma-st_fdma.h | 72 +++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 include/linux/platform_data/dma-st_fdma.hThis clearly needs an explanation of which platforms require the header. On ARM, all new platforms use DT, so it's obviously not one of them.
I will move the relevant parts into the st_fdma.h header file, as no other platforms will be upstreamed that are not DT based. regards, Peter.