summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/dma.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rsnd: return -EIO if rsnd_dmaen_request_channel() failedKuninori Morimoto2017-11-061-3/+1Star
* ASoC: rsnd: remove NULL check from rsnd_mod_name()/rsnd_mod_id()Kuninori Morimoto2017-11-011-6/+18
* ASoC: rsnd: add rsnd_dma_alloc()Kuninori Morimoto2017-09-211-27/+33
* ASoC: rsnd: tidyup comments position/space/tabKuninori Morimoto2017-08-211-1/+1
* ASoC: rsnd: cleanup pointer related codeKuninori Morimoto2017-06-071-5/+1Star
* ASoC: rsnd: update pointer more accurateKuninori Morimoto2017-06-071-1/+25
* ASoC: rcar: dma: remove unnecessary "volatile"Kuninori Morimoto2017-03-161-1/+1
* ASoC: rcar: clear DE bit only in PDMACHCR when it stopsKuninori Morimoto2017-03-151-2/+16
* ASoC: rsnd: use dma_sync_single_for_xxx() for IOMMUKuninori Morimoto2016-11-221-4/+80
* ASoC: rsnd: Request/Release DMA channel each timeKuninori Morimoto2016-11-221-77/+107
* ASoC: rsnd: don't call unneeded of_node_put() on dma.cKuninori Morimoto2016-10-251-6/+4Star
* ASoC: rsnd: remove rsnd_dma_detach()Kuninori Morimoto2016-10-251-11/+0Star
* ASoC: rsnd: remove non DT support for DMAKuninori Morimoto2016-10-251-15/+6Star
* ASoC: rsnd: amend .probe/.remove call for DPCMKuninori Morimoto2016-10-241-0/+11
* ASoC: rsnd: don't use prohibited number to PDMACHCRn.SRSKuninori Morimoto2016-05-101-4/+8
* ASoC: rsnd: attach Audio-DMAC-periperi correctlyKuninori Morimoto2016-01-221-27/+29
* ASoC: rsnd: each mod has status again for CTU/MUX supportKuninori Morimoto2016-01-221-1/+1
* ASoC: rsnd: tidyup debug print position on rsnd_dma_attach()Kuninori Morimoto2015-12-181-5/+5
* ASoC: rsnd: remove struct platform_device from probe/remove parameterKuninori Morimoto2015-11-181-2/+2
* ASoC: rsnd: remove struct rsnd_of_dataKuninori Morimoto2015-11-181-1/+0Star
* ASoC: rsnd: fixup rsnd_dmapp_stop() return valueKuninori Morimoto2015-11-161-2/+2
* ASoC: rsnd: use mod base common method on DMA phase3Kuninori Morimoto2015-11-161-93/+61Star
* ASoC: rsnd: use mod base common method on DMA phase2Kuninori Morimoto2015-11-161-19/+43
* ASoC: rsnd: use mod base common method on DMA phase1Kuninori Morimoto2015-11-161-20/+41
* ASoC: rsnd: fixup rsnd_dma_of_path method for mod base common methodKuninori Morimoto2015-11-161-10/+11
* ASoC: rsnd: rename rsnd_dma_init() to rsnd_dma_attach()Kuninori Morimoto2015-11-161-16/+19
* ASoC: rsnd: DMA related definition goes to dma.cKuninori Morimoto2015-11-161-0/+24
* ASoC: rsnd: DMA become SSI/SRC memberKuninori Morimoto2015-11-161-3/+16
* ASoC: rsnd: remove duplicate parameter from rsnd_ssi_xxx()Kuninori Morimoto2015-10-221-1/+1
* ASoC: rsnd: Silence DMA slave ID compile warning on 64-bitGeert Uytterhoeven2015-08-111-1/+1
* ASoC: rsnd: add MIX (Mixer) supportKuninori Morimoto2015-07-171-0/+5
* ASoC: rsnd: add CTU (Channel Transfer Unit) prototype supportKuninori Morimoto2015-07-171-4/+9
* ASoC: rsnd: update Audio DMA path search methodKuninori Morimoto2015-07-171-35/+53
* ASoC: rsnd: dma: add DMA name on .opsKuninori Morimoto2015-07-161-1/+11
* ASoC: rsnd: tidyup rsnd_dma_ops definition placeKuninori Morimoto2015-07-161-0/+8
*-. Merge remote-tracking branches 'asoc/topic/qcom', 'asoc/topic/rcar', 'asoc/to...Mark Brown2015-06-221-47/+66
|\ \
| | * ASoC: rsnd: move rsnd_mod_is_working() to rsnd_io_is_working()Kuninori Morimoto2015-06-161-1/+1
| | * ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_ssi_xxx()Kuninori Morimoto2015-06-161-1/+1
| | * ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_dma_xxx()Kuninori Morimoto2015-06-161-46/+56
| | * ASoC: rsnd: don't call snd_pcm_period_elapsed() under spin lockKuninori Morimoto2015-06-161-1/+10
| |/
* / ASoC: rsnd: set dmaen->chan = NULL when error caseKuninori Morimoto2015-04-151-0/+1
|/
* ASoC: rsnd: remove useless debug messageKuninori Morimoto2015-03-281-4/+0Star
* ASoC: rsnd: recover PIO mode for new dma interfaceKuninori Morimoto2015-03-111-1/+18
* ASoC: rsnd: Use %pad to print dma_addr_t in rsnd_dmapp_init()Geert Uytterhoeven2015-03-111-2/+2
* ASoC: rsnd: 1st DMAC dma-names cares subnodeKuninori Morimoto2015-03-071-37/+51
* ASoC: rsnd: enable rsnd_ssi_use_busif() for DMAKuninori Morimoto2015-03-071-1/+1
* ASoC: rsnd: use union with rsnd_dmaen / rsnd_dmappKuninori Morimoto2015-03-071-15/+25
* ASoC: rsnd: remove rsnd_dma::dirKuninori Morimoto2015-03-071-3/+2Star
* ASoC: rsnd: remove rsnd_dma::addrKuninori Morimoto2015-03-071-2/+0Star
* ASoC: rsnd: add Audio DMAC peri peri support reworkKuninori Morimoto2015-03-071-1/+210