Hi, On Mon, Nov 24, 2014 at 6:00 AM, Arnd Bergmann <arnd@xxxxxxxx> wrote: >> --- >> .../devicetree/bindings/mips/brcm/bmips.txt | 8 + >> .../devicetree/bindings/mips/brcm/soc.txt | 12 ++ >> arch/mips/Kbuild.platforms | 1 + >> arch/mips/Kconfig | 36 ++++ >> arch/mips/bmips/Kconfig | 50 ++++++ >> arch/mips/bmips/Makefile | 1 + >> arch/mips/bmips/Platform | 7 + >> arch/mips/bmips/dma.c | 141 +++++++++++++++ >> arch/mips/bmips/irq.c | 38 ++++ >> arch/mips/bmips/setup.c | 195 +++++++++++++++++++++ >> arch/mips/boot/dts/Makefile | 9 + >> arch/mips/boot/dts/bcm3384_viper.dtsi | 108 ++++++++++++ >> arch/mips/boot/dts/bcm3384_zephyr.dtsi | 126 +++++++++++++ >> arch/mips/boot/dts/bcm6328.dtsi | 87 +++++++++ >> arch/mips/boot/dts/bcm6368.dtsi | 94 ++++++++++ >> arch/mips/boot/dts/bcm7125.dtsi | 107 +++++++++++ >> arch/mips/boot/dts/bcm7346.dtsi | 192 ++++++++++++++++++++ >> arch/mips/boot/dts/bcm7360.dtsi | 129 ++++++++++++++ >> arch/mips/boot/dts/bcm7420.dtsi | 151 ++++++++++++++++ >> arch/mips/boot/dts/bcm7425.dtsi | 191 ++++++++++++++++++++ > > I hadn't noticed before that the dts files are now all in one > directory on MIPS, apparently after a patch from Andrew Brewsticker. > We should really coordinate these things better, we have just merged > an arm64 patch to split out the files into multiple directories. FWIW, I'm planning on sending a patch once 3.19-rc1 is released to move the DTs into per-vendor sub-directories. I was expecting to do it for 3.19, but Robert Richter's series which added kbuild support for the vendor sub-directories did not end up landing in 3.18.