1. 28 6月, 2012 1 次提交
  2. 21 5月, 2012 1 次提交
    • P
      sh: Kill off machvec IRQ hinting. · 63dc02bd
      Paul Mundt 提交于
      Everything is using sparseirq these days, so we have no need to
      arbitrarily size nr_irqs ahead of time. The legacy IRQ pre-allocation
      likewise has no meaning for us, so that's killed off too. We now depend
      on nr_irqs expansion by the generic hardirq layer instead.
      
      It's also worth noting that the majority of boards had completely bogus
      values for their nr_irqs relative to their CPU and configurations, so
      this ends up correcting behaviour for quite a few platforms.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      63dc02bd
  3. 18 5月, 2012 1 次提交
  4. 13 4月, 2012 1 次提交
  5. 13 3月, 2012 3 次提交
  6. 03 2月, 2012 1 次提交
  7. 27 1月, 2012 1 次提交
  8. 20 12月, 2011 1 次提交
  9. 24 11月, 2011 1 次提交
  10. 18 11月, 2011 1 次提交
  11. 28 10月, 2011 1 次提交
  12. 11 7月, 2011 2 次提交
  13. 25 3月, 2011 2 次提交
  14. 26 1月, 2011 1 次提交
  15. 22 1月, 2011 1 次提交
  16. 12 1月, 2011 1 次提交
  17. 03 12月, 2010 2 次提交
  18. 30 11月, 2010 1 次提交
  19. 29 11月, 2010 1 次提交
  20. 23 10月, 2010 1 次提交
  21. 06 10月, 2010 1 次提交
  22. 14 9月, 2010 1 次提交
  23. 02 6月, 2010 1 次提交
  24. 22 5月, 2010 2 次提交
  25. 13 5月, 2010 2 次提交
  26. 23 3月, 2010 1 次提交
  27. 26 2月, 2010 2 次提交
  28. 25 2月, 2010 2 次提交
  29. 22 2月, 2010 1 次提交
  30. 09 2月, 2010 1 次提交
  31. 26 1月, 2010 1 次提交
    • P
      sh: Mass ctrl_in/outX to __raw_read/writeX conversion. · 9d56dd3b
      Paul Mundt 提交于
      The old ctrl in/out routines are non-portable and unsuitable for
      cross-platform use. While drivers/sh has already been sanitized, there
      is still quite a lot of code that is not. This converts the arch/sh/ bits
      over, which permits us to flag the routines as deprecated whilst still
      building with -Werror for the architecture code, and to ensure that
      future users are not added.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      9d56dd3b