summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/ssi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ASoC: rsnd: add support for 16/24 bit slot widthsDragos Tarcatu2018-09-031-14/+40
|/
* Merge branch 'asoc-4.18' into asoc-4.19 for amd depMark Brown2018-06-221-13/+24
|\
| * ASoC: rsnd: SSI parent cares SWSP bitKuninori Morimoto2018-06-181-11/+21
| * ASoC: rsnd: has .symmetric_rates if SSIs are sharing WS pinKuninori Morimoto2018-06-181-2/+3
* | ASoC: rsnd: convert to SPDX identifiersKuninori Morimoto2018-06-181-13/+9
* | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-1/+1
|/
* ASoC: rsnd: ssi: wait maximum 5ms for status checkKuninori Morimoto2018-04-161-1/+1
* ASoC: rsnd: don't assume node full path name for HDMI probingKuninori Morimoto2018-04-161-2/+9
* ASoC: rsnd: indicate IRQ error status for debugKuninori Morimoto2018-02-131-1/+15
* ASoC: rsnd: PIO related function cleanupKuninori Morimoto2017-12-111-81/+72
* ASoC: rsnd: don't use runtime->sample_bitsKuninori Morimoto2017-12-111-6/+3
* ASoC: rsnd: ssi: remove unnesessary period_posJiada Wang2017-12-081-6/+3
* ASoC: rsnd: ssi: fix race condition in rsnd_ssi_pointer_updateJiada Wang2017-12-081-6/+10
* Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown2017-11-101-24/+29
|\
| * ASoC: rsnd: rsnd_ssi_run_mods() needs to care ssi_parent_modKuninori Morimoto2017-11-011-3/+8
| * ASoC: rsnd: Don't check SSISR::DIRQ when CaptureKuninori Morimoto2017-10-311-6/+9
| * ASoC: rsnd: add generic rsnd_flags_xxx() macroKuninori Morimoto2017-10-041-15/+12
* | ASoC: rcar: skip disabled-SSI nodesKuninori Morimoto2017-10-031-1/+4
|/
* ASoC: rsnd: remove unused rsnd_xxx_to_dma()Kuninori Morimoto2017-08-221-1/+0
* ASoC: rsnd: call request_irq/free_irq once in MIX caseKuninori Morimoto2017-08-101-5/+22
* ASoC: rsnd: add rsnd_ssi_flags_has/add() macroKuninori Morimoto2017-08-101-9/+10
* ASoC: rsnd: call free_irq() both DMA/PIO modeKuninori Morimoto2017-08-101-18/+19
* Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown2017-08-101-12/+34
|\
| * ASoC: rsnd: avoid duplicate free_irq()Kuninori Morimoto2017-08-091-3/+3
| * ASoC: rsnd: control SSICR::EN correctlyKuninori Morimoto2017-08-081-9/+31
* | ASoC: rsnd: rsnd_ssi_can_output_clk() macroKuninori Morimoto2017-08-081-4/+3
* | ASoC: rsnd: move rsnd_ssi_config_init() execute condition into it.Kuninori Morimoto2017-08-081-2/+4
OpenPOWER on IntegriCloud