aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/fsl/mpc5200_psc_ac97.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-22ASoC: fsl-mpc5200: Use usleep_range() instead of msleep()Xiubo Li1-1/+2
2015-03-22ASoC: fsl: constify of_device_id arrayFabian Frederick1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-18ASoC: Rename snd_soc_dai_driver struct ac97_control field to bus_controlLars-Peter Clausen1-2/+2
2014-11-18ASoC: mpc5200_psc_ac97: Remove unused on-stack snd_ac97 deviceLars-Peter Clausen1-2/+0
2014-10-20ASoC: fsl: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-1/+1
2013-06-27ASoC: ac97: Support multi-platform AC'97Mark Brown1-2/+8
2013-03-26ASoC: switch over to use snd_soc_register_component() on mpc5200 ac97Kuninori Morimoto1-2/+6
2012-12-10ASoC: fsl: remove __dev* attributesBill Pemberton1-4/+4
2012-09-18ASoC: fsl: mpc5200 add missing information to snd_soc_dai_driverEric Millbrandt1-0/+5
2012-09-18ASoC: fsl: mpc5200 combine psc_dma platform dataEric Millbrandt1-0/+5
2011-11-28ASoC: Convert fsl directory to module_platform_driverAxel Lin1-15/+1
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-2/+2
2011-02-28dt/sound: Eliminate users of of_platform_{,un}register_driverGrant Likely1-5/+4
2010-08-16Merge branch 'for-2.6.36' into for-2.6.37Mark Brown1-6/+20
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+2
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-24/+10
2010-08-06sound/soc: mpc5200_psc_ac97: Use gpio pins for cold resetEric Millbrandt1-4/+18
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-2/+2
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-1/+1
2009-11-07ASoC/mpc5200: fix enable/disable of AC97 slotsGrant Likely1-18/+21
2009-07-22ASoC: MPC5200: Increase the delay time between resetsJohn Bonesio1-1/+2
2009-07-03ASoC: add locking to mpc5200-psc-ac97 driverGrant Likely1-1/+12
2009-07-03ASoC: Fix mpc5200-psc-ac97 to ensure the data ready bit is clearedGrant Likely1-0/+4
2009-05-27ASoC: Modify mpc5200 AC97 driver to use V9 of spin_event_timeout()Jon Smirl1-16/+14
2009-05-26ASoC: AC97 driver for mpc5200Jon Smirl1-0/+331