|
|
@@ -256,7 +256,7 @@ Signed-off-by: Vinod Koul <[email protected]>
|
|
|
clear_bit(AT_XDMAC_CHAN_IS_PAUSED, &atchan->status);
|
|
|
spin_unlock_irqrestore(&atchan->lock, flags);
|
|
|
|
|
|
-@@ -1987,6 +2037,10 @@ static int at_xdmac_probe(struct platfor
|
|
|
+@@ -1992,6 +2042,10 @@ static int at_xdmac_probe(struct platfor
|
|
|
atxdmac->regs = base;
|
|
|
atxdmac->irq = irq;
|
|
|
|
|
|
@@ -267,7 +267,7 @@ Signed-off-by: Vinod Koul <[email protected]>
|
|
|
atxdmac->clk = devm_clk_get(&pdev->dev, "dma_clk");
|
|
|
if (IS_ERR(atxdmac->clk)) {
|
|
|
dev_err(&pdev->dev, "can't get dma_clk\n");
|
|
|
-@@ -2129,6 +2183,10 @@ static const struct dev_pm_ops atmel_xdm
|
|
|
+@@ -2134,6 +2188,10 @@ static const struct dev_pm_ops atmel_xdm
|
|
|
static const struct of_device_id atmel_xdmac_dt_ids[] = {
|
|
|
{
|
|
|
.compatible = "atmel,sama5d4-dma",
|