summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/dma.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rsnd: don't get resource from IDKuninori Morimoto2024-04-021-3/+3
* ASoC: rsnd: add R-Car Gen4 Sound supportKuninori Morimoto2023-02-011-1/+37
* ASoC: rsnd: dma.c: tidyup rsnd_dma_probe()Kuninori Morimoto2023-02-011-2/+7
* ASoC: rsnd: tidyup rsnd_dma_addr()Kuninori Morimoto2023-02-011-5/+5
* ASoC: rsnd: care return value from rsnd_node_fixed_index()Kuninori Morimoto2022-04-211-1/+8
* ASoC: rsnd: fixup DMAEngine APIKuninori Morimoto2021-11-121-1/+1
* ASoC: sh: rcar: dma: : use proper DMAENGINE API for terminationWolfram Sang2021-07-111-1/+1
* ASoC: rsnd: adjust disabled moduleKuninori Morimoto2021-06-011-0/+2
* ASoC: rsnd: tidyup rsnd_dma_request_channel()Kuninori Morimoto2021-06-011-3/+3
* ASoC: rsnd: add debugfs supportKuninori Morimoto2021-05-271-5/+26
* Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-11-061-2/+2
|\
| * ASoC: rsnd: dma: fix SSI9 4/5/6/7 busif dma addressJiada Wang2019-10-231-2/+2
* | ASoC: rsnd: dma: set bus width to data width for monaural dataJiada Wang2019-10-231-2/+28
|/
* ASoC: rsnd: add SSIU BUSIF supportKuninori Morimoto2018-11-061-6/+31
* ASoC: rsnd: rsnd_mod_name() handles both name and IDKuninori Morimoto2018-11-051-13/+8
* ASoC: rsnd: move .get_status under rsnd_mod_opsKuninori Morimoto2018-11-051-12/+14
* ASoC: rsnd: fixup SSI clock during suspend/resume modesDmytro Prokopchuk2018-09-211-4/+3
* Merge branch 'asoc-4.19' into asoc-4.20 Cirrus conflictMark Brown2018-09-101-0/+4
|\
| * ASoC: rsnd: don't fallback to PIO mode when -EPROBE_DEFERKuninori Morimoto2018-09-061-0/+4
* | ASoC: rsnd: don't use %p for dev_dbg()Kuninori Morimoto2018-09-061-1/+1
* | ASoC: rsnd: merge .nolock_start and .prepareKuninori Morimoto2018-09-031-10/+10
* | ASoc: rsnd: dma: Calculate PDMACHCRE with consider of BUSIFJiada Wang2018-09-031-11/+26
* | ASoc: rsnd: dma: Calculate dma address with consider of BUSIFJiada Wang2018-09-031-16/+27
|/
* ASoC: rsnd: convert to SPDX identifiersKuninori Morimoto2018-06-181-10/+7
* ASoC: rsnd: Enable IPMMU v2Kuninori Morimoto2018-04-161-0/+7
* ASoC: rsnd: add RSND_GEN3 for R-Car Gen3Kuninori Morimoto2018-04-161-2/+2
* ASoC: rsnd: dma.c: spin lock is no longer needed in IRQ handlerKuninori Morimoto2017-11-291-18/+0
* ASoC: rcar: revert IOMMU support so farKuninori Morimoto2017-11-161-80/+6
* ASoC: rsnd: return -EIO if rsnd_dmaen_request_channel() failedKuninori Morimoto2017-11-061-3/+1
* ASoC: rsnd: remove NULL check from rsnd_mod_name()/rsnd_mod_id()Kuninori Morimoto2017-11-011-6/+18
* ASoC: rsnd: add rsnd_dma_alloc()Kuninori Morimoto2017-09-211-27/+33
* ASoC: rsnd: tidyup comments position/space/tabKuninori Morimoto2017-08-211-1/+1
* ASoC: rsnd: cleanup pointer related codeKuninori Morimoto2017-06-071-5/+1
* ASoC: rsnd: update pointer more accurateKuninori Morimoto2017-06-071-1/+25
* ASoC: rcar: dma: remove unnecessary "volatile"Kuninori Morimoto2017-03-161-1/+1
* ASoC: rcar: clear DE bit only in PDMACHCR when it stopsKuninori Morimoto2017-03-151-2/+16
* ASoC: rsnd: use dma_sync_single_for_xxx() for IOMMUKuninori Morimoto2016-11-221-4/+80
* ASoC: rsnd: Request/Release DMA channel each timeKuninori Morimoto2016-11-221-77/+107
* ASoC: rsnd: don't call unneeded of_node_put() on dma.cKuninori Morimoto2016-10-251-6/+4
* ASoC: rsnd: remove rsnd_dma_detach()Kuninori Morimoto2016-10-251-11/+0
* ASoC: rsnd: remove non DT support for DMAKuninori Morimoto2016-10-251-15/+6
* ASoC: rsnd: amend .probe/.remove call for DPCMKuninori Morimoto2016-10-241-0/+11
* ASoC: rsnd: don't use prohibited number to PDMACHCRn.SRSKuninori Morimoto2016-05-101-4/+8
* ASoC: rsnd: attach Audio-DMAC-periperi correctlyKuninori Morimoto2016-01-221-27/+29
* ASoC: rsnd: each mod has status again for CTU/MUX supportKuninori Morimoto2016-01-221-1/+1
* ASoC: rsnd: tidyup debug print position on rsnd_dma_attach()Kuninori Morimoto2015-12-181-5/+5
* ASoC: rsnd: remove struct platform_device from probe/remove parameterKuninori Morimoto2015-11-181-2/+2
* ASoC: rsnd: remove struct rsnd_of_dataKuninori Morimoto2015-11-181-1/+0
* ASoC: rsnd: fixup rsnd_dmapp_stop() return valueKuninori Morimoto2015-11-161-2/+2
* ASoC: rsnd: use mod base common method on DMA phase3Kuninori Morimoto2015-11-161-93/+61