1. 29 7月, 2008 1 次提交
  2. 08 5月, 2008 1 次提交
  3. 19 4月, 2008 1 次提交
  4. 14 2月, 2008 1 次提交
  5. 28 1月, 2008 2 次提交
    • M
      sh: update r7780rp interrupt code · da2d7f4b
      Magnus Damm 提交于
      This patch updates the board specific irq code for r7780rp. The new code is
      very similar to the other highlander implementations, with the exception that
      the r7780rp handles pci interrupts using IRL. To simplify the pci code and
      use the same interrupt numbers as r7780mp and r7785rp we hook in to the
      cpu specific pci vectors.
      
      The pci interrupts and the push switch all work well with and without this
      patch. CF and AX88796 are not ok though and the source of the problem is
      unknown at this point. The AX88796 does for not detect it's proper mac
      address (IPL gets it right) and the kernel hangs on CF access. As a workaround
      this patch removes the CF and the AX88796 from the platform datain case of
      r7780rp.
      Signed-off-by: NMagnus Damm <damm@igel.co.jp>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      da2d7f4b
    • P
      03bbc0e6
  6. 21 9月, 2007 1 次提交
  7. 07 5月, 2007 3 次提交
  8. 20 10月, 2006 1 次提交
    • P
      sh: Convert INTC2 to IRQ table registration. · 66a74057
      Paul Mundt 提交于
      Currently the INTC2 code contains a fixed IRQ table that it
      iterates through to set the handler type, we move this in to
      the CPU subtype setup code instead and allow for submitting
      the table that way.
      
      This drops the ST40 tables, as nothing has been happening
      with those processors, while converting the only existing
      users to use the new table directly (SH7760 and SH7780).
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      66a74057
  9. 19 10月, 2006 1 次提交