1. 30 7月, 2014 4 次提交
  2. 05 6月, 2014 1 次提交
  3. 28 5月, 2014 1 次提交
  4. 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
  5. 27 3月, 2014 4 次提交
  6. 07 3月, 2014 1 次提交
  7. 04 2月, 2014 1 次提交
  8. 25 1月, 2014 1 次提交
  9. 30 10月, 2013 1 次提交
  10. 30 9月, 2013 1 次提交
  11. 19 9月, 2013 1 次提交
  12. 22 5月, 2013 1 次提交
  13. 08 5月, 2013 2 次提交
  14. 01 2月, 2013 1 次提交
  15. 27 12月, 2012 1 次提交
  16. 23 10月, 2012 3 次提交
  17. 11 10月, 2012 3 次提交
  18. 17 8月, 2012 1 次提交
    • B
      MIPS: MTX-1: Add udelay to mtx1_pci_idsel · 143ec74e
      Bruno Randolf 提交于
      Without this udelay(1) PCI idsel does not work correctly on the
      "singleboard" (T-Mobile Surfbox) for the MiniPCI device. The result is
      that PCI configuration fails and the MiniPCI card is not detected
      correctly. Instead of
      
      PCI host bridge to bus 0000:00
      pci_bus 0000:00: root bus resource [mem 0x40000000-0x4fffffff]
      pci_bus 0000:00: root bus resource [io  0x1000-0xffff]
      pci 0000:00:03.0: BAR 0: assigned [mem 0x40000000-0x4000ffff]
      pci 0000:00:00.0: BAR 0: assigned [mem 0x40010000-0x40010fff]
      pci 0000:00:00.1: BAR 0: assigned [mem 0x40011000-0x40011fff]
      
      We see only the CardBus device:
      
      PCI host bridge to bus 0000:00
      pci_bus 0000:00: root bus resource [mem 0x40000000-0x4fffffff]
      pci_bus 0000:00: root bus resource [io  0x1000-0xffff]
      pci 0000:00:00.0: BAR 0: assigned [mem 0x40000000-0x40000fff]
      pci 0000:00:00.1: BAR 0: assigned [mem 0x40001000-0x40001fff]
      
      Later the device driver shows this error:
      
      ath5k 0000:00:03.0: cannot remap PCI memory region
      ath5k: probe of 0000:00:03.0 failed with error -5
      
      I assume that the logic chip which usually supresses the signal to the CardBus
      card has some settling time and without the delay it would still let the
      Cardbus interfere with the response from the MiniPCI card.
      
      What I cannot explain is why this behaviour shows up now and not in earlier
      kernel versions before. Maybe older PCI code was slower?
      Signed-off-by: NBruno Randolf <br1@einfach.org>
      Cc: linux-mips@linux-mips.org
      Cc: manuel.lauss@googlemail.com
      Cc: florian@openwrt.org
      Patchwork: https://patchwork.linux-mips.org/patch/4087/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      143ec74e
  19. 23 7月, 2012 5 次提交
  20. 15 5月, 2012 1 次提交
  21. 14 5月, 2012 1 次提交
  22. 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
  23. 08 12月, 2011 3 次提交