diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-11-20 17:38:47 -0500 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-11-20 17:38:47 -0500 |
| commit | 0ddd80856b7b99cab198a09ed6cc9edb794fdb3e (patch) | |
| tree | 9f985b9e343e4194a63e29616acb954b33c62611 /include/linux/platform_data | |
| parent | f40788a6663267fc985a5871034f2638002f5bd6 (diff) | |
| parent | 34c93c8657935d30649e777c4aa05f74f16aa418 (diff) | |
Merge tag 'marvell-xor-cleanup-dt-binding-3.8' of github.com:MISL-EBU-System-SW/mainline-public into test-the-merge
Marvell XOR driver cleanup and DT binding for 3.8
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/dma-mv_xor.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/include/linux/platform_data/dma-mv_xor.h b/include/linux/platform_data/dma-mv_xor.h index 2ba1f7d76eef..8ec18f64e396 100644 --- a/include/linux/platform_data/dma-mv_xor.h +++ b/include/linux/platform_data/dma-mv_xor.h | |||
| @@ -10,15 +10,14 @@ | |||
| 10 | #include <linux/dmaengine.h> | 10 | #include <linux/dmaengine.h> |
| 11 | #include <linux/mbus.h> | 11 | #include <linux/mbus.h> |
| 12 | 12 | ||
| 13 | #define MV_XOR_SHARED_NAME "mv_xor_shared" | 13 | #define MV_XOR_NAME "mv_xor" |
| 14 | #define MV_XOR_NAME "mv_xor" | ||
| 15 | 14 | ||
| 16 | struct mv_xor_platform_data { | 15 | struct mv_xor_channel_data { |
| 17 | struct platform_device *shared; | ||
| 18 | int hw_id; | ||
| 19 | dma_cap_mask_t cap_mask; | 16 | dma_cap_mask_t cap_mask; |
| 20 | size_t pool_size; | ||
| 21 | }; | 17 | }; |
| 22 | 18 | ||
| 19 | struct mv_xor_platform_data { | ||
| 20 | struct mv_xor_channel_data *channels; | ||
| 21 | }; | ||
| 23 | 22 | ||
| 24 | #endif | 23 | #endif |
