1. 29 5月, 2013 1 次提交
    • S
      ARM: tegra: use #include for all device trees · 1bd0bd49
      Stephen Warren 提交于
      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.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      1bd0bd49
  2. 05 4月, 2013 1 次提交
  3. 04 4月, 2013 1 次提交
  4. 29 1月, 2013 2 次提交