1. 08 12月, 2011 7 次提交
  2. 10 11月, 2011 1 次提交
  3. 31 10月, 2011 2 次提交
  4. 25 10月, 2011 2 次提交
  5. 24 10月, 2011 1 次提交
  6. 18 10月, 2011 2 次提交
  7. 14 10月, 2011 1 次提交
  8. 12 10月, 2011 1 次提交
  9. 05 10月, 2011 7 次提交
  10. 26 9月, 2011 2 次提交
  11. 22 9月, 2011 1 次提交
  12. 21 9月, 2011 1 次提交
  13. 11 9月, 2011 3 次提交
  14. 30 8月, 2011 1 次提交
  15. 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
  16. 25 7月, 2011 1 次提交
  17. 09 7月, 2011 1 次提交
  18. 21 6月, 2011 1 次提交
    • J
      ARM: Xilinx: Adding Xilinx board support · b85a3ef4
      John Linn 提交于
      The 1st board support is minimal to get a system up and running
      on the Xilinx platform.
      
      This platform reuses the clock implementation from plat-versatile, and
      it depends entirely on CONFIG_OF support.  There is only one board
      support file which obtains all device information from a device tree
      dtb file which is passed to the kernel at boot time.
      Signed-off-by: NJohn Linn <john.linn@xilinx.com>
      b85a3ef4