summaryrefslogtreecommitdiff
path: root/sound/soc/sh/rcar/adg.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-07ASoC: rsnd: CMD TIMSEL support for CaptureKuninori Morimoto1-1/+4
2016-03-07ASoC: rsnd: SRC TIMSEL support for CaptureKuninori Morimoto1-91/+113
2016-01-22ASoC: rsnd: each mod has status again for CTU/MUX supportKuninori Morimoto1-1/+1
2016-01-22ASoC: rsnd: use rsnd_mod_init() for ADGKuninori Morimoto1-7/+2
2015-11-30ASoC: rsnd: don't use normal *mod in adg.cKuninori Morimoto1-19/+11
2015-11-18ASoC: rsnd: remove struct platform_device from probe/remove parameterKuninori Morimoto1-4/+2
2015-11-18ASoC: rsnd: remove struct rsnd_of_dataKuninori Morimoto1-1/+0
2015-11-18ASoC: rsnd: remove Gen1 support from SRCKuninori Morimoto1-62/+0
2015-11-16ASoC: rsnd: call clk_prepare()/clk_enable() for AUDIO_CLKxKuninori Morimoto1-2/+19
2015-11-16ASoC: rsnd: Add missing initialization of ADG req_rateGeert Uytterhoeven1-1/+1
2015-10-22ASoC: rsnd: remove duplicate parameter from rsnd_ssi_xxx()Kuninori Morimoto1-2/+1
2015-09-16ASoC: rsnd: fixup clkout_name[] index error for single AUDIO_CLKOUT SoCKuninori Morimoto1-1/+1
2015-09-14ASoC: rsnd: add AUDIO_CLKOUT supportKuninori Morimoto1-4/+94
2015-09-14ASoC: rsnd: adg: ignore undefined clock errorKuninori Morimoto1-9/+23
2015-09-14ASoC: rsnd: tidyup ADG debug message for clock selectionKuninori Morimoto1-2/+3
2015-09-14ASoC: rsnd: tidyup ADG clock calculate methodKuninori Morimoto1-23/+54
2015-09-14ASoC: rsnd: ADG initial setup on rsnd_adg_ssi_clk_init()Kuninori Morimoto1-8/+5
2015-09-14ASoC: rsnd: add common mod confirm methodKuninori Morimoto1-11/+19
2015-09-14ASoC: rsnd: ADG uses mod base common methodKuninori Morimoto1-21/+46
2015-09-14ASoC: rsnd: remove unneeded sh_clk headerKuninori Morimoto1-1/+0
2015-03-28ASoC: rsnd: remove useless debug messageKuninori Morimoto1-2/+0
2015-03-22ASoC: rsnd: show debug info for sampling rate convertKuninori Morimoto1-0/+2
2015-01-15ASoC: rsnd: remove unsed rdai parameter from each functionKuninori Morimoto1-8/+4
2015-01-15ASoC: rsnd: replace rsnd_dai_is_play() to rsnd_io_is_play()Kuninori Morimoto1-1/+1
2014-12-03ASoC: rsnd: show master clock rate when ADG probeKuninori Morimoto1-1/+1
2014-05-13ASoC: rsnd: add DVC supportKuninori Morimoto1-0/+18
2014-05-08ASoC: rsnd: remove old clock style supportKuninori Morimoto1-36/+3
2014-03-21ASoC: rsnd: add DeviceTree supportKuninori Morimoto1-0/+1
2014-03-05ASoC: rsnd: remove all rsnd_xxx_remove()Kuninori Morimoto1-5/+0
2014-03-04ASoC: rsnd: modify rsnd_adg_ssi_ws_timing_gen2() parameterKuninori Morimoto1-3/+4
2014-03-04ASoC: rsnd: use devm_clk_get() instead of clk_get()Kuninori Morimoto1-15/+9
2014-03-03ASoC: rsnd: remove verbose function parameterKuninori Morimoto1-1/+0
2014-02-12ASoC: rsnd: set DIV_EN register on rsnd_adg_set_convert_clk_gen2()Kuninori Morimoto1-3/+13
2014-02-12ASoC: rsnd: tidyup original for_each_rsnd_xxx macroKuninori Morimoto1-3/+4
2014-02-07ASoC: rsnd: use device dependency clockKuninori Morimoto1-5/+35
2014-02-03ASoC: rsnd: add Gen2 SRC and DMAEngine supportKuninori Morimoto1-0/+138
2014-02-03ASoC: rsnd: merge SRC clock timing/settingKuninori Morimoto1-16/+4
2013-12-31ASoC: rsnd: add SRC (Sampling Rate Converter) supportKuninori Morimoto1-0/+73
2013-12-31ASoC: rsnd: make sure variable name for 44.1kHz/48kHzKuninori Morimoto1-10/+10
2013-12-31ASoC: rsnd: add rsnd_adg_set_ssi_clk() and cleanup adgKuninori Morimoto1-34/+24
2013-09-24ASoC: rsnd: remove rsnd_priv_read/write/bset()Kuninori Morimoto1-3/+7
2013-09-24ASoC: rcar: remove unnecessary mach/clock.hKuninori Morimoto1-1/+0
2013-07-28ASoC: add Renesas R-Car ADG featureKuninori Morimoto1-0/+234