Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1375613
| From | Stanimir Varbanov <stanimir.varbanov@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/6] bam dma fixes and one dt extension |
| Date | 2016-04-11 10:40 +0200 |
| Message-ID | <rmFy2-2Qu-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, Here is version 3 with following changes: - fixed a typo in 2/6. - the patch which adds dt property is seperated in two, one which adding binding document and another one which modifing the driver - requested by Vinod. - fixed a typo in 5/6. - added collected Acked,Tested-by tags. The v2 can be found at: https://lkml.org/lkml/2016/4/5/922 regards, Stan Stanimir Varbanov (6): dmaengine: qcom: bam_dma: fix dma free memory on remove dmaengine: qcom: bam_dma: clear BAM interrupt only if it is raised dmaengine: qcom: bam_dma: document controlled-remotely dt property dmaengine: qcom: bam_dma: add controlled-remotely dt property dmaengine: qcom: bam_dma: use correct pipe FIFO size dmaengine: qcom: bam_dma: rename BAM_MAX_DATA_SIZE define .../devicetree/bindings/dma/qcom_bam_dma.txt | 2 ++ drivers/dma/qcom/bam_dma.c | 38 +++++++++++++------- 2 files changed, 28 insertions(+), 12 deletions(-) -- 1.7.9.5
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/6] bam dma fixes and one dt extension Stanimir Varbanov <stanimir.varbanov@linaro.org> - 2016-04-11 10:40 +0200
[PATCH v3 2/6] dmaengine: qcom: bam_dma: clear BAM interrupt only if it is raised Stanimir Varbanov <stanimir.varbanov@linaro.org> - 2016-04-11 10:40 +0200
[PATCH v3 3/6] dmaengine: qcom: bam_dma: document controlled-remotely dt property Stanimir Varbanov <stanimir.varbanov@linaro.org> - 2016-04-11 10:40 +0200
[PATCH v3 6/6] dmaengine: qcom: bam_dma: rename BAM_MAX_DATA_SIZE define Stanimir Varbanov <stanimir.varbanov@linaro.org> - 2016-04-11 10:50 +0200
Re: [PATCH v3 6/6] dmaengine: qcom: bam_dma: rename BAM_MAX_DATA_SIZE define Andy Gross <andy.gross@linaro.org> - 2016-04-13 00:10 +0200
[PATCH v3 5/6] dmaengine: qcom: bam_dma: use correct pipe FIFO size Stanimir Varbanov <stanimir.varbanov@linaro.org> - 2016-04-11 10:50 +0200
[PATCH v3 4/6] dmaengine: qcom: bam_dma: add controlled-remotely dt property Stanimir Varbanov <stanimir.varbanov@linaro.org> - 2016-04-11 10:50 +0200
csiph-web