aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8903.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-06ASoC: wm8903: Use module_i2c_driverSachin Kamat1-17/+1
2012-06-12ASoC: wm8903: Move register default changes to I2C probeMark Brown1-32/+31
2012-06-12ASoC: wm8903: Move interrupt request to I2C probeMark Brown1-34/+31
2012-06-12ASoC: wm8903: Make interrupt handler use regmap directlyMark Brown1-16/+32
2012-06-12ASoC: wm8903: Move pin configuration into I2C probe() functionMark Brown1-45/+47
2012-06-09ASoC: wm8903: Convert to devm_regmap_init_i2c()Mark Brown1-3/+1
2012-06-03ASoC: codecs: Refresh copyrights for Wolfson driversMark Brown1-1/+1
2012-06-03ASoC: wm8903: init GPIOs during I2C probe not codec probeStephen Warren1-26/+22
2012-04-04ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown1-2/+1
2012-01-02ASoC: Fix return value of wm8903_gpio_direction_in() and wm8903_gpio_direction_out()Axel Lin1-4/+14
2011-12-07ASoC: WM8903: Add of_match_tableStephen Warren1-0/+7
2011-12-06ASoC: Don't fail if we can't read the IRQ type in WM8903Mark Brown1-5/+1
2011-12-06ASoC: WM8903: Add device tree bindingStephen Warren1-0/+49
2011-12-06ASoC: WM8903: Get default irq_active_low from IRQ controllerStephen Warren1-0/+40
2011-12-06ASoC: WM8903: Remove conditionals checking pdata != NULLStephen Warren1-38/+36
2011-12-06ASoC: WM8903: Fix platform data gpio_cfg confusionStephen Warren1-1/+2
2011-12-03ASoC: WM8903: Create default platform data structureStephen Warren1-2/+17
2011-12-03ASoC: Move initial WM8903 identification and reset to I2C probeMark Brown1-18/+23
2011-12-03ASoC: Convert WM8903 to direct regmap API usageMark Brown1-182/+196
2011-12-03ASoC: Don't resync WM8903 register cache on resetMark Brown1-2/+0
2011-12-03ASoC: Use a normal cache sync for WM8903Mark Brown1-15/+3
2011-12-03ASoC: WM8903 only supports I2C so don't ifdef itMark Brown1-6/+0
2011-12-03ASoC: Use table based control init for WM8903Mark Brown1-3/+2
2011-12-03ASoC: Convert WM8903 to devm_kzalloc()Mark Brown1-4/+3
2011-12-02ASoC: WM8903: Disallow all invalid gpio_cfg pdata valuesStephen Warren1-2/+2
2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen1-1/+1
2011-11-28ASoC: Convert WM8903 MICBIAS to a supply widgetMark Brown1-2/+2
2011-11-27ASoC: Remove unneeded platform_device.h inclusions from CODECsMark Brown1-1/+0
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2011-08-09ASoC: WM8903: Free IRQ on device removalStephen Warren1-0/+5
2011-05-16ASoC: Fix wrong data type access in a few codec driversJarkko Nikula1-1/+2
2011-05-10Merge branch 'for-2.6.39' into for-2.6.40Mark Brown1-1/+1
2011-05-10ASoC: WM8903: Fix Digital Capture Volume rangeStephen Warren1-1/+1
2011-04-20ASoC: WM8903: Implement DMIC supportStephen Warren1-2/+21
2011-04-08Merge branch 'for-2.6.39' into for-2.6.40Mark Brown1-15/+23
2011-04-08ASoC: WM8903: HP and Line out PGA/mixer DAPM fixesDilan Lee1-15/+23
2011-03-30ASoC: Convert WM8903 to table based DAPM setupMark Brown1-13/+5
2011-02-13Merge branch 'for-2.6.38' into for-2.6.39Mark Brown1-1/+1
2011-02-13ASoC: Warn if WM8903 platform data is used to enable microphone IRQMark Brown1-0/+22
2011-02-13ASoC: WM8903: Fix mic detection enable logicStephen Warren1-1/+1
2011-02-11ASoC: Use explicit sequence for WM8903 bias offMark Brown1-45/+21
2011-02-11ASoC: Don't use write sequencer to power up WM8903Mark Brown1-19/+54
2011-02-11ASoC: Convert WM8903 bias management to use snd_soc_update_bits()Mark Brown1-10/+7
2011-02-10ASoC: Actively manage WM8903 DC servo configurationMark Brown1-4/+119
2011-02-09ASoC: Fix WM8903 DAC mute defaultMark Brown1-3/+3
2011-02-09ASoC: Dynamically manage CLK_SYS in WM8903Mark Brown1-3/+12
2011-02-09ASoC: Convert WM8903 to use PGA_S for output stage enablesMark Brown1-120/+60
2011-02-09ASoC: Add support for AIF channel muxing on WM8903Mark Brown1-4/+62
2011-02-09ASoC: Display WM8903 chip revision alphabeticallyMark Brown1-2/+2
2011-02-09ASoC: Remove redundant -codec from WM8903 driver nameMark Brown1-1/+1