summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8903.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* ASoC: wm8903: use true and false for boolean valuesGustavo A. R. Silva2018-08-061-2/+2
* ASoC: wm8903: replace codec to componentKuninori Morimoto2018-02-121-106/+105
* ASoC: wm8903: Improve two size determinations in wm8903_i2c_probe()Markus Elfring2017-11-271-5/+3
* ASoC: wm8903: Delete an error message for a failed memory allocation in wm890...Markus Elfring2017-11-271-3/+1
* ASoC: wm8903: add regulator handlingLinus Walleij2017-03-201-0/+31
*-. Merge remote-tracking branches 'asoc/topic/dwc', 'asoc/topic/fsl', 'asoc/topi...Mark Brown2016-09-291-1/+1
|\ \
| | * ASoC: constify gpio_chip structuresJulia Lawall2016-09-121-1/+1
| |/
* | ASoC: constify snd_soc_codec_driver structuresJulia Lawall2016-09-011-1/+1
* | ASoC: codec duplicated callback function goes to component on wm8903Kuninori Morimoto2016-08-081-6/+8
|/
* ASoC: wm8903: use gpiochip data pointerLinus Walleij2016-04-261-11/+6
* Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-01-171-1/+1
|\
| * gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
* | ASoC: wm8903: Be sure to clamp return valueLinus Walleij2015-12-231-1/+1
|/
* ASoC: wm8903: harmless underflow in wm8903_put_deemph()Dan Carpenter2015-10-221-1/+1
* ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-151-1/+0
* ASoC: wm8903: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen2015-06-011-1/+1
* ASoC: Move bias level update to the coreLars-Peter Clausen2015-04-271-2/+0
* ASoC: wm8903: Fix wrong value references for boolean kctlTakashi Iwai2015-03-101-2/+2
* ASoC: wm8903: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen2015-01-141-1/+1
*-. Merge remote-tracking branches 'asoc/topic/wm8776', 'asoc/topic/wm8804', 'aso...Mark Brown2014-12-081-33/+2
|\ \
| | * ASoC: wm8903: Cleanup manual bias level transitionsLars-Peter Clausen2014-11-241-33/+2
| |/
* / ASoC: wm8903: Move the deemph lock to the driver levelLars-Peter Clausen2014-11-101-2/+6
|/
* driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe2014-09-181-5/+1
*-. Merge remote-tracking branches 'asoc/topic/tlv320aic3x', 'asoc/topic/width', ...Mark Brown2014-08-041-5/+5
|\ \
| | * ASoC: wm8903: Convert to params_width()Mark Brown2014-07-311-5/+5
| |/
* | Merge remote-tracking branches 'asoc/topic/adau1977', 'asoc/topic/ak4642', 'a...Mark Brown2014-08-041-2/+1
|\ \ | |/ |/|
| * ASoC: wm5100/wm8903/wm8996: Replace open-coded snd_soc_dapm_to_codec()Lars-Peter Clausen2014-06-191-2/+1
* | ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen2014-04-141-2/+2
|/
* Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown2014-03-131-9/+1
|\
| * ASoC: codec: Simplify ASoC probe code.Xiubo Li2014-03-111-9/+1
* | ASoC: wm8903: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai2014-02-231-54/+54
|/
* ASoC: dapm: Add a helper to get the CODEC for DAPM kcontrolLars-Peter Clausen2013-07-291-3/+1
* ASoC: wm8903: Use SOC_SINGLE_EXT() instead of open-coding itLars-Peter Clausen2013-06-191-4/+2
* Merge remote-tracking branch 'asoc/topic/wm8903' into asoc-nextMark Brown2013-04-121-0/+4
|\
| * ASoC: wm8903: Add the DAC boost controlAlban Bedel2013-03-201-0/+4
* | ASoC: wm8903: Fix the bypass to HP/LINEOUT when no DAC or ADC is runningAlban Bedel2013-04-091-0/+2
|/
* ASoC: codecs: remove __dev* attributesBill Pemberton2012-12-101-4/+4
* ASoC: wm8903: Use module_i2c_driverSachin Kamat2012-08-061-17/+1
* ASoC: wm8903: Move register default changes to I2C probeMark Brown2012-06-121-32/+31
* ASoC: wm8903: Move interrupt request to I2C probeMark Brown2012-06-121-34/+31
* ASoC: wm8903: Make interrupt handler use regmap directlyMark Brown2012-06-121-16/+32
* ASoC: wm8903: Move pin configuration into I2C probe() functionMark Brown2012-06-121-45/+47
* ASoC: wm8903: Convert to devm_regmap_init_i2c()Mark Brown2012-06-091-3/+1
* ASoC: codecs: Refresh copyrights for Wolfson driversMark Brown2012-06-031-1/+1
* ASoC: wm8903: init GPIOs during I2C probe not codec probeStephen Warren2012-06-031-26/+22
* ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown2012-04-041-2/+1
* ASoC: Fix return value of wm8903_gpio_direction_in() and wm8903_gpio_directio...Axel Lin2012-01-021-4/+14
* ASoC: WM8903: Add of_match_tableStephen Warren2011-12-071-0/+7
* ASoC: Don't fail if we can't read the IRQ type in WM8903Mark Brown2011-12-061-5/+1