summaryrefslogtreecommitdiff
path: root/sound/soc/sh/rcar/adg.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-21ASoC: rsnd: Fix possible NULL pointer dereferenceMarek Vasut1-7/+11
2017-04-21ASoC: rsnd: fix semicolon.cocci warningskbuild test robot1-1/+1
2017-04-19ASoC: rsnd: enable clock-frequency for both 44.1kHz/48kHzKuninori Morimoto1-13/+26
2017-04-06Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown1-8/+11
2017-03-31ASoC: rcar: call missing of_clk_del_provider() when removeKuninori Morimoto1-0/+5
2017-03-31ASoC: rcar: fixup of_clk_add_provider() usage for multi clkoutKuninori Morimoto1-8/+6
2017-02-21ASoC: rsnd: check return value of init functionWolfram Sang1-1/+4
2016-12-07ASoC: rsnd: setup BRGCKR/BRRA/BRRB when startingKuninori Morimoto1-9/+12
2016-12-07ASoC: rsnd: enable/disable ADG when suspend/resume timingKuninori Morimoto1-14/+24
2016-10-28ASoC: rsnd: use BRGCKR instead of SSICKRKuninori Morimoto1-3/+3
2016-07-25Merge remote-tracking branches 'asoc/topic/omap', 'asoc/topic/rcar' and 'asoc...Mark Brown1-0/+18
2016-07-01Merge remote-tracking branches 'asoc/fix/rcar', 'asoc/fix/rt5670' and 'asoc/f...Mark Brown1-1/+1
2016-06-09ASoC: rsnd: adg :: AUDIO-CLKOUTn asynchronizes supportKuninori Morimoto1-0/+18
2016-05-27ASoC: rsnd: open 31bit of SSICKR maskKuninori Morimoto1-1/+1
2016-04-20ASoC: rsnd: Remove CLK_IS_ROOTStephen Boyd1-6/+2
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