Source
1
+
// SPDX-License-Identifier: GPL-2.0
1
2
/*
2
3
* Copyright (C) 2013-2014 Renesas Electronics Europe Ltd.
3
4
* Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
4
-
*
5
-
* This program is free software; you can redistribute it and/or modify
6
-
* it under the terms of version 2 of the GNU General Public License as
7
-
* published by the Free Software Foundation.
8
5
*/
9
6
​
10
7
#include <linux/bitmap.h>
11
8
#include <linux/bitops.h>
12
9
#include <linux/clk.h>
13
10
#include <linux/dma-mapping.h>
14
11
#include <linux/dmaengine.h>
15
12
#include <linux/err.h>
16
13
#include <linux/interrupt.h>
17
14
#include <linux/io.h>