summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm8962.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-20ASoC: Remove bitrotted wm8962_resume()Mark Brown1-26/+0
2011-08-22ASoC: Clear any outstanding WM8962 FLL lock completions before waitingMark Brown1-0/+4
2011-08-14ASoC: Move WM8962 CLKREG_OVD earlierMark Brown1-4/+4
2011-07-20ASoC: Acknowledge WM8962 interrupts before acting on themMark Brown1-3/+3
2011-06-08Merge branch 'for-3.0' into for-3.1Mark Brown1-2/+2
2011-06-08ASoC: Defer all WM8962 clocking configuration until power upMark Brown1-27/+33
2011-06-08ASoC: Implement base 5 band EQ control for WM8962Mark Brown1-0/+16
2011-06-08ASoC: Report errors when we have a WM8962 IRQ and don't get FLL lockMark Brown1-5/+32
2011-06-08ASoC: Factor out I2C usage in WM8962 driverMark Brown1-9/+10
2011-06-08ASoC: Fix WM8962 headphone volume update for use of advanced cachesMark Brown1-2/+2
2011-04-28ASoC: Implement WM8962 ADC high pass filter configurationMark Brown1-0/+10
2011-04-26ASoC: Don't warn if the WM8962 SYSCLK FLL setting doesn't match realityMark Brown1-1/+0
2011-04-26ASoC: Implement WM8962 DMIC supportMark Brown1-0/+31
2011-04-26ASoC: Move WM8962 FLL configuration to CODECMark Brown1-3/+2
2011-04-26ASoC: Support FLL lock interrupt on WM8962Mark Brown1-1/+15
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-31ASoC: Accept any logical value for WM8962 GPIO set()Mark Brown1-1/+1
2011-01-17ASoC: Avoid direct register cache access when setting defaultsMark Brown1-10/+20
2011-01-13ASoC: Update users of readable_register()/volatile_register()Dimitris Papastamos1-2/+2
2010-12-29Merge branch 'for-2.6.37' into for-2.6.38Mark Brown1-25/+20
2010-12-29ASoC: codecs: wm8962: Fix register cache incoherencyLars-Peter Clausen1-25/+20
2010-12-28ASoC: One more x86 typo fixMark Brown1-1/+1
2010-12-27ASoC: Fix typo in x86 workaroundMark Brown1-1/+1
2010-12-23ASoC: ifdef out trace points from modules for x86Mark Brown1-0/+2
2010-12-22ASoC: Trace Wolfson jack detection IRQsMark Brown1-0/+3
2010-12-08Merge branch 'for-2.6.37' into for-2.6.38Mark Brown1-1/+1
2010-12-07ASoC: Correct WM8962 interrupt mask register readMark Brown1-1/+1
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-16ASoC: Fix incorrect kfree in wm8962_probe error pathAxel Lin1-1/+0
2010-11-12ASoC: Reset WM8962 with default ID valueMark Brown1-1/+1
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-14/+16
2010-11-05Merge branch 'for-2.6.37' into HEADMark Brown1-1/+4
2010-11-03ASoC: Use pm_wakeup_event() in WM8962 jack detectionMark Brown1-0/+2
2010-11-03ASoC: Check return value of strict_strtoul() in WM8962Mark Brown1-1/+4
2010-10-13ASoC: Add WM8962 microphone bias controlMark Brown1-0/+2
2010-10-11ASoC: Compress WM8962 register access mapMark Brown1-0/+1147
2010-10-11ASoC: Shrink code size for WM8962 register defaults tableMark Brown1-0/+687
2010-10-03ASoC: Put WM8962 GPIO2/3 into GPIO mode when configuring platform data tooMark Brown1-13/+29
2010-10-03ASoC: Implement interrupt based jack detectionMark Brown1-0/+85
2010-10-03ASoC: Add support for WM8962 GPIO outputsMark Brown1-0/+119
2010-10-01ASoC: Relax restrictions on WM8962 BCLK configurationMark Brown1-6/+0
2010-09-30ASoC: Provide microphone bias configuration for WM8962Mark Brown1-0/+12
2010-09-29ASoC: Initial WM8962 IRQ supportMark Brown1-1/+59
2010-09-29ASoC: Lowercase WM8962 CODEC nameMark Brown1-1/+1
2010-09-29ASoC: Fix masking of WM8962 FLL1 registerMark Brown1-1/+1
2010-09-21ASoC: Fix merge issue with WM8962 control additionMark Brown1-2/+0
2010-09-11ASoC: Fix off-by-one bug in WM8962 register cache size configurationDimitris Papastamos1-1/+1
2010-08-12ASoC: Update WM8962 to build with multi-componentMark Brown1-121/+47
2010-08-05ASoC: Add initial WM8962 CODEC driverMark Brown1-0/+1933