summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm5100.c
Commit message (Expand)AuthorAgeFilesLines
...
* | sections: fix section conflicts in soundAndi Kleen2012-10-061-1/+1
|/
* ASoC: wm5100: Remove stubs of ASoC-level register map codeMark Brown2012-06-191-9/+0
* ASoC: codecs: Refresh copyrights for Wolfson driversMark Brown2012-06-031-1/+1
* ASoC: wm5100: Convert to module_i2c_driver()Mark Brown2012-05-121-11/+1
* ASoC: wm5100: Set the DAI base address in the DAI driversMark Brown2012-05-021-21/+5
* ASoC: wm5100: Convert to devm_regmap_init_i2c()Mark Brown2012-04-011-6/+3
* ASoC: wm5100: Implement DRC coefficient configurationMark Brown2012-02-211-0/+2
* Merge tag 'v3.3-rc3' as we've got several bugfixes in there which areMark Brown2012-02-091-1/+9
|\
| * ASoC: wm5100: Mark register cache as dirty when regulators are disabledMark Brown2012-01-251-0/+1
| * ASoC: wm5100: Fix microphone configurationMark Brown2012-01-251-1/+8
| * ASoC: wm5100: Make sure we switch to button reporting modeMark Brown2012-01-251-0/+2
* | ASoC: wm5100: Handle failures to determine accessory polarityMark Brown2012-02-011-12/+25
* | ASoC: wm5100: Use pm_runtime for powerdown managmentMark Brown2012-01-261-60/+56
* | ASoC: wm5100: Convert to devm_regulator_bulk_get()Mark Brown2012-01-261-8/+4
* | ASoC: wm5100: Move regulator supplies over to DAPM infrastructureMark Brown2012-01-261-121/+10
* | ASoC: wm5100: Fix warnings from recent patchesMark Brown2012-01-241-2/+1
* | ASoC: Convert the WM5100 revision A updates to a regmap patchMark Brown2012-01-241-29/+17
* | ASoC: wm5100: Fix mismerge of IRQ freesMark Brown2012-01-241-4/+0
* | ASoC: Push WM5100 interrupt request into I2C probeMark Brown2012-01-201-58/+63
* | ASoC: Make WM5100 interrupt path use regmap directlyMark Brown2012-01-201-80/+108
* | ASoC: Remove redundant set_bias_level() from WM5100 remove()Mark Brown2012-01-201-1/+0
* | ASoC: Say we can't read WM5100 ID registerMark Brown2012-01-201-1/+1
* | ASoC: When releasing WM5100 put /RESET into resetMark Brown2012-01-201-2/+2
|/
* ASoC: Don't go through cache when applying WM5100 rev A updatesMark Brown2012-01-201-0/+2
* ASoC: Mark WM5100 register map cache only when going into BIAS_OFFMark Brown2012-01-201-0/+1
* ASoC: Enable ASoC register map dump for some regmap CODECsMark Brown2011-12-301-0/+9
* ASoC: Make WM5100 tone generator widgets signal generatorsMark Brown2011-12-021-1/+1
* ASoC: Remove unneeded platform_device.h inclusions from CODECsMark Brown2011-11-271-1/+0
* ASoC: Use devm_kzalloc() in wm5100Mark Brown2011-11-251-5/+4
* ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen2011-11-231-1/+1
* ASoC: Move WM5100 platform data based setup into I2C probeMark Brown2011-11-101-18/+18
* ASoC: Convert WM5100 gpiolib support to direct regmap API usageMark Brown2011-11-091-27/+25
* ASoC: Move most WM5100 resource allocation to I2C probeMark Brown2011-11-091-132/+131
* ASoC: Need to convert wm5100 cache sync to direct regmap usage tooMark Brown2011-11-091-1/+1
* ASoC: Convert wm5100 to direct regmap API usageMark Brown2011-11-081-11/+38
* ASoC: Fix return value of wm5100_gpio_direction_out()Mark Brown2011-10-311-4/+8
* ASoC: Update WM5100 accessory detection for revision AMark Brown2011-10-131-0/+3
* ASoC: Implement WM5100 accessory detection supportMark Brown2011-10-111-0/+162
* ASoC: Fix typo in 24.576MHz rate in WM5100Mark Brown2011-10-031-2/+2
* ASoC: Remove needless codec->dapm.bias_level assignment to SND_SOC_BIAS_OFFAxel Lin2011-10-031-2/+0
* ASoC: Add missed free_irq in wm5100_remove and wm5100_probe error pathAxel Lin2011-09-231-0/+5
* ASoC: Add missed BCLK rate to WM5100 driverMark Brown2011-09-221-0/+1
* ASoC: Dynamically manage DBVDD2 and DBVDD3 on WM5100Mark Brown2011-09-221-1/+81
* ASoC: Add WM5100 driverMark Brown2011-09-201-0/+2560