diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-05-30 21:39:51 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-06-02 15:13:12 +0200 |
commit | 2328977fed81cf2fc367d8eea2f9bf04e51a761f (patch) | |
tree | b6e2e89fcc861cf7fdba5e2979d7458ce912a348 /target/linux/apm821xx/patches-4.4/011-dmaengine-core-Introduce-new-universal-API-to-reques.patch | |
parent | 6e47c22268d5c89971950052aceda03810c88c75 (diff) | |
download | mtk-20170518-2328977fed81cf2fc367d8eea2f9bf04e51a761f.zip mtk-20170518-2328977fed81cf2fc367d8eea2f9bf04e51a761f.tar.gz mtk-20170518-2328977fed81cf2fc367d8eea2f9bf04e51a761f.tar.bz2 |
kernel: bump kernel 4.4 to 4.4.135 for 17.01
* Refreshed patches
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/apm821xx/patches-4.4/011-dmaengine-core-Introduce-new-universal-API-to-reques.patch')
-rw-r--r-- | target/linux/apm821xx/patches-4.4/011-dmaengine-core-Introduce-new-universal-API-to-reques.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/apm821xx/patches-4.4/011-dmaengine-core-Introduce-new-universal-API-to-reques.patch b/target/linux/apm821xx/patches-4.4/011-dmaengine-core-Introduce-new-universal-API-to-reques.patch index 7a0e26f..ca58c31 100644 --- a/target/linux/apm821xx/patches-4.4/011-dmaengine-core-Introduce-new-universal-API-to-reques.patch +++ b/target/linux/apm821xx/patches-4.4/011-dmaengine-core-Introduce-new-universal-API-to-reques.patch @@ -283,7 +283,7 @@ Signed-off-by: Vinod Koul <vinod.koul@intel.com> dma_cap_mask_t cap_mask; unsigned short max_xor; unsigned short max_pq; -@@ -1140,9 +1168,11 @@ enum dma_status dma_wait_for_async_tx(st +@@ -1158,9 +1186,11 @@ enum dma_status dma_wait_for_async_tx(st void dma_issue_pending_all(void); struct dma_chan *__dma_request_channel(const dma_cap_mask_t *mask, dma_filter_fn fn, void *fn_param); @@ -297,7 +297,7 @@ Signed-off-by: Vinod Koul <vinod.koul@intel.com> void dma_release_channel(struct dma_chan *chan); int dma_get_slave_caps(struct dma_chan *chan, struct dma_slave_caps *caps); #else -@@ -1166,16 +1196,21 @@ static inline struct dma_chan *__dma_req +@@ -1184,16 +1214,21 @@ static inline struct dma_chan *__dma_req { return NULL; } @@ -324,7 +324,7 @@ Signed-off-by: Vinod Koul <vinod.koul@intel.com> static inline void dma_release_channel(struct dma_chan *chan) { } -@@ -1186,6 +1221,8 @@ static inline int dma_get_slave_caps(str +@@ -1204,6 +1239,8 @@ static inline int dma_get_slave_caps(str } #endif |