summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/ssi.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rsnd: don't get resource from IDKuninori Morimoto2024-04-021-1/+1
* ASoC: Explicitly include correct DT includesRob Herring2023-10-091-0/+2
* ASoC: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-111-2/+2
* ASoC: rsnd: indicate necessary error when clock start failedKuninori Morimoto2023-02-011-5/+8
* ASoC: rsnd: Add check for rsnd_mod_power_onJiasheng Jiang2022-09-021-1/+3
* ASoC: rsnd: care return value from rsnd_node_fixed_index()Kuninori Morimoto2022-04-211-2/+12
* ASoC: rsnd: make some arrays static const, makes object smallerColin Ian King2021-08-021-3/+3
* ASoC: rsnd: adjust disabled moduleKuninori Morimoto2021-06-011-1/+5
* ASoC: rsnd: tidyup rsnd_parse_connect_xxx()Kuninori Morimoto2021-06-011-1/+3
* ASoC: rsnd: tidyup rsnd_dma_request_channel()Kuninori Morimoto2021-06-011-1/+1
* ASoC: rsnd: implement BUSIF related code in ssiu.cKuninori Morimoto2021-05-271-97/+1
* ASoC: rsnd: add debugfs supportKuninori Morimoto2021-05-271-0/+29
* ASoC: rsnd: incidate irq error messageKuninori Morimoto2021-05-271-7/+7
* ASoC: rsnd: check BUIF error everytimeKuninori Morimoto2021-05-271-14/+3
* ASoC: rsnd: attach SSIU when SSI was DMA modeKuninori Morimoto2021-05-271-3/+1
* ASoC: rsnd: add rsnd_ssi_busif_err_irq_enable/disable()Kuninori Morimoto2021-04-141-67/+45
* ASoC: rsnd: add rsnd_ssi_busif_err_status_clear()Kuninori Morimoto2021-04-141-46/+51
* ASoC: rsnd: check all BUSIF status when errorKuninori Morimoto2021-04-141-2/+0
* ASoC: rsnd: call rsnd_ssi_master_clk_start() from rsnd_ssi_init()Kuninori Morimoto2021-04-141-9/+5
* Merge series "ASoC: rsnd: cleanup ppcheck warning for Renesas sound driver" f...Mark Brown2021-03-101-22/+23
|\
| * ASoC: rsnd: cleanup ppcheck warning for ssi.cKuninori Morimoto2021-03-101-22/+23
* | ASoC: sh: rcar: ssi: remove redundant assignmentPierre-Louis Bossart2021-03-101-1/+0
|/
* ASoC: rsnd: don't use discriminatory terms for function namesKuninori Morimoto2020-07-141-14/+14
* SoC: rsnd: add interrupt support for SSI BUSIF bufferYongbo Zhang2020-05-121-0/+145
* ASoC: rsnd: Fix "status check failed" spam for multi-SSIMatthias Blankertz2020-04-201-1/+7
* ASoC: rsnd: Don't treat master SSI in multi SSI setup as parentMatthias Blankertz2020-04-201-4/+7
* ASoC: rsnd: Fix parent SSI start/stop in multi-SSI modeMatthias Blankertz2020-04-161-4/+4
* ASoC: rsnd: do error check after rsnd_channel_normalization()Kuninori Morimoto2019-09-181-5/+5
* ASoC: rsnd: add missing pin sharing with SSI9Kuninori Morimoto2019-06-261-0/+1
* ASoC: rsnd: fixup 6ch settings to 8chKuninori Morimoto2019-04-251-0/+2
* ASoC: rsnd: fixup rsnd_ssi_master_clk_start() user count checkKuninori Morimoto2019-02-061-1/+1
* Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2018-12-131-1/+1
|\
| * ASoC: rsnd: fixup clock start checkerKuninori Morimoto2018-10-311-1/+1
* | ASoC: rsnd: indicates Channel and Mode for debugKuninori Morimoto2018-12-041-1/+9
* | ASoC: rsnd: makes rsnd_ssi_is_dma_mode() staticKuninori Morimoto2018-11-211-2/+3
* | ASoC: rsnd: add TDM Split mode supportKuninori Morimoto2018-11-061-4/+23
* | ASoC: rsnd: add SSIU BUSIF supportKuninori Morimoto2018-11-061-10/+12
* | ASoC: rsnd: move HDMI information from ssi.c to core.cKuninori Morimoto2018-11-061-59/+1
* | ASoC: rsnd: rename rsnd_runtime_is_ssi_xxx()Kuninori Morimoto2018-11-061-2/+2
* | ASoC: rsnd: remove endpoint bidirectional checkKuninori Morimoto2018-11-061-5/+1
* | ASoC: rsnd: rsnd_mod_name() handles both name and IDKuninori Morimoto2018-11-051-15/+8
* | ASoC: rsnd: move .get_status under rsnd_mod_opsKuninori Morimoto2018-11-051-61/+63
|/
* ASoC: rsnd: tidyup SSICR::SWSP for TDMKuninori Morimoto2018-10-171-1/+1
* ASoC: rsnd: enable TDM settings for SSI parentKuninori Morimoto2018-10-171-10/+11
* Merge branch 'asoc-4.19' into asoc-4.20 for rcar depMark Brown2018-09-031-6/+10
|\
| * ASoC: rsnd: fixup not to call clk_get/set under non-atomicJiada Wang2018-09-031-6/+10
* | ASoc: rsnd: dma: Calculate dma address with consider of BUSIFJiada Wang2018-09-031-0/+5
* | ASoC: rsnd: ssi: Check runtime channel number rather than hw_paramsJiada Wang2018-09-031-20/+7
* | ASoC: rsnd: ssi: Fix issue in dma data address assignmentJiada Wang2018-09-031-3/+1
* | ASoC: rsnd: add support for 8 bit S8 formatDragos Tarcatu2018-09-031-0/+3