1. 10 11月, 2011 1 次提交
  2. 09 11月, 2011 1 次提交
  3. 31 10月, 2011 2 次提交
  4. 25 10月, 2011 3 次提交
  5. 24 10月, 2011 1 次提交
  6. 18 10月, 2011 2 次提交
  7. 17 10月, 2011 3 次提交
  8. 14 10月, 2011 1 次提交
  9. 12 10月, 2011 1 次提交
  10. 05 10月, 2011 7 次提交
  11. 26 9月, 2011 2 次提交
  12. 22 9月, 2011 1 次提交
  13. 21 9月, 2011 1 次提交
  14. 15 9月, 2011 6 次提交
  15. 11 9月, 2011 3 次提交
  16. 30 8月, 2011 1 次提交
  17. 08 8月, 2011 1 次提交
  18. 28 7月, 2011 2 次提交
    • G
      arm/dt: tegra devicetree support · 8e267f3d
      Grant Likely 提交于
      Everything required to populate NVIDIA Tegra devices from the device
      tree.  This patch adds a new DT_MACHINE_DESC() which matches against
      a tegra20 device tree.  So far it only registers the on-chip devices,
      but it will be refined in follow on patches to configure clocks and
      pin IO from the device tree also.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      8e267f3d
    • G
      arm/versatile: Add device tree support · 3ba7222a
      Grant Likely 提交于
      For testing the dt work, define a dt-enabled versatile platform.
      
      This patch adds a new versatile platform for when using the device
      tree.  Add platform and amba devices are discovered and registered by
      parsing the device tree.  Clocks and initial io mappings are still
      configured statically.
      
      This patch still depends on some static platform_data for a few devices
      which is passed via the auxdata structure to of_platform_populate(),
      but it is a viable starting point until the drivers can get all
      configuration data out of the device tree.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      3ba7222a
  19. 25 7月, 2011 1 次提交