1. 09 2月, 2010 1 次提交
  2. 29 1月, 2010 3 次提交
  3. 11 12月, 2009 4 次提交
  4. 24 11月, 2009 8 次提交
  5. 30 10月, 2009 1 次提交
  6. 16 10月, 2009 1 次提交
  7. 15 10月, 2009 1 次提交
  8. 23 9月, 2009 1 次提交
  9. 23 7月, 2009 1 次提交
  10. 21 5月, 2009 1 次提交
  11. 19 5月, 2009 1 次提交
  12. 27 4月, 2009 2 次提交
  13. 01 4月, 2009 1 次提交
  14. 10 1月, 2009 1 次提交
  15. 21 12月, 2008 3 次提交
  16. 03 12月, 2008 2 次提交
  17. 19 11月, 2008 1 次提交
  18. 31 10月, 2008 1 次提交
    • J
      OF-device: Don't overwrite numa_node in device registration · 6098e2ee
      Jeremy Kerr 提交于
      Currently, the numa_node of OF-devices will be overwritten during
      device_register, which simply sets the node to -1.  On cell machines,
      this means that devices can't find their IOMMU, which is referenced
      through the device's numa node.
      
      Set the numa node for OF devices with no parent, and use the
      lower-level device_initialize and device_add functions, so that the
      node is preserved.
      
      We can remove the call to set_dev_node in of_device_alloc, as it
      will be overwritten during register.
      Signed-off-by: NJeremy Kerr <jk@ozlabs.org>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      6098e2ee
  19. 21 10月, 2008 2 次提交
  20. 14 10月, 2008 1 次提交
  21. 13 10月, 2008 1 次提交
  22. 10 10月, 2008 1 次提交
  23. 09 10月, 2008 1 次提交