File tree Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -7875,7 +7875,7 @@ SYNOPSYS DESIGNWARE DMAC DRIVER
7875
7875
M: Viresh Kumar <viresh.linux@gmail.com>
7876
7876
M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
7877
7877
S: Maintained
7878
- F: include/linux/dw_dmac .h
7878
+ F: include/linux/platform_data/dma-dw .h
7879
7879
F: drivers/dma/dw/
7880
7880
7881
7881
SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
Original file line number Diff line number Diff line change 7
7
*/
8
8
#include <linux/clk.h>
9
9
#include <linux/delay.h>
10
- #include <linux/dw_dmac .h>
10
+ #include <linux/platform_data/dma-dw .h>
11
11
#include <linux/fb.h>
12
12
#include <linux/init.h>
13
13
#include <linux/platform_device.h>
Original file line number Diff line number Diff line change 1
1
#ifndef __MACH_ATMEL_MCI_H
2
2
#define __MACH_ATMEL_MCI_H
3
3
4
- #include <linux/dw_dmac .h>
4
+ #include <linux/platform_data/dma-dw .h>
5
5
6
6
/**
7
7
* struct mci_dma_data - DMA data for MCI interface
Original file line number Diff line number Diff line change 12
12
#define _DW_DMAC_INTERNAL_H
13
13
14
14
#include <linux/device.h>
15
- #include <linux/dw_dmac .h>
15
+ #include <linux/platform_data/dma-dw .h>
16
16
17
17
#include "regs.h"
18
18
Original file line number Diff line number Diff line change 11
11
12
12
#include <linux/interrupt.h>
13
13
#include <linux/dmaengine.h>
14
- #include <linux/dw_dmac .h>
14
+ #include <linux/platform_data/dma-dw .h>
15
15
16
16
#define DW_DMA_MAX_NR_CHANNELS 8
17
17
#define DW_DMA_MAX_NR_REQUESTS 16
@@ -161,7 +161,7 @@ struct dw_dma_regs {
161
161
#define DWC_CTLH_DONE 0x00001000
162
162
#define DWC_CTLH_BLOCK_TS_MASK 0x00000fff
163
163
164
- /* Bitfields in CFG_LO. Platform-configurable bits are in <linux/dw_dmac .h> */
164
+ /* Bitfields in CFG_LO. Platform-configurable bits are in <linux/platform_data/dma-dw .h> */
165
165
#define DWC_CFGL_CH_PRIOR_MASK (0x7 << 5) /* priority mask */
166
166
#define DWC_CFGL_CH_PRIOR (x ) ((x) << 5) /* priority */
167
167
#define DWC_CFGL_CH_SUSP (1 << 8) /* pause xfer */
@@ -172,7 +172,7 @@ struct dw_dma_regs {
172
172
#define DWC_CFGL_RELOAD_SAR (1 << 30)
173
173
#define DWC_CFGL_RELOAD_DAR (1 << 31)
174
174
175
- /* Bitfields in CFG_HI. Platform-configurable bits are in <linux/dw_dmac .h> */
175
+ /* Bitfields in CFG_HI. Platform-configurable bits are in <linux/platform_data/dma-dw .h> */
176
176
#define DWC_CFGH_DS_UPD_EN (1 << 5)
177
177
#define DWC_CFGH_SS_UPD_EN (1 << 6)
178
178
File renamed without changes.
Original file line number Diff line number Diff line change 10
10
#ifndef __INCLUDE_SOUND_ATMEL_ABDAC_H
11
11
#define __INCLUDE_SOUND_ATMEL_ABDAC_H
12
12
13
- #include <linux/dw_dmac .h>
13
+ #include <linux/platform_data/dma-dw .h>
14
14
15
15
/**
16
16
* struct atmel_abdac_pdata - board specific ABDAC configuration
Original file line number Diff line number Diff line change 10
10
#ifndef __INCLUDE_SOUND_ATMEL_AC97C_H
11
11
#define __INCLUDE_SOUND_ATMEL_AC97C_H
12
12
13
- #include <linux/dw_dmac .h>
13
+ #include <linux/platform_data/dma-dw .h>
14
14
15
15
#define AC97C_CAPTURE 0x01
16
16
#define AC97C_PLAYBACK 0x02
Original file line number Diff line number Diff line change 9
9
*/
10
10
#include <linux/clk.h>
11
11
#include <linux/bitmap.h>
12
- #include <linux/dw_dmac .h>
12
+ #include <linux/platform_data/dma-dw .h>
13
13
#include <linux/dmaengine.h>
14
14
#include <linux/dma-mapping.h>
15
15
#include <linux/init.h>
Original file line number Diff line number Diff line change 31
31
#include <sound/atmel-ac97c.h>
32
32
#include <sound/memalloc.h>
33
33
34
- #include <linux/dw_dmac .h>
34
+ #include <linux/platform_data/dma-dw .h>
35
35
36
36
#include <mach/cpu.h>
37
37
You can’t perform that action at this time.
0 commit comments