1. 28 7月, 2008 1 次提交
  2. 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
  3. 28 1月, 2008 1 次提交
  4. 27 9月, 2007 2 次提交
  5. 21 9月, 2007 5 次提交
  6. 20 7月, 2007 1 次提交
  7. 15 6月, 2007 1 次提交
    • M
      sh: rework intc2 code · d619500a
      Magnus Damm 提交于
      The shared intc2 code currently contains cpu-specific #ifdefs.
      This is a tad unclean and it prevents us from using the shared code
      to drive board-specific irqs on the se7780 board.
      
      This patch reworks the intc2 code by moving the base addresses of
      the intc2 registers into struct intc2_desc. This new structure also
      contains the name of the controller in struct irq_chip. The idea
      behind putting struct irq_chip in there is that we can use offsetof()
      to locate the base addresses in the irq_chip callbacks.
      
      One logic change has been made - the original shared intc2 code
      enabled the interrupts by default but with this patch they are all
      disabled by default.
      Signed-off-by: NMagnus Damm <damm@igel.co.jp>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      d619500a
  8. 07 5月, 2007 2 次提交
  9. 12 12月, 2006 1 次提交
  10. 06 12月, 2006 2 次提交
    • P
      sh: Drop CPU subtype IRQ headers. · 9a7ef6d5
      Paul Mundt 提交于
      This drops the various IRQ headers that were floating around
      and primarily providing hardcoded IRQ definitions for the
      various CPU subtypes. This quickly got to be an unmaintainable
      mess, made even more evident by the subtle breakage introduced
      by the SH-2 and SH-2A changes.
      
      Now that subtypes are able to register IRQ maps directly, just
      rip all of the headers out.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      9a7ef6d5
    • P
      sh: Configurable timer IRQ. · 417528a2
      Paul Mundt 提交于
      All of the various CPU subtypes currently hardcode TIMER_IRQ,
      switch this to a config option in the few places we need this.
      
      This allows further removal of hardcoded IRQ headers..
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      417528a2
  11. 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
  12. 27 9月, 2006 1 次提交