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