Merge tag 'tegra-for-3.10-dtc-cpp-chroot-std-headers' of git://git.kernel.org/pub/scm/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.