aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm2000.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-23/+49
2012-09-26ASoC: wm2000: Correct register sizeMark Brown1-1/+1
2012-09-22ASoC: wm2000: Add regulator supportMark Brown1-6/+47
2012-09-22ASoC: wm2000: Convert to devm_regmap_init_i2c()Mark Brown1-9/+4
2012-08-06ASoC: wm2000: Use module_i2c_driverSachin Kamat1-11/+1
2012-06-25Merge tag 'v3.5-rc4' into for-3.6Mark Brown1-38/+21
2012-06-08ASoC: wm2000: Always use a 4s timeout for the firmwareMark Brown1-38/+21
2012-06-03ASoC: wm2000: Add register readability informationMark Brown1-0/+30
2012-06-03ASoC: codecs: Refresh copyrights for Wolfson driversMark Brown1-1/+1
2012-01-24ASoC: wm2000: Fix use-after-free - don't release_firmware() twice on errorJesper Juhl1-18/+13
2011-12-03ASoC: Convert WM2000 into a standard CODEC driverMark Brown1-77/+68
2011-12-03ASoC: Convert wm2000 to use regmap APIMark Brown1-44/+31
2011-12-03ASoC: Convert WM2000 to devm_kzalloc()Mark Brown1-5/+5
2011-11-27ASoC: Remove unneeded platform_device.h inclusions from CODECsMark Brown1-1/+0
2011-02-25ASoC: Move WM2000 to dev_pm_opsMark Brown1-7/+7
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-2/+3
2010-06-15ASoC: Default WM2000 ANC and speaker to enabledMark Brown1-0/+2
2010-04-16Merge branch 'fix/asoc' into for-linusTakashi Iwai1-1/+0
2010-04-08ASoC: wm2000: remove unused #include <linux/version.h>Huang Weiyi1-1/+0
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
2010-02-12ASoC: Add WM2000 driverMark Brown1-0/+888