Message ID | 1362275632-20242-3-git-send-email-cesarb@cesarb.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Sun, Mar 3, 2013 at 2:53 AM, Cesar Eduardo Barros <cesarb@cesarb.net> wrote: > The files within that directory were moved to other places over the > course of several commits. I only added the ones moved in the patch > series which finally removed the directory; untangling the rest will > take more work, since some seem to be shared with ux500. > > In fact, the ARM/Ux500 ARM ARCHITECTURE block has patterns for files > named "nomadik" too. The patterns in this pair of MAINTAINER blocks > really need a review from the respective maintainters. > > Cc: Alessandro Rubini <rubini@unipv.it> > Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> > Cc: Linus Walleij <linus.walleij@linaro.org> > Cc: STEricsson <STEricsson_nomadik_linux@list.st.com> > Cc: linux-arm-kernel@lists.infradead.org > Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> Thanks for doing this Cesar! Reviewed-by: Linus Walleij <linus.walleij@linaro.org> The reason some drivers are named "Nomadik" is that that platform was the first using that IP block, but in some cases like drivers/i2c/busses/i2c-nomadik.c the original platform has not yet been migrated to it. Yours, Linus Walleij
> In fact, the ARM/Ux500 ARM ARCHITECTURE block has patterns for files > named "nomadik" too. The patterns in this pair of MAINTAINER blocks > really need a review from the respective maintainters. Thanks! Acked-by: Alessandro Rubini <rubini@unipv.it>
diff --git a/MAINTAINERS b/MAINTAINERS index 5b64aa5..3c074d5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1009,8 +1009,11 @@ M: STEricsson <STEricsson_nomadik_linux@list.st.com> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained F: arch/arm/mach-nomadik/ -F: arch/arm/plat-nomadik/ +F: drivers/clocksource/nomadik-mtu.c F: drivers/i2c/busses/i2c-nomadik.c +F: include/linux/platform_data/clocksource-nomadik-mtu.h +F: include/linux/platform_data/dma-ste-dma40.h +F: include/linux/platform_data/pinctrl-nomadik.h T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
The files within that directory were moved to other places over the course of several commits. I only added the ones moved in the patch series which finally removed the directory; untangling the rest will take more work, since some seem to be shared with ux500. In fact, the ARM/Ux500 ARM ARCHITECTURE block has patterns for files named "nomadik" too. The patterns in this pair of MAINTAINER blocks really need a review from the respective maintainters. Cc: Alessandro Rubini <rubini@unipv.it> Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> Cc: Linus Walleij <linus.walleij@linaro.org> Cc: STEricsson <STEricsson_nomadik_linux@list.st.com> Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> --- MAINTAINERS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)