aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/mpc5200_dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-04ASoC: mpc5200: Use managed buffer allocationTakashi Iwai1-61/+2
2021-03-10ASoC: fsl: mpc5200: signed parameter in snprintf formatPierre-Louis Bossart1-1/+1
2020-08-03ASoC: fsl: Fix unused variable warningTakashi Iwai1-1/+0
2020-07-23ASoC: fsl: use asoc_substream_to_rtd()Kuninori Morimoto1-4/+4
2020-03-27ASoC: fsl: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto1-5/+5
2019-12-11ASoC: fsl: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-10-08ASoC: fsl: mpc5200_dma: remove snd_pcm_opsKuninori Morimoto1-25/+26
2019-05-02ASoC: mpc5200_dma: Fix invalid license IDAndra Danciu1-1/+1
2019-04-08ASoC: mpc5200_dma: Switch to SPDX identifierAndra Danciu1-7/+7
2018-02-12ASoC: fsl: mpc5200: replace platform to componentKuninori Morimoto1-6/+10
2017-08-14ASoC: fsl: make snd_soc_platform_driver constBhumika Goyal1-1/+1
2017-08-14ASoC: fsl: constify snd_pcm_ops structuresArvind Yadav1-1/+1
2017-06-21ASoC: fsl: mpc5200_dma: remove unused psc_dmaKuninori Morimoto1-1/+0
2014-11-18ASoC: mpc5200_dma: Don't overwrite ac97 device private_dataLars-Peter Clausen1-3/+0
2014-01-07ASoC: fsl: Don't set unused struct snd_pcm_hardware fieldsLars-Peter Clausen1-4/+0
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-6/+4
2013-10-31DMA-API: sound: fix dma mask handling in a lot of driversRussell King1-6/+4
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+2
2013-01-03powerpc, dma: move bestcomm driver from arch/powerpc/sysdev to drivers/dmaPhilippe De Muyter1-2/+2
2012-09-18ASoC: fsl: mpc5200 combine psc_dma platform dataEric Millbrandt1-20/+4
2012-02-27ASoC: fix trivial build error in mpc5200_dma.cPaul Gortmaker1-0/+1
2012-01-20ASoC: replace 0xffffffff with DMA_BIT_MASK macroJoachim Eastwood1-2/+2
2012-01-20ASoC: use proper defines for stream directions in pcm enginesJoachim Eastwood1-6/+6
2011-11-28ASoC: Convert fsl directory to module_platform_driverAxel Lin1-11/+1
2011-08-24ASoC: MPC5200: replace of_device with platform_deviceTimur Tabi1-3/+3
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-06-07ASoC: core - Optimise and refactor pcm_new() to pass only rtdLiam Girdwood1-3/+4
2011-02-28dt/sound: Eliminate users of of_platform_{,un}register_driverGrant Likely1-13/+11
2010-11-23ASoC: MPC5200: Eliminate duplicate include of of_device.hJesper Juhl1-1/+0
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-19/+47
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-10ASoC: mpc5200: remove duplicate identical IRQ handlerGrant Likely1-30/+3
2009-11-07ASoC/mpc5200: add to_psc_dma_stream() helperGrant Likely1-6/+1
2009-11-07ASoC/mpc5200: Improve printk debug output for triggerGrant Likely1-5/+10
2009-11-07ASoC/mpc5200: get rid of the appl_ptr tracking nonsenseGrant Likely1-44/+8
2009-11-07ASoC/mpc5200: Track DMA position by period number instead of bytesGrant Likely1-19/+9
2009-09-12ASoC: Clean up error handling in MPC5200 DMA setupJulia Lawall1-13/+20
2009-08-05ASoC: MPC5200: Support for buffer wrap aroundJohn Bonesio1-0/+17
2009-07-03ASoC: add locking to mpc5200-psc-ac97 driverGrant Likely1-0/+1
2009-05-26ASoC: Main rewite of the mpc5200 audio DMA codeJon Smirl1-168/+274
2009-05-24ASoC: Rename the PSC functions to DMAJon Smirl1-97/+97
2009-05-24ASoC: Basic split of mpc5200 DMA code out of mpc5200_psc_i2sJon Smirl1-0/+458