aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/gen.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-27ASoC: rsnd: add debugfs supportKuninori Morimoto1-0/+9
2020-05-12SoC: rsnd: add interrupt support for SSI BUSIF bufferYongbo Zhang1-0/+8
2019-02-26ASoC: rsnd: gen: fix SSI9 4/5/6/7 busif related register addressJiada Wang1-0/+24
2018-12-12ASoC: rsnd: remove RSND_REG_ from rsnd_regKuninori Morimoto1-11/+12
2018-12-04ASoC: rsnd: fixup mod ID for CTU regmap read/writeKuninori Morimoto1-3/+11
2018-11-05ASoC: rsnd: rsnd_mod_name() handles both name and IDKuninori Morimoto1-6/+6
2018-09-06ASoC: rsnd: gen: use tab instead of white-spaceKuninori Morimoto1-24/+24
2018-09-03ASoC: rsnd: ssiu: Support BUSIF other than BUSIF0Jiada Wang1-3/+24
2018-06-18ASoC: rsnd: convert to SPDX identifiersKuninori Morimoto1-10/+6
2018-04-16ASoC: rsnd: add RSND_GEN3 for R-Car Gen3Kuninori Morimoto1-1/+2
2017-08-10ASoC: rsnd: Delete an error message for a failed memory allocation in three functionsMarkus Elfring1-3/+1
2017-06-07Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-rcarMark Brown1-0/+1
2017-05-19ASoC: rsnd: add HDMI output supportKuninori Morimoto1-0/+2
2017-05-17ASoC: rsnd: don't use PDTA bit for 24bit on SSIKuninori Morimoto1-0/+1
2016-10-28ASoC: rsnd: use BRGCKR instead of SSICKRKuninori Morimoto1-2/+2
2016-10-26ASoC: rsnd: clear SSI_SYS_STATUSx every timeKuninori Morimoto1-0/+8
2016-06-13ASoC: rcar: fix 'const static' variablesArnd Bergmann1-6/+6
2016-03-02ASoC: rsnd: rsnd_write() / rsnd_bset() uses regmap _force_ functionKuninori Morimoto1-19/+2
2016-03-02Merge branch 'topic/update-bits' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into asoc-rcarMark Brown1-1/+1
2016-01-22ASoC: rsnd: ctu: settings matches to datasheetKuninori Morimoto1-0/+34
2016-01-22ASoC: rsnd: ctu: add rsnd_mix_activation()Kuninori Morimoto1-0/+1
2015-12-23Merge remote-tracking branches 'asoc/topic/pxa', 'asoc/topic/qcom', 'asoc/topic/rcar', 'asoc/topic/rk3036' and 'asoc/topic/rockchip' into asoc-nextMark Brown1-81/+52
2015-12-22ASoC: rsnd: add Multi channel supportKuninori Morimoto1-0/+3
2015-12-08ASoC: rsnd: tidyup data align position for captureKuninori Morimoto1-0/+1
2015-11-30ASoC: rsnd: add TDM Extend Mode supportKuninori Morimoto1-0/+1
2015-11-30ASoC: rsnd: dvc enables non-stereo soundKuninori Morimoto1-0/+6
2015-11-30ASoC: rsnd: add missing SRC_O_BUSIF_MODE registerKuninori Morimoto1-1/+3
2015-11-27ASoC: rsnd: indicate register name for debugKuninori Morimoto1-21/+31
2015-11-18ASoC: rsnd: remove struct platform_device from probe/remove parameterKuninori Morimoto1-8/+5
2015-11-18ASoC: rsnd: remove struct rsnd_of_dataKuninori Morimoto1-1/+0
2015-11-18ASoC: rsnd: remove platform boot support from gen.cKuninori Morimoto1-14/+0
2015-11-18ASoC: rsnd: remove Gen1 support from SRCKuninori Morimoto1-36/+2
2015-11-10Merge tag 'asoc-v4.3-rc6' into asoc-fix-rcarMark Brown1-5/+9
2015-11-06ASoC: rsnd: fixup SCU_SYS_INT_EN1 addressKuninori Morimoto1-1/+1
2015-10-22ASoC: rsnd: fixup struct rsnd_gen::res array sizeKuninori Morimoto1-3/+7
2015-10-22ASoC: rsnd: fixup print debug message after readKuninori Morimoto1-2/+2
2015-07-17ASoC: rsnd: add MIX (Mixer) supportKuninori Morimoto1-0/+10
2015-07-17ASoC: rsnd: add CTU (Channel Transfer Unit) prototype supportKuninori Morimoto1-0/+2
2015-07-16ASoC: rsnd: tidyup data align positionKuninori Morimoto1-0/+1
2015-07-16ASoC: rsnd: rename INT_ENABLE to SSI_INT_ENABLEKuninori Morimoto1-1/+1
2015-07-16ASoC: rsnd: rename BUSIF_DALIGN to SSI_BUSIF_DALIGNKuninori Morimoto1-1/+1
2015-07-10ASoC: rsnd: gen: add rsnd_force_write()Kuninori Morimoto1-0/+16
2015-03-27ASoC: rsnd: remove useless debug messageKuninori Morimoto1-6/+0
2015-03-11ASoC: rsnd: add regmap_config::name for debugfsKuninori Morimoto1-0/+1
2015-03-07ASoC: rsnd: move rsnd_gen_dma_addr() from gen.c to dma.cKuninori Morimoto1-110/+0
2015-03-07ASoC: rsnd: add rsnd_gen_get_phy_addr() to get physical addressKuninori Morimoto1-5/+11
2015-03-07ASoC: rsnd: enable to get resource by nameKuninori Morimoto1-10/+13
2015-01-12ASoC: rsnd: add recovery support for under/over flow error on SRCKuninori Morimoto1-0/+15
2014-11-10ASoC: rsnd: Add Volume Ramp supportKuninori Morimoto1-0/+3
2014-11-10ASoC: rsnd: tidyup debug message format and timingKuninori Morimoto1-3/+3