summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/gen.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rsnd: don't get resource from IDKuninori Morimoto2024-04-021-12/+10
* ASoC: rsnd: cleanup regmap tableKuninori Morimoto2024-04-021-291/+226
* ASoC: rsnd: add R-Car Gen4 Sound supportKuninori Morimoto2023-02-011-0/+70
* ASoC: rsnd: add debugfs supportKuninori Morimoto2021-05-271-0/+9
* SoC: rsnd: add interrupt support for SSI BUSIF bufferYongbo Zhang2020-05-121-0/+8
* ASoC: rsnd: gen: fix SSI9 4/5/6/7 busif related register addressJiada Wang2019-02-261-0/+24
* ASoC: rsnd: remove RSND_REG_ from rsnd_regKuninori Morimoto2018-12-121-11/+12
* ASoC: rsnd: fixup mod ID for CTU regmap read/writeKuninori Morimoto2018-12-041-3/+11
* ASoC: rsnd: rsnd_mod_name() handles both name and IDKuninori Morimoto2018-11-051-6/+6
* ASoC: rsnd: gen: use tab instead of white-spaceKuninori Morimoto2018-09-061-24/+24
* ASoC: rsnd: ssiu: Support BUSIF other than BUSIF0Jiada Wang2018-09-031-3/+24
* ASoC: rsnd: convert to SPDX identifiersKuninori Morimoto2018-06-181-10/+6
* ASoC: rsnd: add RSND_GEN3 for R-Car Gen3Kuninori Morimoto2018-04-161-1/+2
* ASoC: rsnd: Delete an error message for a failed memory allocation in three f...Markus Elfring2017-08-101-3/+1
* Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown2017-06-071-0/+1
|\
| * ASoC: rsnd: don't use PDTA bit for 24bit on SSIKuninori Morimoto2017-05-171-0/+1
* | ASoC: rsnd: add HDMI output supportKuninori Morimoto2017-05-191-0/+2
|/
* ASoC: rsnd: use BRGCKR instead of SSICKRKuninori Morimoto2016-10-281-2/+2
* ASoC: rsnd: clear SSI_SYS_STATUSx every timeKuninori Morimoto2016-10-261-0/+8
* ASoC: rcar: fix 'const static' variablesArnd Bergmann2016-06-131-6/+6
* ASoC: rsnd: rsnd_write() / rsnd_bset() uses regmap _force_ functionKuninori Morimoto2016-03-021-19/+2
* Merge branch 'topic/update-bits' of git://git.kernel.org/pub/scm/linux/kernel...Mark Brown2016-03-021-1/+1
|\
| *---. Merge remote-tracking branches 'asoc/topic/pxa', 'asoc/topic/qcom', 'asoc/top...Mark Brown2015-12-231-81/+52
| |\ \ \
| * | | | Merge tag 'asoc-v4.3-rc6' into asoc-fix-rcarMark Brown2015-11-101-5/+9
| |\| | |
| * | | | ASoC: rsnd: fixup SCU_SYS_INT_EN1 addressKuninori Morimoto2015-11-061-1/+1
| | |/ / | |/| |
* | | | ASoC: rsnd: ctu: settings matches to datasheetKuninori Morimoto2016-01-221-0/+34
* | | | ASoC: rsnd: ctu: add rsnd_mix_activation()Kuninori Morimoto2016-01-221-0/+1
| |_|/ |/| |
* | | ASoC: rsnd: add Multi channel supportKuninori Morimoto2015-12-221-0/+3
* | | ASoC: rsnd: tidyup data align position for captureKuninori Morimoto2015-12-081-0/+1
* | | ASoC: rsnd: add TDM Extend Mode supportKuninori Morimoto2015-11-301-0/+1
* | | ASoC: rsnd: dvc enables non-stereo soundKuninori Morimoto2015-11-301-0/+6
* | | ASoC: rsnd: add missing SRC_O_BUSIF_MODE registerKuninori Morimoto2015-11-301-1/+3
* | | ASoC: rsnd: indicate register name for debugKuninori Morimoto2015-11-271-21/+31
* | | ASoC: rsnd: remove struct platform_device from probe/remove parameterKuninori Morimoto2015-11-181-8/+5
* | | ASoC: rsnd: remove struct rsnd_of_dataKuninori Morimoto2015-11-181-1/+0
* | | ASoC: rsnd: remove platform boot support from gen.cKuninori Morimoto2015-11-181-14/+0
* | | ASoC: rsnd: remove Gen1 support from SRCKuninori Morimoto2015-11-181-36/+2
| |/ |/|
* | ASoC: rsnd: fixup struct rsnd_gen::res array sizeKuninori Morimoto2015-10-221-3/+7
* | ASoC: rsnd: fixup print debug message after readKuninori Morimoto2015-10-221-2/+2
|/
* ASoC: rsnd: add MIX (Mixer) supportKuninori Morimoto2015-07-171-0/+10
* ASoC: rsnd: add CTU (Channel Transfer Unit) prototype supportKuninori Morimoto2015-07-171-0/+2
* ASoC: rsnd: tidyup data align positionKuninori Morimoto2015-07-161-0/+1
* ASoC: rsnd: rename INT_ENABLE to SSI_INT_ENABLEKuninori Morimoto2015-07-161-1/+1
* ASoC: rsnd: rename BUSIF_DALIGN to SSI_BUSIF_DALIGNKuninori Morimoto2015-07-161-1/+1
* ASoC: rsnd: gen: add rsnd_force_write()Kuninori Morimoto2015-07-101-0/+16
* ASoC: rsnd: remove useless debug messageKuninori Morimoto2015-03-271-6/+0
* ASoC: rsnd: add regmap_config::name for debugfsKuninori Morimoto2015-03-111-0/+1
* ASoC: rsnd: move rsnd_gen_dma_addr() from gen.c to dma.cKuninori Morimoto2015-03-071-110/+0
* ASoC: rsnd: add rsnd_gen_get_phy_addr() to get physical addressKuninori Morimoto2015-03-071-5/+11
* ASoC: rsnd: enable to get resource by nameKuninori Morimoto2015-03-071-10/+13