[PATCH 6/7] MAINTAINERS: Add FDMA driver files to STi section.
From: peter.griffin@linaro.org (Peter Griffin)
Date: 2015-09-02 15:14:56
Also in:
linux-devicetree, lkml
From: peter.griffin@linaro.org (Peter Griffin)
Date: 2015-09-02 15:14:56
Also in:
linux-devicetree, lkml
Hi Lee, On Wed, 26 Aug 2015, Lee Jones wrote:
On Wed, 08 Jul 2015, Peter Griffin wrote:quoted
This patch adds the FDMA driver files to the STi section of the maintainers file. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)diff --git a/MAINTAINERS b/MAINTAINERS index 8133cef..8cb1ad9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS@@ -1503,6 +1503,8 @@ S: Maintained F: arch/arm/mach-sti/ F: arch/arm/boot/dts/sti* F: drivers/clocksource/arm_global_timer.c +F: drivers/dma/st_fdma.* +F: drivers/dma/st_fdma_xbar.cHow about you replace both lines with: F: drivers/dma/st_fdma*
Ok, will fix in next version. regards, Peter.