[PATCH 1/4] ARM: tegra: use #include for all device trees

Stephen Warren swarren at wwwdotorg.org
Mon May 20 13:46:54 EDT 2013


On 05/13/2013 01:24 PM, Stephen Warren wrote:
> From: Stephen Warren <swarren at nvidia.com>
> 
> Replace /include/ (dtc) with #include (C pre-processor) for all Tegra DT
> files, so that gcc -E handles the entire include tree, and hence any of
> those files can #include some other file e.g. for constant definitions.
> 
> This allows future use of #defines and header files in order to define
> names for various constants, such as the IDs and flags in GPIO
> specifiers. Use of those features will increase the readability of the
> device tree files.

I have applied this series, with patch 3/4 replaced with V3 of that patch.



More information about the linux-arm-kernel mailing list