1. 24 12月, 2013 1 次提交
  2. 08 10月, 2013 4 次提交
  3. 30 8月, 2013 1 次提交
    • S
      ARM: shmobile: r8a7779: Update early timer initialisation order · 7658ea2f
      Simon Horman 提交于
      a894fcc2 ("ARM: smp_twd: Divorce smp_twd
      from local timer API") altered twd_local_timer_common_register() so that it
      may make use of late_timer_init.
      
      This is problematic on marzen with Magnus's recent patch "ARM: shmobile:
      marzen: Switch to DT_MACHINE_START" which switches marzen around to enable
      USE_OF and thus shmobile_timer_init(), which is registered as
      late_time_init by shmobile_earlytimer_init() stops being a no-op.
      
      As a work-around I have updated r8a7779_earlytimer_init() so that
      shmobile_earlytimer_init() is called after r8a7779_register_twd().
      Or in other words, the shmobile_earlytimer_init() setting of
      late_time_init overwrites that of twd_local_timer_common_register().
      Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
      Acked-by: NMagnus Damm <damm@opensource.se>
      7658ea2f
  4. 25 8月, 2013 1 次提交
  5. 06 8月, 2013 3 次提交
  6. 30 7月, 2013 1 次提交
  7. 25 7月, 2013 1 次提交
  8. 24 7月, 2013 1 次提交
  9. 17 7月, 2013 1 次提交
  10. 11 6月, 2013 6 次提交
  11. 05 6月, 2013 1 次提交
  12. 05 4月, 2013 1 次提交
  13. 03 4月, 2013 1 次提交
  14. 13 3月, 2013 7 次提交
  15. 25 1月, 2013 2 次提交
  16. 25 12月, 2012 1 次提交
  17. 06 11月, 2012 1 次提交
  18. 19 10月, 2012 1 次提交
  19. 04 9月, 2012 1 次提交
  20. 13 5月, 2012 1 次提交
    • M
      ARM / mach-shmobile: r8a7779 SMP TWD boot regression fix · b759bd11
      Magnus Damm 提交于
      Fix SMP TWD boot regression on r8a7779 based platforms caused by:
      
      4200b16d ARM: shmobile: convert to twd_local_timer_register() interface
      
      After the merge of the above commit it has been impossible to boot
      r8a7779 based SoCs with SMP enabled and CONFIG_HAVE_ARM_TWD=y. The
      kernel crashes at smp_init_cpus() timing which is before the console
      has been initialized, so to the user this looks like a kernel lock up
      without any particular error message.
      
      This patch fixes the regression on r8a7779 by moving the TWD
      registration code from smp_init_cpus() to sys_timer->init() time.
      Signed-off-by: NMagnus Damm <damm@opensource.se>
      Acked-by: NMarc Zyngier <marc.zyngier@arm.com>
      Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
      b759bd11
  21. 14 3月, 2012 1 次提交
  22. 13 3月, 2012 2 次提交