aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/omap/omap-mcpdm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-23ASoC: omap-mcpdm: Fix irq resource handlingPeter Ujfalusi1-2/+3
2016-08-18ASoC: omap-mcpdm: Drop pdmclk clock handlingPeter Ujfalusi1-17/+0
2016-05-30ASoC: omap-mcpdm: Add support for pdmclk clock handlingPeter Ujfalusi1-0/+17
2016-05-30ASoC: omap-mcpdm: Support for suspend resumePeter Ujfalusi1-0/+46
2016-05-30ASoC: omap-mcpdm: Move the WD enable write inside omap_mcpdm_open_streams()Peter Ujfalusi1-5/+6
2014-10-20ASoC: omap: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-26ASoC: omap-pcm: Move omap-pcm under include/soundJyri Sarha1-1/+1
2014-04-18ASoC: omap-mcpdm: Bind the platform driver to the dai driver when loadingPeter Ujfalusi1-1/+7
2014-04-18ASoC: omap-mcpdm: Assign the dai DMA data at earlier timePeter Ujfalusi1-3/+5
2013-11-24ASoC: omap: mcbsp, mcpdm, dmic: raw read and write endian fixVictor Kamensky1-2/+2
2013-09-19ASoC: omap-mcpdm: Use devm_snd_soc_register_componentSachin Kamat1-9/+3
2013-08-20ASoC: omap: simplify platform_get_resource_byname/devm_ioremap_resourceJulia Lawall1-3/+0
2013-07-11ASoC: omap-mcpdm: Do not use platform_get_resource_byname() for DMAPeter Ujfalusi1-14/+2
2013-04-12Merge remote-tracking branch 'asoc/topic/dma' into asoc-nextMark Brown1-44/+65
2013-04-03ASoC: omap: Use common DAI DMA dataLars-Peter Clausen1-17/+14
2013-03-26ASoC: switch over to use snd_soc_register_component() on omap mcpdmKuninori Morimoto1-2/+7
2013-03-20ASoC: omap-mcpdm: Remove leftower define for IO addressPeter Ujfalusi1-2/+0
2013-03-20ASoC: omap-mcpdm: Fix for full duplex audio use casePeter Ujfalusi1-1/+26
2013-03-20ASoC: omap-mcpdm: Collect link direction configuration under a structPeter Ujfalusi1-17/+24
2013-03-13ASoC: omap: convert to devm_ioremap_resource()Silviu-Mihai Popescu1-5/+3
2013-03-04ASoC: omap-mcpdm: Clean up with devm_* functionSebastien Guiriec1-9/+5
2013-02-11ASoC: omap-mcpdm: Remove useless ressource get.Sebastien Guiriec1-4/+0
2012-12-10ASoC: OMAP: remove __dev* attributesBill Pemberton1-3/+3
2012-10-17Merge tag 'asoc-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-7/+2
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-52/+40
2012-10-04ASoC: omap-mcpdm: Remove OMAP revision checkPeter Ujfalusi1-7/+2
2012-10-04ASoC: Fix wrong include for McPDMTony Lindgren1-1/+1
2012-09-22ASoC: OMAP: mcbsp, mcpdm, dmic, hdmi: Set dma_data at startup timePeter Ujfalusi1-4/+4
2012-09-22ASoC: OMAP: mcbsp, mcpdm, dmic: Let omap-pcm to pick the dma_typePeter Ujfalusi1-3/+0
2012-09-22ASoC: omap-mcpdm: Use platform_get_resource_* to get resourcesPeter Ujfalusi1-4/+23
2012-09-22ASoC: OMAP: Remove sync_mode from omap_pcm_dma_data structPeter Ujfalusi1-2/+0
2012-09-12ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+Tony Lindgren1-0/+2
2012-08-03ASoC: omap-mcpdm: Convert to use devm_*Peter Ujfalusi1-39/+13
2012-07-06ASoC: omap-mcpdm: Add missing MODULE_ALIASPeter Ujfalusi1-0/+1
2012-05-22ASoC: omap-mcpdm: Add device tree bindingsPeter Ujfalusi1-0/+8
2012-01-20ASoC: omap-mcpdm: Set 24msbits constraintPeter Ujfalusi1-0/+2
2011-12-08ASoC: Use core pm_runtime callbacks for omap-mcpdmMark Brown1-5/+0
2011-11-25ASoC: Convert omap directory to module_platform_driverAxel Lin1-11/+1
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2011-09-26ASoC: omap-mcpdm: API to configure offset cancellationPeter Ujfalusi1-0/+25
2011-09-23ASoC: omap-mcpdm: Correct the supported number of channelsPeter Ujfalusi1-6/+8
2011-09-22ASoC: omap-mcpdm: Replace legacy driverMisael Lopez Cruz1-106/+337
2011-09-22ASoC: OMAP4: McPDM: Convert to hwmod/omap_devicePeter Ujfalusi1-1/+1
2011-09-22ASoC: omap-mcpdm: Fix threshold and dma configurationPeter Ujfalusi1-5/+12
2010-10-25Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds1-1/+0
2010-10-12ASoC: OMAP4: MCPDM: Remove unnecessary include of plat/control.hAnand Gadiyar1-1/+0
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-25/+46
2010-04-05ALSA: ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_streamDaniel Mack1-1/+2
2010-02-23ASoC: OMAP4: Add McPDM platform driverMisael Lopez Cruz1-0/+251