summaryrefslogtreecommitdiff
path: root/sound/soc/sh/rcar/adg.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04ASoC: rcar: adg: correct TIMSEL setting for SSI9Andreas Pape1-0/+7
2023-08-23ASoC: rsnd: setup BRGCKR/BRRA/BRRB on rsnd_adg_clk_control()Kuninori Morimoto1-2/+7
2023-08-23ASoC: rsnd: remove default division of clock outKuninori Morimoto1-9/+6
2023-08-23ASoC: rsnd: tidyup brga/brgb default valueKuninori Morimoto1-2/+2
2023-08-23ASoC: rsnd: setup clock-out only when all conditions are rightKuninori Morimoto1-0/+4
2023-08-23ASoC: rsnd: enable clk_i approximate rate usageKuninori Morimoto1-0/+36
2023-02-16ASoC: rsnd: adg: Fix BRG typosGeert Uytterhoeven1-32/+32
2023-02-01ASoC: rsnd: add R-Car Gen4 Sound supportKuninori Morimoto1-0/+10
2023-02-01ASoC: rsnd: use array for 44.1kHz/48kHz rate handlingKuninori Morimoto1-30/+30
2023-02-01ASoC: rsnd: use clkin/out_sizeKuninori Morimoto1-7/+23
2023-02-01ASoC: rsnd: moves clkout_name to top of the fileKuninori Morimoto1-6/+7
2023-02-01ASoC: rsnd: rename clk to clkinKuninori Morimoto1-19/+20
2023-02-01ASoC: rsnd: remove unnecessary ADG flagsKuninori Morimoto1-21/+4
2023-02-01ASoC: rsnd: use same debug message format on clkoutKuninori Morimoto1-2/+2
2022-11-28ASoC: rsnd: adg: use __clk_get_name() instead of local clk_name[]Kuninori Morimoto1-2/+2
2021-08-20ASoC: rsnd: adg: clearly handle clock error / NULL caseKuninori Morimoto1-6/+6
2021-06-03ASoC: rsnd: adg: check return value for rsnd_adg_get_clkin/out()Kuninori Morimoto1-23/+61
2021-06-03ASoC: rsnd: adg: use more simple method for null_clkKuninori Morimoto1-25/+27
2021-06-03ASoC: rsnd: adg: tidyup rsnd_adg_get_clkin/out() parameterKuninori Morimoto1-7/+7
2021-06-03ASoC: rsnd: adg: supply __printf(x, y) formatting for dbg_msg()Kuninori Morimoto1-0/+1
2021-05-27ASoC: rsnd: add debugfs supportKuninori Morimoto1-9/+26
2021-05-27ASoC: rsnd: call unregister for null_hw when removedKuninori Morimoto1-4/+5
2021-05-24ASoC: rsnd: add null CLOCKIN supportKuninori Morimoto1-2/+31
2021-05-24ASoC: rsnd: tidyup loop on rsnd_adg_clk_query()Kuninori Morimoto1-3/+1
2021-03-10ASoC: rsnd: cleanup ppcheck warning for adg.cKuninori Morimoto1-7/+8
2020-12-17ASoC: rsnd: don't call clk_disable_unprepare() if can't useKuninori Morimoto1-8/+10
2019-08-07ASoC: rsnd: don't call clk_get_rate() under atomic contextKuninori Morimoto1-6/+15
2019-06-26ASoC: rsnd: add missing pin sharing with SSI9Kuninori Morimoto1-0/+1
2018-12-12ASoC: rsnd: remove RSND_REG_ from rsnd_regKuninori Morimoto1-33/+3
2018-11-05ASoC: rsnd: move .get_status under rsnd_mod_opsKuninori Morimoto1-1/+1
2018-09-10Merge branch 'asoc-4.19' into asoc-4.20 Cirrus conflictMark Brown1-0/+5
2018-09-06ASoC: rsnd: don't use %p for dev_dbg()Kuninori Morimoto1-2/+2
2018-09-06ASoC: rsnd: adg: care clock-frequency sizeKuninori Morimoto1-0/+5
2018-06-18ASoC: rsnd: convert to SPDX identifiersKuninori Morimoto1-9/+6
2017-12-20ASoC: rsnd: fixup ADG register maskKuninori Morimoto1-3/+3
2017-10-13ASoC: rsnd: more clear ADG clock debug infoKuninori Morimoto1-18/+41
2017-10-04ASoC: rsnd: use generic rsnd_flags_xxx() macro on ADGKuninori Morimoto1-7/+6
2017-09-13ASoC: rsnd: fix ADG flagsKuninori Morimoto1-2/+2
2017-08-10ASoC: rsnd: Delete an error message for a failed memory allocation in three f...Markus Elfring1-3/+1
2017-08-02ASoC: rcar: unregister fixed rate on ADGKuninori Morimoto1-0/+7
2017-06-15ASoC: rsnd: add rsnd_adg_clk_query()Kuninori Morimoto1-26/+27
2017-06-07Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown1-2/+4
2017-05-26ASoC: rsnd: fixup parent_clk_name of AUDIO_CLKOUTxKuninori Morimoto1-2/+4
2017-05-17ASoC: rsnd: remove error pointer for adg->clkout[i]Kuninori Morimoto1-1/+0
2017-05-17ASoC: rsnd: clkout-lr-asynchronous is AUDIO_CLKOUT related propertyKuninori Morimoto1-4/+3
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