Merge tag 'tegra-for-3.10-dtc-cpp-chroot-std-headers' of git://git.kernel.org/pub...
authorRob Herring <rob.herring@calxeda.com>
Tue, 9 Apr 2013 19:59:04 +0000 (14:59 -0500)
committerRob Herring <rob.herring@calxeda.com>
Tue, 9 Apr 2013 19:59:04 +0000 (14:59 -0500)
commita2f682aeeecfa791de19de63509566d156d0d1a3
treee291ca2915e4fc61e3a47ccf2fceedd084f6fba3
parentd450f445f9a654080a6be4094376c2192d9a1f36
parent4be505d4fc7a07371a2b658469ca1dda99993ca3
Merge tag 'tegra-for-3.10-dtc-cpp-chroot-std-headers' of git://git./linux/kernel/git/swarren/linux-tegra into for-next

Pull DT C pre-processor changes from Stephen Warren:

dt: run C pre-processor on *.dts, create some standard headers

This branch enhances the support for running dtc on device tree files.

A dedicated directory is created for header files that provide constants
for device-tree bindings.

The kbuild dependency script processor is enhanced to support processing
the dependency outputs from multiple separate commands at once.

The kbuild dtc rule is modified so that the C pre-processor is always
applied when compiling any device tree.

Some standard headers are created which define common constants for GPIO,
IRQ, and ARM GIC device tree bindings.