Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1280681
| From | Stanimir Varbanov <stanimir.varbanov@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] bam dma fixes and one dt extension |
| Date | 2015-12-01 10:20 +0100 |
| Message-ID | <qAPgm-7I5-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Here are three bam dma fixes, which I made during testing qcrypto driver. The first one is a real fix, the second one is related to peripherals on which the BAM IP is initialized by remote execution environment, and the third one is a sleeping bug IMO. The last patch is a extension again for peripherals which BAM is remotely controlled by other execution environment. All patches has been tested on db410c board with apq8016. Comments are welcome! regards, Stan Stanimir Varbanov (4): dmaengine: qcom_bam_dma: fix dma free memory on remove dmaengine: qcom_bam_dma: clear BAM interrupt only if it is rised dmaengine: qcom_bam_dma: use correct pipe FIFO size dmaengine: qcom_bam_dma: add controlled remotely dt property .../devicetree/bindings/dma/qcom_bam_dma.txt | 2 ++ drivers/dma/qcom_bam_dma.c | 24 ++++++++++++++++---- 2 files changed, 21 insertions(+), 5 deletions(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] bam dma fixes and one dt extension Stanimir Varbanov <stanimir.varbanov@linaro.org> - 2015-12-01 10:20 +0100
[PATCH 4/4] dmaengine: qcom_bam_dma: add controlled remotely dt property Stanimir Varbanov <stanimir.varbanov@linaro.org> - 2015-12-01 10:20 +0100
Re: [PATCH 4/4] dmaengine: qcom_bam_dma: add controlled remotely dt property Andy Gross <agross@codeaurora.org> - 2015-12-01 18:40 +0100
csiph-web