Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1458337
| From | John Stultz <john.stultz@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/7 v4] K3DMA fixes for HiKey HDMI audio |
| Date | 2016-08-09 02:20 +0200 |
| Message-ID | <s42VX-7N-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Here's another go at the k3dma fixes and cyclic mode patches
needed to support audio on HiKey.
New in v4:
* Reworked patch set so fixes are applied first before features
Let me know if there is any feedback or objections!
thanks
-john
Cc: Zhangfei Gao <zhangfei.gao@linaro.org>
Cc: Jingoo Han <jg1.han@samsung.com>
Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: Vinod Koul <vinod.koul@intel.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Andy Green <andy@warmcat.com>
Andy Green (4):
k3dma: Fix hisi burst clipping
k3dma: Fix dma err offsets
k3dma: Fix "nobody cared" message seen on any error
k3dma: Add cyclic mode for audio
John Stultz (3):
Kconfig: Allow k3dma driver to be selected for more then HISI3xx
platforms
k3dma: Fix occasional DMA ERR issue by using proper dma api
k3dma: Fix memory handling in preparation for cyclic mode
drivers/dma/Kconfig | 2 +-
drivers/dma/k3dma.c | 215 +++++++++++++++++++++++++++++++++++++++++++---------
2 files changed, 179 insertions(+), 38 deletions(-)
--
1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/7 v4] K3DMA fixes for HiKey HDMI audio John Stultz <john.stultz@linaro.org> - 2016-08-09 02:20 +0200 [PATCH 4/7] k3dma: Fix "nobody cared" message seen on any error John Stultz <john.stultz@linaro.org> - 2016-08-09 02:20 +0200 [PATCH 6/7] k3dma: Fix memory handling in preparation for cyclic mode John Stultz <john.stultz@linaro.org> - 2016-08-09 02:20 +0200 [PATCH 1/7] Kconfig: Allow k3dma driver to be selected for more then HISI3xx platforms John Stultz <john.stultz@linaro.org> - 2016-08-09 02:20 +0200 [PATCH 5/7] k3dma: Fix occasional DMA ERR issue by using proper dma api John Stultz <john.stultz@linaro.org> - 2016-08-09 02:20 +0200
csiph-web