summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/scu.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-05ASoC: rsnd: rename scu to srcKuninori Morimoto1-682/+0
2014-03-05ASoC: rsnd: remove all rsnd_xxx_remove()Kuninori Morimoto1-5/+0
2014-03-05ASoC: rsnd: use mod probe method on SCUKuninori Morimoto1-25/+39
2014-03-05ASoC: rsnd: call rsnd_scu_ssi_mode_init() from SSIKuninori Morimoto1-37/+17
2014-03-05ASoC: rsnd: add rsnd_scu_enable_ssi_irq()Kuninori Morimoto1-13/+13
2014-03-05ASoC: rsnd: Get correct SCU IDKuninori Morimoto1-5/+16
2014-03-04ASoC: rsnd: get ssi/scu from rsnd_dai_streamKuninori Morimoto1-9/+11
2014-03-04ASoC: rsnd: use mod array instead of list on rdaiKuninori Morimoto1-1/+1
2014-03-03ASoC: rsnd: remove verbose debug message from scu/ssiKuninori Morimoto1-1/+0
2014-03-03ASoC: rsnd: remove verbose function parameterKuninori Morimoto1-1/+1
2014-02-12ASoC: rsnd: print error if there is SRC settings mismatchKuninori Morimoto1-0/+8
2014-02-03ASoC: rsnd: add Gen2 SRC and DMAEngine supportKuninori Morimoto1-0/+117
2014-02-03ASoC: rsnd: extracts Gen1/Gen2 common partsKuninori Morimoto1-132/+204
2014-02-03ASoC: rsnd: merge SRC clock timing/settingKuninori Morimoto1-13/+35
2014-02-03ASoC: rsnd: rsnd_scu_hpbif_is_enable() become macroKuninori Morimoto1-10/+5
2014-02-03ASoC: rsnd: Merge macros in scu.cKuninori Morimoto1-12/+12
2014-02-03ASoC: rsnd: clarify scu.c areaKuninori Morimoto1-0/+14
2014-02-03ASoC: rsnd: explain SRC bypass mode settings in commentKuninori Morimoto1-0/+45
2014-02-03ASoC: rsnd: rename rsnd_scu_convert_rate_ctrl()Kuninori Morimoto1-5/+4
2014-02-03ASoC: rsnd: SSI_MODE0/1 settings goes to scu.cKuninori Morimoto1-0/+45
2014-02-03ASoC: rsnd: merge rsnd_scu_start/stop() and rsnd_scu_transfer_start/stop()Kuninori Morimoto1-42/+14
2014-02-03ASoC: rsnd: remove meaningless function parameterKuninori Morimoto1-5/+6
2014-02-03ASoC: rsnd: add rsnd_scu_init(), and separate init/startKuninori Morimoto1-6/+23
2014-02-03ASoC: rsnd: control SCU ops in probe timingKuninori Morimoto1-19/+11
2014-02-03ASoC: rsnd: cleanup debug information methodKuninori Morimoto1-2/+0
2014-02-03ASoC: rsnd: tidyup register naming of BUSIF_MODEKuninori Morimoto1-1/+1
2014-01-02Merge remote-tracking branches 'asoc/topic/ad1836', 'asoc/topic/ad193x', 'aso...Mark Brown1-20/+161
2013-12-31ASoC: rsnd: add SRC (Sampling Rate Converter) supportKuninori Morimoto1-7/+145
2013-12-31ASoC: rsnd: scu cleanup: add rsnd_scu_rate_ctrl()Kuninori Morimoto1-2/+2
2013-12-31ASoC: rsnd: add rsnd_scu_transfer_start()Kuninori Morimoto1-19/+20
2013-12-31ASoC: rsnd: route setting is needed only Gen1Kuninori Morimoto1-2/+4
2013-12-31ASoC: rsnd: tidyup register namingKuninori Morimoto1-2/+2
2013-11-21Merge tag 'asoc-v3.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai1-1/+1
2013-11-19ASoC: rcar: off by one in rsnd_scu_set_route()Dan Carpenter1-1/+1
2013-11-08Merge remote-tracking branch 'asoc/topic/warn' into asoc-nextMark Brown1-1/+2
2013-11-07ASoC: rcar: Use WARN_ON() instead of BUG_ON()Takashi Iwai1-1/+2
2013-10-20ASoC: rcar: add rsnd_scu_hpbif_is_enable()Kuninori Morimoto1-3/+9
2013-09-09ASoC: rsnd: fixup flag name of rsnd_scu_platform_infoKuninori Morimoto1-2/+2
2013-08-06ASoC: rsnd: scu: cleanup empty functionsKuninori Morimoto1-39/+0
2013-08-06ASoC: rsnd: SSI supports DMA transfer via BUSIFKuninori Morimoto1-2/+152
2013-07-28ASoC: add Renesas R-Car SCU featureKuninori Morimoto1-0/+125