summaryrefslogtreecommitdiffstats
path: root/sound/soc/ux500/ux500_msp_dai.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-27ASoC: ux500: Migrate to new style legacy DAI naming flagCharles Keepax1-1/+2
2022-06-09Specify clock provider directly to CPU DAIsMark Brown1-18/+18
2022-06-06ASoC: ux500: Remove some leftover from the "Replace GPLv2 boilerplate/referen...Christophe JAILLET1-2/+0
2022-06-06ASoC: ux500: Rename set_fmt_new back to set_fmtCharles Keepax1-1/+1
2022-06-06ASoC: ux500: Update to use set_fmt_new callbackCharles Keepax1-19/+19
2020-01-21ASoC: ux500: ux500_msp_dai: remove unused DAI .suspend/.resumeKuninori Morimoto1-2/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-08-18ASoC: ux500: constify snd_soc_dai_ops structuresArvind Yadav1-1/+1
2017-03-07ASoC: ux500: Added blank line after declarationsCodrut Grosu1-0/+1
2017-03-07ASoC: ux500: Added */ to the next lineCodrut Grosu1-1/+2
2016-09-03ASoC: ux500: fix spelling mistake "Unsopported" -> "Unsupported"Colin Ian King1-3/+3
2015-10-23Merge branch 'topic/hw-constraint-single' into for-nextTakashi Iwai1-2/+2
2015-10-21ASoC: ux500: Use snd_pcm_hw_constraint_single()Lars-Peter Clausen1-2/+2
2015-09-14ASoC: ux500: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-07-20ASoC: ux500: adjust devm usageJulia Lawall1-19/+10
2014-10-20ASoC: ux500: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-07ASoC: ux500: Dramatically reduce the size of the DAI driver data structLee Jones1-82/+14
2014-01-07ASoC: ux500: Store DMA data in the DAI differently in the pdata and DT caseLee Jones1-2/+40
2014-01-07ASoC: ux500: Provide better checking for Device Tree and/or Platform DataLee Jones1-2/+6
2013-06-12ASoC: ux500: Move DMA parameters into ux500_mspFabio Baltieri1-7/+4
2013-05-03Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds1-4/+9
2013-04-08ARM: ux500: get rid of <mach/[hardware|db8500-regs].h>Linus Walleij1-2/+0
2013-04-08ARM: ux500: move mach/msp.h to <linux/platform_data/*>Arnd Bergmann1-1/+1
2013-03-26ASoC: switch over to use snd_soc_register_component() on ux500 mspKuninori Morimoto1-4/+9
2012-12-10ASoC: ux500: remove __dev* attributesBill Pemberton1-2/+2
2012-11-23ASoC: Ux500: Initialise PCM from MSP probe rather than as a deviceLee Jones1-0/+13
2012-10-22ASoC: Ux500: Control apb clockUlf Hansson1-6/+32
2012-10-22ASoC: Ux500: Fixup use of clocksUlf Hansson1-5/+7
2012-09-22Merge remote-tracking branch 'asoc/topic/ux500' into for-3.7Mark Brown1-0/+6
2012-09-20ASoC: Ux500: Enable ux500 MSP driver for Device TreeLee Jones1-0/+6
2012-08-03ASoC: ux500: Strengthen error checking after memory allocationLee Jones1-0/+3
2012-07-26ASoC: ux500: Include the correct header filesLee Jones1-1/+1
2012-06-13ASoC: Ux500: Correct license stringsOla Lilja1-1/+1
2012-05-09ASoC: Ux500: Add MSP I2S-driverOla Lilja1-0/+843