1. 11 5月, 2014 1 次提交
  2. 24 12月, 2013 2 次提交
  3. 22 5月, 2012 1 次提交
    • P
      sh: intc: Kill off special reservation interface. · 5f19f14f
      Paul Mundt 提交于
      At present reserving the IRLs in the IRQ bitmap in addition to the
      dropping of the legacy IRQ pre-allocation prevent IRL IRQs from being
      allocated for the x3proto board.
      
      The only reason to permit reservations was to lock down possible hardware
      vectors prior to dynamic IRQ scanning, but this doesn't matter much given
      that the hardware controller configuration is sorted before we get around
      to doing any dynamic IRQ allocation anyways. Beyond that, all of the
      tables are __init annotated, so quite a bit more work would need to be
      done to support reconfiguring things like IRL controllers on the fly,
      much more than would ever make it worth the hassle.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      5f19f14f
  4. 18 5月, 2012 1 次提交
  5. 02 10月, 2010 3 次提交
  6. 29 3月, 2010 1 次提交
  7. 10 3月, 2010 1 次提交
  8. 15 12月, 2009 1 次提交
  9. 18 10月, 2009 1 次提交
    • P
      sh: Disable SCIF2 on the SH-X3 proto CPU. · 15dfdddb
      Paul Mundt 提交于
      SCIF2 and the FPU exceptions happen to share vector numbers, one in
      EXPEVT and the other in INTEVT. This is a violation of the interface and
      should have never made it in to silicon. On top of that, the demux hack
      that was added for special dispatch is rather error prone, and introduces
      more problems than it solves. Kill all of it off, and just refuse to deal
      with SCIF2 outright.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      15dfdddb
  10. 10 10月, 2009 1 次提交
  11. 14 9月, 2009 1 次提交
  12. 13 8月, 2009 1 次提交
  13. 23 7月, 2009 1 次提交
  14. 24 6月, 2009 2 次提交
  15. 13 5月, 2009 1 次提交
  16. 08 5月, 2009 1 次提交
  17. 26 2月, 2008 1 次提交
    • P
      serial: Move asm-sh/sci.h to linux/serial_sci.h. · 96de1a8f
      Paul Mundt 提交于
      This header is needed on other architectures as well (namely h8300),
      which currently fails to build without this in place. Rather than
      duplicating the port definition completely there, just move this to a
      common location instead.
      
      This should get h8300 working again for 2.6.25, in addition to the
      changes already pushed by Sato-san in -rc2.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      96de1a8f
  18. 28 1月, 2008 1 次提交
  19. 21 9月, 2007 8 次提交
  20. 20 7月, 2007 1 次提交
  21. 20 6月, 2007 1 次提交