Source
1
+
// SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* Driver for the Analog Devices AXI-DMAC core
3
4
*
4
5
* Copyright 2013-2015 Analog Devices Inc.
5
6
* Author: Lars-Peter Clausen <lars@metafoo.de>
6
-
*
7
-
* Licensed under the GPL-2.
8
7
*/
9
8
​
10
9
#include <linux/clk.h>
11
10
#include <linux/device.h>
12
11
#include <linux/dma-mapping.h>
13
12
#include <linux/dmaengine.h>
14
13
#include <linux/err.h>
15
14
#include <linux/interrupt.h>
16
15
#include <linux/io.h>
17
16
#include <linux/kernel.h>