aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-21ASoC: rsnd: tidyup comments position/space/tabKuninori Morimoto1-1/+1
2017-06-07ASoC: rsnd: cleanup pointer related codeKuninori Morimoto1-5/+1
2017-06-07ASoC: rsnd: update pointer more accurateKuninori Morimoto1-1/+25
2017-03-16ASoC: rcar: dma: remove unnecessary "volatile"Kuninori Morimoto1-1/+1
2017-03-15ASoC: rcar: clear DE bit only in PDMACHCR when it stopsKuninori Morimoto1-2/+16
2016-11-22ASoC: rsnd: use dma_sync_single_for_xxx() for IOMMUKuninori Morimoto1-4/+80
2016-11-22ASoC: rsnd: Request/Release DMA channel each timeKuninori Morimoto1-77/+107
2016-10-25ASoC: rsnd: don't call unneeded of_node_put() on dma.cKuninori Morimoto1-6/+4
2016-10-25ASoC: rsnd: remove rsnd_dma_detach()Kuninori Morimoto1-11/+0
2016-10-25ASoC: rsnd: remove non DT support for DMAKuninori Morimoto1-15/+6
2016-10-24ASoC: rsnd: amend .probe/.remove call for DPCMKuninori Morimoto1-0/+11
2016-05-10ASoC: rsnd: don't use prohibited number to PDMACHCRn.SRSKuninori Morimoto1-4/+8
2016-01-22ASoC: rsnd: attach Audio-DMAC-periperi correctlyKuninori Morimoto1-27/+29
2016-01-22ASoC: rsnd: each mod has status again for CTU/MUX supportKuninori Morimoto1-1/+1
2015-12-18ASoC: rsnd: tidyup debug print position on rsnd_dma_attach()Kuninori Morimoto1-5/+5
2015-11-18ASoC: rsnd: remove struct platform_device from probe/remove parameterKuninori Morimoto1-2/+2
2015-11-18ASoC: rsnd: remove struct rsnd_of_dataKuninori Morimoto1-1/+0
2015-11-16ASoC: rsnd: fixup rsnd_dmapp_stop() return valueKuninori Morimoto1-2/+2
2015-11-16ASoC: rsnd: use mod base common method on DMA phase3Kuninori Morimoto1-93/+61
2015-11-16ASoC: rsnd: use mod base common method on DMA phase2Kuninori Morimoto1-19/+43
2015-11-16ASoC: rsnd: use mod base common method on DMA phase1Kuninori Morimoto1-20/+41
2015-11-16ASoC: rsnd: fixup rsnd_dma_of_path method for mod base common methodKuninori Morimoto1-10/+11
2015-11-16ASoC: rsnd: rename rsnd_dma_init() to rsnd_dma_attach()Kuninori Morimoto1-16/+19
2015-11-16ASoC: rsnd: DMA related definition goes to dma.cKuninori Morimoto1-0/+24
2015-11-16ASoC: rsnd: DMA become SSI/SRC memberKuninori Morimoto1-3/+16
2015-10-22ASoC: rsnd: remove duplicate parameter from rsnd_ssi_xxx()Kuninori Morimoto1-1/+1
2015-08-11ASoC: rsnd: Silence DMA slave ID compile warning on 64-bitGeert Uytterhoeven1-1/+1
2015-07-17ASoC: rsnd: add MIX (Mixer) supportKuninori Morimoto1-0/+5
2015-07-17ASoC: rsnd: add CTU (Channel Transfer Unit) prototype supportKuninori Morimoto1-4/+9
2015-07-17ASoC: rsnd: update Audio DMA path search methodKuninori Morimoto1-35/+53
2015-07-16ASoC: rsnd: dma: add DMA name on .opsKuninori Morimoto1-1/+11
2015-07-16ASoC: rsnd: tidyup rsnd_dma_ops definition placeKuninori Morimoto1-0/+8
2015-06-22Merge remote-tracking branches 'asoc/topic/qcom', 'asoc/topic/rcar', 'asoc/topic/rt286' and 'asoc/topic/rt5640' into asoc-nextMark Brown1-47/+66
2015-06-16ASoC: rsnd: move rsnd_mod_is_working() to rsnd_io_is_working()Kuninori Morimoto1-1/+1
2015-06-16ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_ssi_xxx()Kuninori Morimoto1-1/+1
2015-06-16ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_dma_xxx()Kuninori Morimoto1-46/+56
2015-06-16ASoC: rsnd: don't call snd_pcm_period_elapsed() under spin lockKuninori Morimoto1-1/+10
2015-04-15ASoC: rsnd: set dmaen->chan = NULL when error caseKuninori Morimoto1-0/+1
2015-03-27ASoC: rsnd: remove useless debug messageKuninori Morimoto1-4/+0
2015-03-11ASoC: rsnd: recover PIO mode for new dma interfaceKuninori Morimoto1-1/+18
2015-03-11ASoC: rsnd: Use %pad to print dma_addr_t in rsnd_dmapp_init()Geert Uytterhoeven1-2/+2
2015-03-07ASoC: rsnd: 1st DMAC dma-names cares subnodeKuninori Morimoto1-37/+51
2015-03-07ASoC: rsnd: enable rsnd_ssi_use_busif() for DMAKuninori Morimoto1-1/+1
2015-03-07ASoC: rsnd: use union with rsnd_dmaen / rsnd_dmappKuninori Morimoto1-15/+25
2015-03-07ASoC: rsnd: remove rsnd_dma::dirKuninori Morimoto1-3/+2
2015-03-07ASoC: rsnd: remove rsnd_dma::addrKuninori Morimoto1-2/+0
2015-03-07ASoC: rsnd: add Audio DMAC peri peri support reworkKuninori Morimoto1-1/+210
2015-03-07ASoC: rsnd: enable to care 1st / 2nd DMAC on rsnd_dma_xxx()Kuninori Morimoto1-25/+53
2015-03-07ASoC: rsnd: move rsnd_gen_dma_addr() from gen.c to dma.cKuninori Morimoto1-3/+117
2015-03-07ASoC: rsnd: add dma.c for Audio DMAC / Audio DMAC peri periKuninori Morimoto1-0/+231