1. 30 4月, 2013 6 次提交
  2. 18 4月, 2013 1 次提交
  3. 29 3月, 2013 1 次提交
  4. 05 3月, 2013 1 次提交
  5. 03 3月, 2013 3 次提交
  6. 28 2月, 2013 3 次提交
  7. 25 2月, 2013 1 次提交
  8. 22 2月, 2013 16 次提交
  9. 19 2月, 2013 1 次提交
  10. 14 2月, 2013 1 次提交
  11. 13 2月, 2013 1 次提交
    • S
      kbuild: limit dtc+cpp include path · e570d7c1
      Stephen Warren 提交于
      Device tree source files may now include header files. The intent is
      that those header files define/name constants used as part of the DT
      bindings. Currently this feature is open to abuse, since any kernel
      header file at all can be included, This could allow device tree files
      to become dependant on kernel headers files, and thus make them no
      longer OS-independent. This would also prevent separating the device
      tree source files from the kernel repository.
      
      Solve this by limiting the cpp include path for device tree files to
      separate directories.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      e570d7c1
  12. 09 2月, 2013 2 次提交
  13. 08 2月, 2013 1 次提交
  14. 05 2月, 2013 1 次提交
  15. 30 1月, 2013 1 次提交