1. 28 7月, 2011 1 次提交
    • 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
  2. 13 7月, 2011 2 次提交
  3. 24 5月, 2011 3 次提交
  4. 21 5月, 2011 2 次提交
  5. 30 3月, 2011 1 次提交
  6. 29 3月, 2011 1 次提交
  7. 19 2月, 2011 5 次提交
  8. 18 2月, 2011 1 次提交
  9. 25 1月, 2011 1 次提交
  10. 14 1月, 2011 1 次提交
  11. 23 12月, 2010 1 次提交
  12. 05 12月, 2010 1 次提交
  13. 26 11月, 2010 1 次提交
  14. 22 11月, 2010 1 次提交
  15. 04 11月, 2010 1 次提交
  16. 20 10月, 2010 2 次提交
  17. 02 10月, 2010 1 次提交
    • N
      ARM: do not define VMALLOC_END relative to PAGE_OFFSET · 7c63984b
      Nicolas Pitre 提交于
      VMALLOC_END is supposed to be an absolute value, while PAGE_OFFSET may
      vary depending on the selected user:kernel memory split mode through
      CONFIG_VMSPLIT_*.  In fact, the goal of moving PAGE_OFFSET down is to
      accommodate more directly addressed RAM by the kernel below the vmalloc
      area, and having VMALLOC_END move along PAGE_OFFSET is rather against
      the very reason why PAGE_OFFSET can be moved in the first place.
      Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      7c63984b
  18. 05 8月, 2010 1 次提交
  19. 27 7月, 2010 1 次提交
  20. 22 7月, 2010 1 次提交
  21. 19 7月, 2010 1 次提交
  22. 15 7月, 2010 1 次提交
  23. 02 5月, 2010 9 次提交