• Tony Lindgren's avatar
    ARM: OMAP2+: Drop sdma interrupt handling for mach-omap2 · 755cbfd8
    Tony Lindgren authored
    All device tree probing omap SoCs only have device drivers that are using
    Linux dmaengine API with the IRQENABLE_L1 interrupts. Only omap1 is still
    using old legacy dma.
    
    This means we can remove the legacy sdma interrupt handling for
    IRQENABLE_L0, and only rely on the dmaengine driver using IRQENABLE_L1.
    
    The legacy code still allocates the channels, but that will be deal with
    in the following patches.
    
    Cc: Aaro Koskinen <aaro.koskinen@iki.fi>
    Cc: Arnd Bergmann <arnd@arndb.de>
    Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>
    Cc: Russell King <rmk+kernel@armlinux.org.uk>
    Cc: Vinod Koul <vkoul@kernel.org>
    Acked-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
    Tested-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
    Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
    755cbfd8
dma.c 24.5 KB