1. 21 Sep, 2007 2 commits
    • Magnus Damm's avatar
      sh: intc - add support for SH7710 · 28b146c8
      Magnus Damm authored
      This patch converts the cpu specific interrupt setup code
      for sh7710 from ipr to intc. While at it new vectors are added
      to match the information provided by the datasheet. Version two
      simplifies the Kconfig part.
      
      Vectors for IRQ4 and IRQ5 are enabled by default. Use
      plat_irq_setup_pins() if pins IRQ0-3 should be used in IRQ mode.
      
      This patch also adds sh7710 specific platform data for the rtc
      driver. The base address of SCIF1 is adjusted to match the
      datasheet.
      Signed-off-by: default avatarMagnus Damm <damm@igel.co.jp>
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      28b146c8
    • Magnus Damm's avatar
      sh: intc - add support for SH7705 · 70e8be0a
      Magnus Damm authored
      This patch converts the cpu specific interrupt setup code for
      sh7705 from ipr to intc. While at it new vectors are added to
      match the information provided by the datasheet.
      
      Vectors for IRQ4 and IRQ5 are enabled by default.
      
      Use plat_irq_setup_pins() if pins IRQ0-3 should be used in IRQ mode.
      
      This patch also adds sh7705 specific platform data for the rtc driver.
      Signed-off-by: default avatarMagnus Damm <damm@igel.co.jp>
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      70e8be0a
  2. 20 Sep, 2007 28 commits
  3. 19 Sep, 2007 10 commits