1. 20 1月, 2015 4 次提交
  2. 30 5月, 2014 1 次提交
  3. 18 3月, 2014 1 次提交
    • A
      ARM: prima2: build reset code standalone · 48352e52
      Arnd Bergmann 提交于
      The prima2 platform code currently depends on the rstc
      implementation and that in turn depends on the reset
      controller framework. This removes the platform dependency
      by letting the driver access arm_pm_restart directly
      to turn the driver into a standalone entity, and also
      removes the dependency on the reset controller framework
      by using "if (IS_ENABLED(CONFIG_RESET_CONTROLLER))". This
      will cause all code that is used for the reset controller
      to be dropped by the compiler if the framework is disabled.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      48352e52
  4. 05 3月, 2014 2 次提交
  5. 30 9月, 2013 2 次提交
  6. 30 8月, 2013 1 次提交
  7. 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
  8. 24 5月, 2013 1 次提交
  9. 25 3月, 2013 3 次提交
  10. 19 3月, 2013 1 次提交
  11. 05 2月, 2013 1 次提交
  12. 22 1月, 2013 3 次提交
  13. 25 12月, 2012 1 次提交
  14. 28 8月, 2012 1 次提交
  15. 25 8月, 2012 1 次提交
  16. 08 5月, 2012 1 次提交
  17. 05 1月, 2012 1 次提交
  18. 02 12月, 2011 1 次提交
  19. 01 10月, 2011 1 次提交
  20. 07 9月, 2011 1 次提交
  21. 22 8月, 2011 1 次提交
  22. 09 7月, 2011 2 次提交