summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8996.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: regulator notifier registration should be managedGuennadi Liakhovetski2019-02-081-6/+3
* ASoC: wm8996: use true and false for boolean valuesGustavo A. R. Silva2018-08-061-4/+4
* ASoC: wm8996: Mark expected switch fall-throughGustavo A. R. Silva2018-08-021-0/+1
* ASoC: wm8996: replace codec to componentKuninori Morimoto2018-02-121-202/+199
*-. 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 wm8996Kuninori Morimoto2016-08-081-6/+8
|/
* ASoC: wm8996: use gpiochip data pointerLinus Walleij2016-04-261-10/+6
* ASoC: wm8996: Fix enum ctl accesses in a wrong typeTakashi Iwai2016-03-011-1/+1
* gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
*-. Merge remote-tracking branches 'asoc/topic/wm8996', 'asoc/topic/xtensa' and '...Mark Brown2015-08-301-4/+2
|\ \
| * | ASoC: wm8996: Remove spurious IRQF_ONESHOT flagAxel Lin2015-07-081-4/+2
| |/
| |
| \
*-. \ Merge remote-tracking branches 'asoc/topic/txx9', 'asoc/topic/uda134x', 'asoc...Mark Brown2015-08-301-1/+1
|\ \ \ | | |/ | |/|
| | * ASoC: Use params_width() at appropriate placesAxel Lin2015-07-241-1/+1
| |/
* | Merge branches 'topic/owner' and 'topic/reg-default' of git://git.kernel.org/...Mark Brown2015-07-161-1/+1
|\ \
| * | ASoC: Constify reg_default tablesAxel Lin2015-07-071-1/+1
| |/
* / ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-151-1/+0
|/
*-. Merge remote-tracking branches 'asoc/topic/wm8994', 'asoc/topic/wm8996' and '...Mark Brown2015-06-051-2/+4
|\ \
| | * ASoC: wm8996: Pass the IRQF_ONESHOT flagFabio Estevam2015-05-121-2/+4
| |/
* | ASoC: wm8996: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen2015-06-011-6/+9
* | ASoC: Move bias level update to the coreLars-Peter Clausen2015-04-271-2/+0
|/
* ASoC: wm8996: ensure lower bounds of 1 for timeoutNicholas Mc Guire2015-03-091-1/+2
* ASoC: wm8996: match wait_for_completion_timeout return typeNicholas Mc Guire2015-03-091-4/+5
* ASoC: wm8996: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen2015-01-141-3/+5
* driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe2014-09-181-5/+1
*-. Merge remote-tracking branches 'asoc/topic/atmel', 'asoc/topic/cirrus' and 'a...Mark Brown2014-08-041-3/+0
|\ \
| | * ASoC: wm8996: Remove unused variableSachin Kamat2014-07-031-3/+0
| |/
* | 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-11/+1
|\
| * ASoC: codec: Simplify ASoC probe code.Xiubo Li2014-03-111-11/+1
| |
| \
*-. | Merge remote-tracking branches 'asoc/topic/wm8996', 'asoc/topic/wm9081' and '...Mark Brown2014-03-121-32/+32
|\ \|
| * | ASoC: wm8996: Replace codec->control_data with wm8996->regmapLars-Peter Clausen2014-02-251-4/+4
| * | ASoC: wm8996: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai2014-02-231-28/+28
| |/
| |
| \
*-. | Merge branches 'topic/dapm', 'topic/sign', 'topic/adau1373', 'topic/max98090'...Mark Brown2014-03-011-2/+7
|\ \|
| * | ASoC: wm8996: Update locking around use of DAPM pin APICharles Keepax2014-02-201-2/+7
| |/
* / ASoC: Rename soc_enum.max field with itemsTakashi Iwai2014-02-201-1/+1
|/
* Merge remote-tracking branch 'asoc/topic/wm8996' into asoc-nextMark Brown2013-11-081-0/+2
|\
| * ASoC: wm8996: Fix negative array index readTakashi Iwai2013-10-301-0/+2
* | ASoC: wm8996: Replace BUG() with WARN()Takashi Iwai2013-11-071-6/+6
|/
* ASoC: codecs: remove __dev* attributesBill Pemberton2012-12-101-4/+4
* ASoC: dapm: Add flags to regulator suppliesMark Brown2012-09-081-1/+1
* ASoC: wm8996: Move register default configuration to I2C probeMark Brown2012-06-251-151/+180
* ASoC: wm8996: Inline wm8996_reset() and optimise cache-only usageMark Brown2012-06-251-18/+13
* ASoC: wm8996: Move regulator notifier callbacks into I2C levelMark Brown2012-06-251-21/+20
* Merge tag 'v3.5-rc4' into for-3.6Mark Brown2012-06-251-5/+3
|\
| * ASoC: wm8996: Mark the CODEC as cache only when powering off on bootMark Brown2012-06-111-2/+1
| * ASoC: wm8996: Move reset before the initial regulator disableMark Brown2012-06-111-2/+2