[GIT PULL] ARM: tegra: dt2 branch
Stephen Warren
swarren at wwwdotorg.org
Mon May 14 15:04:13 EDT 2012
On 05/14/2012 12:54 PM, Arnd Bergmann wrote:
> On Monday 14 May 2012, Stephen Warren wrote:
>> This is some late device tree additions and cleanup for Tegra.
>
> Hi Stephen,
>
> The log you sent there does not match what I got. These are the changes I got
> from pulling your tree:
>
> ARM: dt: tegra: invert status=disable vs status=okay
> ARM: dt: tegra: consistent basic property ordering
> ARM: dt: tegra: sort nodes based on bus order
> ARM: dt: tegra: remove duplicate device_type property
> ARM: dt: tegra: consistenly use lower-case for hex constants
> ARM: dt: tegra: format regs properties consistently
> ARM: dt: tegra: gpio comment cleanup
> ARM: dt: tegra: remove unnecessary unit addresses
> ARM: dt: tegra: whitespace cleanup
> ARM: dt: tegra cardhu: fix typo in SDHCI node name
> ARM: dt: tegra: cardhu: register core regulator tps62361
> ARM: dt: tegra30.dtsi: Add SMMU node
> ARM: dt: tegra20.dtsi: Add GART node
> ARM: dt: tegra30.dtsi: Add Memory Controller(MC) nodes
> ARM: dt: tegra20.dtsi: Add Memory Controller(MC) nodes
> ARM: dt: tegra: Add device tree support for AHB
Those look good. I assume the problem is in the diffstat not the log...
> arch/arm/boot/dts/tegra-cardhu.dts | 77 +++++++-----------
> arch/arm/boot/dts/tegra-harmony.dts | 100 +++++++++++------------
> arch/arm/boot/dts/tegra-paz00.dts | 112 ++++++++++++-------------
> arch/arm/boot/dts/tegra-seaboard.dts | 176 +++++++++++++++++++---------------------
> arch/arm/boot/dts/tegra-trimslice.dts | 71 +++++++---------
> arch/arm/boot/dts/tegra-ventana.dts | 90 ++++++++++-----------
> arch/arm/boot/dts/tegra20.dtsi | 275 +++++++++++++++++++++++++++++++++++---------------------------
> arch/arm/boot/dts/tegra30.dtsi | 292 ++++++++++++++++++++++++++++++++++++++----------------------------
> 8 files changed, 605 insertions(+), 588 deletions(-)
>
> I can't see anything wrong with your commits but please check again that it all makes
> sense and let me know if I should really pull this version.
I think that looks OK. I probably just generated the diffstat backwards.
I ran:
git diff -M --stat=75 --summary $TIP_SHA..$BASE_SHA
Perhaps I should have run:
git diff -M --stat=75 --summary $BASE_SHA..$TIP_SHA
where BASE_SHA is the merge the branch was based on, and TIP_SHA is the
latest commit in the branch.
More information about the linux-arm-kernel
mailing list