Message ID | 1436371888-27863-7-git-send-email-peter.griffin@linaro.org |
---|---|
State | New |
Headers | show |
On Wed, 08 Jul 2015, Peter Griffin wrote: > 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.c How about you replace both lines with: F: drivers/dma/st_fdma* > F: drivers/i2c/busses/i2c-st.c > F: drivers/media/rc/st_rc.c > F: drivers/mmc/host/sdhci-st.c
Hi Lee, On Wed, 26 Aug 2015, Lee Jones wrote: > On Wed, 08 Jul 2015, Peter Griffin wrote: > > > 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.c > > How about you replace both lines with: > > F: drivers/dma/st_fdma* Ok, will fix in next version. regards, Peter. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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.c F: drivers/i2c/busses/i2c-st.c F: drivers/media/rc/st_rc.c F: drivers/mmc/host/sdhci-st.c
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(+)