19 May, 2012

2 commits

  • We don't support the ISA DMA API, so this is only ever misused. The
    dma-sh case inadvertently broke the dreamcast case by testing the wrong
    variable for the total number of channels, so this fixes that up too.

    Signed-off-by: Paul Mundt

    Paul Mundt
     
  • This has turned in to quite a mess, and with CPUs that care using
    dmaengine now it's about time to start cleaning up after the legacy DMA
    code. For starters, kill off the stubs for the CPUs that don't do
    anything, as well as all of the unused definitions. This leaves us with a
    set of IRQs and base addresses we can deal with later.

    Signed-off-by: Paul Mundt

    Paul Mundt
     

22 Dec, 2011

1 commit


17 Dec, 2009

1 commit


14 Jun, 2009

1 commit


10 Mar, 2009

1 commit


29 Jul, 2008

1 commit

  • This follows the sparc changes a439fe51a1f8eb087c22dd24d69cebae4a3addac.

    Most of the moving about was done with Sam's directions at:

    http://marc.info/?l=linux-sh&m=121724823706062&w=2

    with subsequent hacking and fixups entirely my fault.

    Signed-off-by: Sam Ravnborg
    Signed-off-by: Paul Mundt

    Paul Mundt