1. 21 9月, 2007 2 次提交
    • M
      sh: intc - add support for SH7710 · 28b146c8
      Magnus Damm 提交于
      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: NMagnus Damm <damm@igel.co.jp>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      28b146c8
    • M
      sh: intc - add support for SH7705 · 70e8be0a
      Magnus Damm 提交于
      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: NMagnus Damm <damm@igel.co.jp>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      70e8be0a
  2. 22 8月, 2007 1 次提交
  3. 21 8月, 2007 1 次提交
  4. 17 8月, 2007 1 次提交
  5. 07 8月, 2007 1 次提交
  6. 04 8月, 2007 1 次提交
  7. 03 8月, 2007 4 次提交
  8. 01 8月, 2007 5 次提交
  9. 31 7月, 2007 1 次提交
  10. 26 7月, 2007 7 次提交
  11. 25 7月, 2007 3 次提交
  12. 24 7月, 2007 2 次提交
    • A
      sh: Fix Dreamcast DMA issues. · eb695dbf
      Adrian McMenamin 提交于
      The current SH DMA API is somewhat broken, not correctly matching
      virtual channel to the correct SH DMAC. This wasn't noticeable when
      using g2 DMA for the sound driver - one channel 0 is as good as any
      other! - but caused the pvr2 driver to fail.
      
      This patch fixes the pvr2 problem and consequently fixes the sound
      driver to ensure it continues to function.
      
      Signed-off by: Adrian McMenamin <adrian@mcmen.demon.co.uk>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      eb695dbf
    • P
      sh: Add kmap_coherent()/kunmap_coherent() interface for SH-4. · 8cf1a743
      Paul Mundt 提交于
      This wires up kmap_coherent() and kunmap_coherent() on SH-4, and
      moves away from the p3map_mutex and reserved P3 space, opting to
      use fixmaps for colouring instead.
      
      The copy_user_page()/clear_user_page() implementations are moved
      to this, which fixes the nasty blowups with spinlock debugging
      as a result of having some of these calls nested under the page
      table lock.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      8cf1a743
  13. 22 7月, 2007 1 次提交
  14. 20 7月, 2007 10 次提交