1. 29 4月, 2008 4 次提交
  2. 17 4月, 2008 1 次提交
  3. 01 4月, 2008 1 次提交
    • S
      [MIPS] Alchemy: work around clock misdetection on early Au1000 · 758e285f
      Sergei Shtylyov 提交于
      Work around the CPU clock miscalculation on Au1000DA/HA/HB due the
      sys_cpupll register being write-only, i.e. actually do what the comment
      before cal_r4off() function advertised for years but the code failed at.
      This is achieved by just giving user a chance to define the clock
      explicitly  in the board config. via CONFIG_SOC_AU1000_FREQUENCY option,
      defaulting to 396 MHz if the option is not given...
      
      The patch is based on the AMD's big unpublished patch, the issue seems to
      be an undocumented errata (or feature :-)...
      Signed-off-by: NSergei Shtylyov <sshtylyov@ru.mvista.com>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      758e285f
  4. 12 3月, 2008 1 次提交
  5. 07 2月, 2008 1 次提交
  6. 29 1月, 2008 2 次提交
  7. 28 1月, 2008 1 次提交
  8. 07 1月, 2008 1 次提交
  9. 15 12月, 2007 2 次提交
  10. 07 12月, 2007 2 次提交
  11. 30 10月, 2007 3 次提交
  12. 18 10月, 2007 2 次提交
  13. 17 10月, 2007 3 次提交
  14. 16 10月, 2007 2 次提交
  15. 12 10月, 2007 6 次提交
  16. 09 10月, 2007 1 次提交
  17. 27 8月, 2007 1 次提交
  18. 01 8月, 2007 1 次提交
  19. 14 7月, 2007 3 次提交
  20. 13 7月, 2007 1 次提交
  21. 11 7月, 2007 1 次提交
    • R
      [MIPS] Alchemy: Fix modpost warnings. · 070c7b86
      Ralf Baechle 提交于
        MODPOST vmlinux
      WARNING: arch/mips/au1000/common/built-in.o(.text+0x1750): Section mismatch: reference to .init.data: (between 'au1xxx_platform_init' and '__fixup_bigphys_addr')
      WARNING: arch/mips/au1000/common/built-in.o(.text+0x1754): Section mismatch: reference to .init.data: (between 'au1xxx_platform_init' and '__fixup_bigphys_addr')
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      070c7b86