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