summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/ssi.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rsnd: rename rsnd_dma_init() to rsnd_dma_attach()Kuninori Morimoto2015-11-161-1/+1
* ASoC: rsnd: DMA become SSI/SRC memberKuninori Morimoto2015-11-161-6/+10
* ASoC: rsnd: remove duplicate parameter from rsnd_ssi_xxx()Kuninori Morimoto2015-10-221-5/+6
* ASoC: rsnd: remove unused rsnd_dma_to_ssi() macroKuninori Morimoto2015-10-221-1/+0
* ASoC: rsnd: rename rsnd_mod_hw_start/stop to rsnd_mod_power_on/offKuninori Morimoto2015-10-221-2/+2
* ASoC: rsnd: fixup devm_request_irq() option on ssi.cKuninori Morimoto2015-10-221-1/+1
* ASoC: rsnd: Remove obsolete platform data supportGeert Uytterhoeven2015-10-071-3/+0
* ASoC: rsnd: tidyup ADG clock calculate methodKuninori Morimoto2015-09-141-26/+20
* ASoC: rsnd: add rsnd_mod_get() macro and use itKuninori Morimoto2015-09-141-24/+34
* ASoC: rsnd: remove unnecessary 'out of memory' message from SSIKuninori Morimoto2015-07-161-3/+1
* 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-14/+18
* ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_dma_xxx()Kuninori Morimoto2015-06-161-6/+6
* ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_get_adinr()Kuninori Morimoto2015-06-161-2/+2
* ASoC: rsnd: adds struct rsnd_dai_stream as on each fuction as parameterKuninori Morimoto2015-06-161-7/+17
* ASoC: rsnd: rsnd_mod has rsnd_privKuninori Morimoto2015-06-161-1/+1
* ASoC: rsnd: don't call snd_pcm_period_elapsed() under spin lockKuninori Morimoto2015-06-161-1/+5
* ASoC: rsnd: don't care under/over run error when PIOKuninori Morimoto2015-06-161-7/+9
* ASoC: rsnd: spin lock for interrupt handlerKuninori Morimoto2015-05-221-3/+11
* ASoC: rsnd: indicate unknown HW startKuninori Morimoto2015-05-211-1/+3
* ASoC: rsnd: make sure SSI parent/child uses same number of sound channel.Kuninori Morimoto2015-04-271-0/+34
* ASoC: rsnd: tidyup SSI parent related function/macro namesKuninori Morimoto2015-04-271-7/+11
* ASoC: rsnd: remove useless debug messageKuninori Morimoto2015-03-271-18/+1
* Merge branch 'asoc-fix-rcar' into HEADMark Brown2015-03-271-2/+15
|\
| * ASoC: rsnd: call clk_prepare/unprepare() in probe/removeKuninori Morimoto2015-03-271-2/+15
* | ASoC: rsnd: no more SSI restart when unusual situationKuninori Morimoto2015-03-221-3/+6
* | ASoC: rsnd: 1st DMAC dma-names cares subnodeKuninori Morimoto2015-03-071-3/+14
* | ASoC: rsnd: ssi: add rsnd_ssi_of_node()Kuninori Morimoto2015-03-071-1/+3
* | ASoC: rsnd: enable rsnd_ssi_use_busif() for DMAKuninori Morimoto2015-03-071-1/+1
* | ASoC: rsnd: remove un-needed parameter from rsnd_dma_quit()Kuninori Morimoto2015-03-071-1/+1
* | ASoC: rsnd: remove unused rsnd_dma_available()Kuninori Morimoto2015-03-071-2/+0
* | ASoC: rsnd: remove un-needed parameter from rsnd_dma_init()Kuninori Morimoto2015-03-071-1/+0
|/
* ASoC: rsnd: tidyup DMA start/stop timing on SSIKuninori Morimoto2015-01-151-4/+4
* ASoC: rsnd: ignore DIRQ when DMA transferKuninori Morimoto2015-01-151-1/+2
* ASoC: rsnd: error meesage indicates its portKuninori Morimoto2015-01-151-1/+2
* ASoC: rsnd: save priv in struct rsnd_daiKuninori Morimoto2015-01-151-3/+3
* ASoC: rsnd: replace rdai to priv in each functionKuninori Morimoto2015-01-151-22/+17
* ASoC: rsnd: remove unsed rdai parameter from each functionKuninori Morimoto2015-01-151-15/+13
* ASoC: rsnd: replace rsnd_dai_is_play() to rsnd_io_is_play()Kuninori Morimoto2015-01-151-2/+2
* ASoC: rsnd: rename rsnd_dai_is_clk_master() to rsnd_rdai_is_clk_master()Kuninori Morimoto2015-01-151-3/+3
* ASoC: rsnd: rsnd_mod controls clockKuninori Morimoto2015-01-151-5/+3
* ASoC: rsnd: remove unsed .rateKuninori Morimoto2015-01-151-3/+0
* ASoC: rsnd: rename SSI function name of PIOKuninori Morimoto2014-12-071-12/+11
* ASoC: rsnd: add salvage support for under/over flow error on SSIKuninori Morimoto2014-12-071-47/+82
* ASoC: rsnd: share SSI starting method between PIO/DMA modeKuninori Morimoto2014-12-031-19/+10
* ASoC: rsnd: synchronize SSI start/stop sequence between PIO/DMA modeKuninori Morimoto2014-12-031-5/+10
* ASoC: rsnd: clear status register when HW startKuninori Morimoto2014-12-031-0/+3
* ASoC: rsnd: care SSIWSR register in rsnd_ssi_hw_start()Kuninori Morimoto2014-12-031-4/+4
* ASoC: rsnd: tidyup SSI interrupt enable/disable methodKuninori Morimoto2014-12-031-2/+4
* ASoC: rsnd: tidyup PIO/DMA mode settings methodKuninori Morimoto2014-12-031-12/+13
OpenPOWER on IntegriCloud