1. 30 7月, 2014 2 次提交
  2. 28 5月, 2014 1 次提交
  3. 01 4月, 2014 1 次提交
    • R
      MIPS: Fix gigaton of warning building with microMIPS. · a809d460
      Ralf Baechle 提交于
      With binutils 2.24 the attempt to switch with microMIPS mode to MIPS III
      mode through .set mips3 results in *lots* of warnings like
      
      {standard input}: Assembler messages:
      {standard input}:397: Warning: the 64-bit MIPS architecture does not support the `smartmips' extension
      
      during a kernel build.  Fixed by using .set arch=r4000 instead.
      
      This breaks support for building the kernel with binutils 2.13 which
      was supported for 32 bit kernels only anyway and 2.14 which was a bad
      vintage for MIPS anyway.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      a809d460
  4. 27 3月, 2014 1 次提交
  5. 25 1月, 2014 1 次提交
  6. 19 9月, 2013 1 次提交
  7. 22 5月, 2013 1 次提交
  8. 01 2月, 2013 1 次提交
  9. 27 12月, 2012 1 次提交
  10. 23 10月, 2012 3 次提交
  11. 23 7月, 2012 1 次提交
  12. 21 2月, 2012 1 次提交
    • M
      MIPS: Alchemy: Increase minimum timeout for 32kHz timer. · 8e365790
      Manuel Lauss 提交于
      Since a clocksource change post 3.2-rc1, tasks on my DB1500 board
      hang after random amounts of time (from a few minutes to a few hours),
      regardless of load.  Debugging showed that the compare-match register
      value is a few seconds lower than the current counter value.
      
      The minimum value of 8 was initialy determined by a trial-and-error
      approach.  Currently it is sufficient for all Alchemys (without PCI
      apparently), independent of CPU clock;  only the DB1500 and DB1550
      boards experience these timer-related tasks hangs now.
      
      This patch increases the minimum timeout by 1 (to 9 counter ticks)
      which seems sufficient since the systems are still working perfectly
      fine after over 24 hours.
      Signed-off-by: NManuel Lauss <manuel.lauss@googlemail.com>
      Cc: linux-mips@linux-mips.org
      Patchwork: https://patchwork.linux-mips.org/patch/3214/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      8e365790
  13. 08 12月, 2011 6 次提交
  14. 25 10月, 2011 10 次提交
  15. 21 9月, 2011 2 次提交
  16. 19 5月, 2011 7 次提交