Re: [PATCH 5/6] dts, arm64: Move dts files to vendor subdirs

From: Rob Herring
Date: Fri Sep 05 2014 - 08:46:44 EST


On Fri, Sep 5, 2014 at 1:48 AM, Robert Richter <rric@xxxxxxxxxx> wrote:
> From: Robert Richter <rrichter@xxxxxxxxxx>
>
> Moving dts files to vendor subdirs.
>
> Signed-off-by: Robert Richter <rrichter@xxxxxxxxxx>
> ---
> arch/arm64/boot/dts/Makefile | 4 +-
> arch/arm64/boot/dts/apm-mustang.dts | 34 --
> arch/arm64/boot/dts/apm-storm.dtsi | 425 -----------------------
> arch/arm64/boot/dts/apm/Makefile | 5 +
> arch/arm64/boot/dts/apm/apm-mustang.dts | 34 ++
> arch/arm64/boot/dts/apm/apm-storm.dtsi | 425 +++++++++++++++++++++++
> arch/arm64/boot/dts/arm/Makefile | 6 +
> arch/arm64/boot/dts/arm/foundation-v8.dts | 232 +++++++++++++
> arch/arm64/boot/dts/arm/rtsm_ve-aemv8a.dts | 159 +++++++++
> arch/arm64/boot/dts/arm/rtsm_ve-motherboard.dtsi | 240 +++++++++++++
> arch/arm64/boot/dts/foundation-v8.dts | 232 -------------
> arch/arm64/boot/dts/rtsm_ve-aemv8a.dts | 159 ---------
> arch/arm64/boot/dts/rtsm_ve-motherboard.dtsi | 240 -------------
> 13 files changed, 1103 insertions(+), 1092 deletions(-)

This should be sent with renames enabled (-M option). You can enable
it by default with this in your git config:

[diff]
renames = true

Otherwise,

Acked-by: Rob Herring <robh@xxxxxxxxxx>

Rob
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/