1. 26 Jul, 2007 6 commits
  2. 25 Jul, 2007 3 commits
  3. 24 Jul, 2007 2 commits
    • Adrian McMenamin's avatar
      sh: Fix Dreamcast DMA issues. · eb695dbf
      Adrian McMenamin authored
      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: default avatarPaul Mundt <lethal@linux-sh.org>
      eb695dbf
    • Paul Mundt's avatar
      sh: Add kmap_coherent()/kunmap_coherent() interface for SH-4. · 8cf1a743
      Paul Mundt authored
      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: default avatarPaul Mundt <lethal@linux-sh.org>
      8cf1a743
  4. 22 Jul, 2007 29 commits