aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/sh/rcar/ssi.c
AgeCommit message (Expand)AuthorFilesLines
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-14/+18
2015-06-16ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_dma_xxx()Kuninori Morimoto1-6/+6
2015-06-16ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_get_adinr()Kuninori Morimoto1-2/+2
2015-06-16ASoC: rsnd: adds struct rsnd_dai_stream as on each fuction as parameterKuninori Morimoto1-7/+17
2015-06-16ASoC: rsnd: rsnd_mod has rsnd_privKuninori Morimoto1-1/+1
2015-06-16ASoC: rsnd: don't call snd_pcm_period_elapsed() under spin lockKuninori Morimoto1-1/+5
2015-06-16ASoC: rsnd: don't care under/over run error when PIOKuninori Morimoto1-7/+9
2015-05-22ASoC: rsnd: spin lock for interrupt handlerKuninori Morimoto1-3/+11
2015-05-21ASoC: rsnd: indicate unknown HW startKuninori Morimoto1-1/+3
2015-04-27ASoC: rsnd: make sure SSI parent/child uses same number of sound channel.Kuninori Morimoto1-0/+34
2015-04-27ASoC: rsnd: tidyup SSI parent related function/macro namesKuninori Morimoto1-7/+11
2015-03-27ASoC: rsnd: remove useless debug messageKuninori Morimoto1-18/+1
2015-03-27Merge branch 'asoc-fix-rcar' into HEADMark Brown1-2/+15
2015-03-27ASoC: rsnd: call clk_prepare/unprepare() in probe/removeKuninori Morimoto1-2/+15
2015-03-22ASoC: rsnd: no more SSI restart when unusual situationKuninori Morimoto1-3/+6
2015-03-07ASoC: rsnd: 1st DMAC dma-names cares subnodeKuninori Morimoto1-3/+14
2015-03-07ASoC: rsnd: ssi: add rsnd_ssi_of_node()Kuninori Morimoto1-1/+3
2015-03-07ASoC: rsnd: enable rsnd_ssi_use_busif() for DMAKuninori Morimoto1-1/+1
2015-03-07ASoC: rsnd: remove un-needed parameter from rsnd_dma_quit()Kuninori Morimoto1-1/+1
2015-03-07ASoC: rsnd: remove unused rsnd_dma_available()Kuninori Morimoto1-2/+0
2015-03-07ASoC: rsnd: remove un-needed parameter from rsnd_dma_init()Kuninori Morimoto1-1/+0
2015-01-15ASoC: rsnd: tidyup DMA start/stop timing on SSIKuninori Morimoto1-4/+4
2015-01-15ASoC: rsnd: ignore DIRQ when DMA transferKuninori Morimoto1-1/+2
2015-01-15ASoC: rsnd: error meesage indicates its portKuninori Morimoto1-1/+2
2015-01-15ASoC: rsnd: save priv in struct rsnd_daiKuninori Morimoto1-3/+3
2015-01-15ASoC: rsnd: replace rdai to priv in each functionKuninori Morimoto1-22/+17
2015-01-15ASoC: rsnd: remove unsed rdai parameter from each functionKuninori Morimoto1-15/+13
2015-01-15ASoC: rsnd: replace rsnd_dai_is_play() to rsnd_io_is_play()Kuninori Morimoto1-2/+2
2015-01-15ASoC: rsnd: rename rsnd_dai_is_clk_master() to rsnd_rdai_is_clk_master()Kuninori Morimoto1-3/+3
2015-01-15ASoC: rsnd: rsnd_mod controls clockKuninori Morimoto1-5/+3
2015-01-15ASoC: rsnd: remove unsed .rateKuninori Morimoto1-3/+0
2014-12-07ASoC: rsnd: rename SSI function name of PIOKuninori Morimoto1-12/+11
2014-12-07ASoC: rsnd: add salvage support for under/over flow error on SSIKuninori Morimoto1-47/+82
2014-12-03ASoC: rsnd: share SSI starting method between PIO/DMA modeKuninori Morimoto1-19/+10
2014-12-03ASoC: rsnd: synchronize SSI start/stop sequence between PIO/DMA modeKuninori Morimoto1-5/+10
2014-12-03ASoC: rsnd: clear status register when HW startKuninori Morimoto1-0/+3
2014-12-03ASoC: rsnd: care SSIWSR register in rsnd_ssi_hw_start()Kuninori Morimoto1-4/+4
2014-12-03ASoC: rsnd: tidyup SSI interrupt enable/disable methodKuninori Morimoto1-2/+4
2014-12-03ASoC: rsnd: tidyup PIO/DMA mode settings methodKuninori Morimoto1-12/+13
2014-12-03ASoC: rsnd: rsnd_src_ssiu_stop() stops SSIU compulsorilyKuninori Morimoto1-2/+2
2014-12-03ASoC: rsnd: add .fallback callbackKuninori Morimoto1-2/+9
2014-11-10ASoC: rsnd: fallback to PIO mode if DMA mode was failedKuninori Morimoto1-0/+15
2014-11-10ASoC: rsnd: tidyup debug message format and timingKuninori Morimoto1-9/+16
2014-06-28ASoC: rsnd: SSI + DMA can select BUSIFKuninori Morimoto1-2/+31
2014-06-03Merge remote-tracking branches 'asoc/topic/omap' and 'asoc/topic/rcar' into a...Mark Brown1-6/+22
2014-05-26ASoC: rsnd: care DMA slave channel name for DTKuninori Morimoto1-0/+6
2014-05-26ASoC: rsnd: module name is unifiedKuninori Morimoto1-4/+11
2014-05-26ASoC: rsnd: DT node clean up by using the of_node_put()Kuninori Morimoto1-2/+5
2014-05-22Merge remote-tracking branches 'asoc/topic/nuc900', 'asoc/topic/omap', 'asoc/...Mark Brown1-70/+15