All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] ASoC: rsnd: DMA power fix and IOMMU support
@ 2016-10-25  0:35 Kuninori Morimoto
  2016-10-25  0:35 ` [PATCH 1/8] ASoC: rsnd: depends on OF Kuninori Morimoto
                   ` (7 more replies)
  0 siblings, 8 replies; 20+ messages in thread
From: Kuninori Morimoto @ 2016-10-25  0:35 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA, Simon


Hi Mark

These patches are for Renesas sound DMA.
1st feature is that it can power save for Audio DMAC.
2nd feature is that it can support IOMMU

1) - 5) : cleanup for 6) - 8)
6) - 7) : Audio DMAC power save
8)      : IOMMU support

Kuninori Morimoto (8):
      1) ASoC: rsnd: depends on OF
      2) ASoC: rsnd: remove non DT support for DMA
      3) ASoC: rsnd: don't use devm_request_irq() for SSI
      4) ASoC: rsnd: remove rsnd_dma_detach()
      5) ASoC: rsnd: don't call unneeded of_node_put() on dma.c
      6) ASoC: rsnd: add nolock_start/stop callback
      7) ASoC: rsnd: Request/Release DMA channel each time
      8) ASoC: rsnd: use dma_sync_single_for_xxx() for IOMMU

 sound/soc/sh/Kconfig     |   1 +
 sound/soc/sh/rcar/core.c |  30 +++++++++++++-
 sound/soc/sh/rcar/dma.c  | 304 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------
 sound/soc/sh/rcar/rsnd.h |  18 ++++++--
 sound/soc/sh/rcar/src.c  |   2 +-
 sound/soc/sh/rcar/ssi.c  |  22 +++++-----
 6 files changed, 248 insertions(+), 129 deletions(-)



Best regards
---
Kuninori Morimoto

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2016-11-22 17:26 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-25  0:35 [PATCH 0/8] ASoC: rsnd: DMA power fix and IOMMU support Kuninori Morimoto
2016-10-25  0:35 ` [PATCH 1/8] ASoC: rsnd: depends on OF Kuninori Morimoto
2016-10-25 13:28   ` Mark Brown
2016-10-26  0:00     ` Kuninori Morimoto
2016-10-26 15:12   ` Applied "ASoC: rsnd: depends on OF" to the asoc tree Mark Brown
2016-10-25  0:36 ` [PATCH 2/8] ASoC: rsnd: remove non DT support for DMA Kuninori Morimoto
2016-10-25 19:24   ` Applied "ASoC: rsnd: remove non DT support for DMA" to the asoc tree Mark Brown
2016-10-25  0:36 ` [PATCH 3/8] ASoC: rsnd: don't use devm_request_irq() for SSI Kuninori Morimoto
2016-10-25 19:23   ` Applied "ASoC: rsnd: don't use devm_request_irq() for SSI" to the asoc tree Mark Brown
2016-10-25  0:36 ` [PATCH 4/8] ASoC: rsnd: remove rsnd_dma_detach() Kuninori Morimoto
2016-10-25 19:23   ` Applied "ASoC: rsnd: remove rsnd_dma_detach()" to the asoc tree Mark Brown
2016-10-25  0:37 ` [PATCH 5/8] ASoC: rsnd: don't call unneeded of_node_put() on dma.c Kuninori Morimoto
2016-10-25 19:23   ` Applied "ASoC: rsnd: don't call unneeded of_node_put() on dma.c" to the asoc tree Mark Brown
2016-10-25  0:37 ` [PATCH 6/8] ASoC: rsnd: add nolock_start/stop callback Kuninori Morimoto
2016-10-25 19:23   ` Applied "ASoC: rsnd: add nolock_start/stop callback" to the asoc tree Mark Brown
2016-10-25  0:37 ` [PATCH 7/8] ASoC: rsnd: Request/Release DMA channel each time Kuninori Morimoto
2016-10-25 14:02   ` Mark Brown
2016-10-25 23:55     ` Kuninori Morimoto
2016-10-25  0:38 ` [PATCH 8/8] ASoC: rsnd: use dma_sync_single_for_xxx() for IOMMU Kuninori Morimoto
2016-11-22 17:26   ` Applied "ASoC: rsnd: use dma_sync_single_for_xxx() for IOMMU" to the asoc tree Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.