summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/ssi.c
Commit message (Expand)AuthorAgeFilesLines
...
* ASoC: rsnd: SSI function parameter uses "mod" instead of "ssi"Kuninori Morimoto2016-02-201-9/+10
* ASoC: rsnd: indicates status failed SSIKuninori Morimoto2016-02-201-1/+2
* ASoC: rsnd: rsnd_ssi_is_multi_slave() macro uses rsnd_ssi_multi_slaves()Kuninori Morimoto2016-02-091-14/+2
* ASoC: rsnd: add .irq callbackKuninori Morimoto2016-01-271-23/+13
* ASoC: rsnd: don't auto-recover when under/over run errorKuninori Morimoto2016-01-271-76/+21
* ASoC: rsnd: attach Audio-DMAC-periperi correctlyKuninori Morimoto2016-01-221-3/+2
* ASoC: rsnd: each mod has status again for CTU/MUX supportKuninori Morimoto2016-01-221-1/+36
* ASoC: rsnd: remove unsed *parentKuninori Morimoto2016-01-221-1/+0
* ASoC: rsnd: fix usrcnt decrementing bugAndrzej Hajda2015-12-301-13/+14
* ASoC: rsnd: add Multi channel supportKuninori Morimoto2015-12-221-2/+112
* ASoC: rsnd: tidyup rsnd_get_slot_xxx() namingKuninori Morimoto2015-12-181-2/+2
* ASoC: rsnd: SSI/SSIU use rsnd_get_slot_extend() to check TDMKuninori Morimoto2015-12-181-1/+1
* ASoC: rsnd: care SWSP bit for TDM/non-TDMKuninori Morimoto2015-12-021-2/+5
* ASoC: rsnd: add TDM Extend Mode supportKuninori Morimoto2015-11-301-1/+17
* ASoC: rsnd: ssi enables non-stereo soundKuninori Morimoto2015-11-301-2/+3
* ASoC: rsnd: set SSIWSR setting on rsnd_ssi_config_init()Kuninori Morimoto2015-11-301-2/+3
* ASoC: rsnd: add rsnd_ssi_config_init()Kuninori Morimoto2015-11-301-46/+52
* ASoC: rsnd: tidyup semantics of rsnd_ssi_record_error()Kuninori Morimoto2015-11-271-5/+2
* ASoC: rsnd: remove struct platform_device from probe/remove parameterKuninori Morimoto2015-11-181-4/+2
* ASoC: rsnd: remove struct rsnd_of_dataKuninori Morimoto2015-11-181-1/+0
* ASoC: rsnd: remove platform boot support from ssi.cKuninori Morimoto2015-11-181-88/+57
* ASoC: rsnd: remove platform boot support from core.cKuninori Morimoto2015-11-181-2/+0
* ASoC: rsnd: ssi: 24bit data needs right-aligned settingsKuninori Morimoto2015-11-171-1/+2
* ASoC: rsnd: use mod base common method on SSI-parentKuninori Morimoto2015-11-161-142/+159
* ASoC: rsnd: use mod base common method on SSIUKuninori Morimoto2015-11-161-13/+9
* ASoC: rsnd: use mod base common method on DMA phase3Kuninori Morimoto2015-11-161-32/+2
* ASoC: rsnd: use mod base common method on DMA phase2Kuninori Morimoto2015-11-161-3/+3
* ASoC: rsnd: use mod base common method on DMA phase1Kuninori Morimoto2015-11-161-3/+3
* ASoC: rsnd: use common rsnd_ssi_status_xxx()Kuninori Morimoto2015-11-161-8/+19
* ASoC: rsnd: Don't stop HW even if a large number of errors occurKuninori Morimoto2015-11-161-6/+9
* ASoC: rsnd: move rsnd_src_ssi_irq_enable/disable() to ssi.cKuninori Morimoto2015-11-161-2/+30
* 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
OpenPOWER on IntegriCloud