• M
    dmaengine: shdma: Introduce include/linux/sh_dma.h · b2623a61
    Magnus Damm 提交于
    Create a common platform data header file for the
    shdma dmaengine driver. This is done by moving
    common structures from sh asm/dmaengine.h to
    linux/sh_dma.h. DMA registers are also copied from
    sh asm/dma-register.h to make the code architecture
    independent.
    
    The sh header file asm/dmaengine.h is still kept
    with the slave id enum. This allows us to keep the
    old processor specific code as is and slowly move
    over to slave id enums in per-processor headers.
    Signed-off-by: NMagnus Damm <damm@opensource.se>
    Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
    b2623a61
shdma.h 1.7 KB