1. 30 9月, 2013 2 次提交
  2. 30 8月, 2013 1 次提交
  3. 03 6月, 2013 2 次提交
    • B
      arm: prima2: use of_platform_populate instead of of_platform_bus_probe · 3cc3b617
      Barry Song 提交于
      use of_platform_populate to populate platform devices, it is suitable
      for creating devices which are children of the root node, then makes
      things like pcm work.
      
      this patch removes sirfsoc_mach_init() function and lets arm core do
      of_platform_populate:
      
          static int __init customize_machine(void)
          {
                  /*
                   * customizes platform devices, or adds new ones
                   * On DT based machines, we fall back to populating the
                   * machine from the device tree, if no callback is provided,
                   * otherwise we would always need an init_machine callback.
                   */
                  if (machine_desc->init_machine)
                          machine_desc->init_machine();
                  else
                          of_platform_populate(NULL, of_default_bus_match_table,
                                                  NULL, NULL);
                  return 0;
          }
      Signed-off-by: NBarry Song <Baohua.Song@csr.com>
      Signed-off-by: NRongjun Ying <Rongjun.Ying@csr.com>
      3cc3b617
    • B
      ARM: prima2: fix a checkpatch issue · 5a0ec569
      Barry Song 提交于
      WARNING: please, no spaces at the start of a line
      42: FILE: common.c:42:
      +       "sirf,prima2",$
      
      WARNING: please, no spaces at the start of a line
      43: FILE: common.c:43:
      +       NULL$
      Signed-off-by: NBarry Song <Baohua.Song@csr.com>
      5a0ec569
  4. 24 5月, 2013 1 次提交
  5. 25 3月, 2013 3 次提交
  6. 19 3月, 2013 1 次提交
  7. 05 2月, 2013 1 次提交
  8. 22 1月, 2013 3 次提交
  9. 25 12月, 2012 1 次提交
  10. 28 8月, 2012 1 次提交
  11. 25 8月, 2012 1 次提交
  12. 08 5月, 2012 1 次提交
  13. 05 1月, 2012 1 次提交
  14. 02 12月, 2011 1 次提交
  15. 01 10月, 2011 1 次提交
  16. 07 9月, 2011 1 次提交
  17. 22 8月, 2011 1 次提交
  18. 09 7月, 2011 2 次提交