summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/ssi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ASoC: rsnd: rsnd_src_ssiu_stop() stops SSIU compulsorilyKuninori Morimoto2014-12-031-2/+2
* ASoC: rsnd: add .fallback callbackKuninori Morimoto2014-12-031-2/+9
* ASoC: rsnd: fallback to PIO mode if DMA mode was failedKuninori Morimoto2014-11-101-0/+15
* ASoC: rsnd: tidyup debug message format and timingKuninori Morimoto2014-11-101-9/+16
* ASoC: rsnd: SSI + DMA can select BUSIFKuninori Morimoto2014-06-281-2/+31
*-. Merge remote-tracking branches 'asoc/topic/omap' and 'asoc/topic/rcar' into a...Mark Brown2014-06-031-6/+22
|\ \
| | * ASoC: rsnd: care DMA slave channel name for DTKuninori Morimoto2014-05-261-0/+6
| | * ASoC: rsnd: module name is unifiedKuninori Morimoto2014-05-261-4/+11
| | * ASoC: rsnd: DT node clean up by using the of_node_put()Kuninori Morimoto2014-05-261-2/+5
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'asoc/topic/nuc900', 'asoc/topic/omap', 'asoc/...Mark Brown2014-05-221-70/+15
|\ \ \ \ | | |/ / | |/| / | | |/
| | * ASoC: rsnd: remove duplicate parameter from rsnd_mod_opsKuninori Morimoto2014-05-131-20/+14
| | * ASoC: rsnd: remove compatibility codeKuninori Morimoto2014-05-081-50/+1
| |/
* | ASoC: rsnd: fix clock prepare/unprepareBen Dooks2014-04-111-2/+2
|/
* ASoC: rsnd: add DeviceTree supportKuninori Morimoto2014-03-211-0/+56
* ASoC: rsnd: rename scu to srcKuninori Morimoto2014-03-051-3/+3
* ASoC: rsnd: remove all rsnd_xxx_remove()Kuninori Morimoto2014-03-051-5/+0
* ASoC: rsnd: use mod probe method on SSIKuninori Morimoto2014-03-051-51/+65
* ASoC: rsnd: call rsnd_scu_ssi_mode_init() from SSIKuninori Morimoto2014-03-051-0/+2
* ASoC: rsnd: add rsnd_scu_enable_ssi_irq()Kuninori Morimoto2014-03-051-0/+2
* ASoC: rsnd: Get correct SCU IDKuninori Morimoto2014-03-051-1/+8
* ASoC: rsnd: add struct rsnd_dai_platform_infoKuninori Morimoto2014-03-051-0/+14
* ASoC: rsnd: get ssi/scu from rsnd_dai_streamKuninori Morimoto2014-03-041-1/+1
* ASoC: rsnd: use mod array instead of list on rdaiKuninori Morimoto2014-03-041-1/+1
* ASoC: rsnd: remove verbose debug message from scu/ssiKuninori Morimoto2014-03-031-2/+0
* ASoC: rsnd: remove verbose function parameterKuninori Morimoto2014-03-031-1/+1
* ASoC: rsnd: remove SSI dependent DMAEngine callbackKuninori Morimoto2014-02-031-39/+8
* ASoC: rsnd: extracts Gen1/Gen2 common partsKuninori Morimoto2014-02-031-5/+0
* ASoC: rsnd: add rsnd_ssi_is_play()Kuninori Morimoto2014-02-031-2/+9
* ASoC: rsnd: remove ssiu from ssi.cKuninori Morimoto2014-02-031-17/+7
* ASoC: rsnd: SSI_MODE0/1 settings goes to scu.cKuninori Morimoto2014-02-031-70/+28
* ASoC: rsnd: remove pin sync optionKuninori Morimoto2014-02-031-2/+0
* ASoC: rsnd: rsnd_dai_is_clk_master() can be sharedKuninori Morimoto2014-02-031-5/+4
* ASoC: rsnd: remove meaningless rsnd_ssi_non()Kuninori Morimoto2014-02-031-16/+0
* ASoC: rsnd: cleanup debug information methodKuninori Morimoto2014-02-031-12/+0
* Merge remote-tracking branches 'asoc/topic/ad1836', 'asoc/topic/ad193x', 'aso...Mark Brown2014-01-021-9/+10
|\
| * ASoC: rsnd: add SRC (Sampling Rate Converter) supportKuninori Morimoto2013-12-311-1/+1
| * ASoC: rsnd: tidyup rsnd_ssi_master_clk_start() parameterKuninori Morimoto2013-12-311-6/+4
| * ASoC: rsnd: INT_ENABLE is needed only Gen2Kuninori Morimoto2013-12-311-2/+3
| * ASoC: rsnd: tidyup ssi commentKuninori Morimoto2013-12-311-1/+1
| * ASoC: rcar: use devm_clk_get() instead of clk_get()Kuninori Morimoto2013-12-041-2/+1
| * ASoC: rcar: add Gen2 sound supportKuninori Morimoto2013-11-291-0/+3
* | Merge remote-tracking branch 'asoc/topic/warn' into asoc-nextMark Brown2013-11-081-1/+2
|\ \ | |/ |/|
OpenPOWER on IntegriCloud