aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8962.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe1-4/+1
2014-08-04Merge remote-tracking branches 'asoc/topic/tlv320aic3x', 'asoc/topic/width', 'asoc/topic/wm0010', 'asoc/topic/wm8904' and 'asoc/topic/wm8962' into asoc-nextMark Brown1-5/+24
2014-07-31ASoC: wm8962: Let CODEC driver enable and disable its own MCLKNicolin Chen1-0/+19
2014-07-31ASoC: wm8962: Convert to params_width()Mark Brown1-5/+5
2014-05-22Merge remote-tracking branches 'asoc/topic/cs42l56', 'asoc/topic/cs42xx8' and 'asoc/topic/davinci' into asoc-nextMark Brown1-12/+0
2014-05-22Merge remote-tracking branch 'asoc/topic/component' into asoc-nextMark Brown1-4/+4
2014-05-13ASoC: wm8962: Update register CLASS_D_CONTROL_1 to be non-volatileCharles Keepax1-3/+12
2014-05-02ASoC: Remove IS_ENABLED for INPUT in CS42L52 and WM8962Brian Austin1-12/+0
2014-04-14ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen1-4/+4
2014-03-13Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown1-7/+0
2014-03-12Merge remote-tracking branches 'asoc/topic/wm8961', 'asoc/topic/wm8962', 'asoc/topic/wm8974', 'asoc/topic/wm8983', 'asoc/topic/wm8988', 'asoc/topic/wm8990', 'asoc/topic/wm8991', 'asoc/topic/wm8993' and 'asoc/topic/wm8994' into asoc-nextMark Brown1-24/+43
2014-03-11ASoC: codec: Simplify ASoC probe code.Xiubo Li1-7/+0
2014-02-25ASoC: wm8962: Replace codec->control_data with wm8962->regmapLars-Peter Clausen1-1/+3
2014-02-23ASoC: wm8962: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai1-16/+16
2014-02-20ASoC: wm8962: Update locking around use of DAPM pin APICharles Keepax1-4/+9
2014-02-03ASoC: wm8962: Reinitialise the IRQ completion rather than just trying itMark Brown1-1/+1
2014-02-03ASoC: wm8962: Clean up error handling for failed FLL startMark Brown1-4/+5
2014-02-03ASoC: wm8962: Check if we runtime resume the device when starting FLLMark Brown1-1/+5
2014-02-03ASoC: wm8962: Hold a runtime PM reference while handling interruptsMark Brown1-1/+13
2014-01-02Merge remote-tracking branches 'asoc/topic/ad1836', 'asoc/topic/ad193x', 'asoc/topic/adav80x', 'asoc/topic/adsp', 'asoc/topic/ak4641', 'asoc/topic/ak4642', 'asoc/topic/arizona', 'asoc/topic/atmel', 'asoc/topic/au1x', 'asoc/topic/axi', 'asoc/topic/bcm2835', 'asoc/topic/blackfin', 'asoc/topic/cs427...Mark Brown1-2/+2
2013-12-05ASoC: wm8962: Enable SYSCLK provisonally before fetching generated DSPCLK_DIVNicolin Chen1-0/+13
2013-11-24ASoC: wm8962: Use IS_ENABLED() macroFabio Estevam1-2/+2
2013-11-16Merge tag 'asoc-v3.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-0/+2
2013-11-15Merge remote-tracking branch 'asoc/fix/wm8962' into asoc-linusMark Brown1-0/+2
2013-11-14ASoC: wm8962: Turn on regcache_cache_only before disabling regulatorNicolin Chen1-0/+2
2013-11-08Merge remote-tracking branch 'asoc/topic/wm8962' into asoc-nextMark Brown1-110/+116
2013-11-07ASoC: wm8962: Replace BUG() with WARN()Takashi Iwai1-5/+5
2013-11-01ASoC: wm8962: Add EQ coefficient supportRichard Fitzgerald1-0/+3
2013-11-01ASoC: wm8962: Add ALC coefficient supportRichard Fitzgerald1-0/+5
2013-10-29ASoC: wm8962: Fix null pointer pdata access in I2C probe()Nicolin Chen1-7/+7
2013-10-18ASoC: wm8962: Move register initialisation to I2C probe()Mark Brown1-75/+75
2013-10-18ASoC: wm8962: Move interrupt initalisation to probe()Mark Brown1-35/+33
2013-08-23Merge tag 'asoc-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-4/+3
2013-07-22ASoC: wm8962: Use power efficient workqueueMark Brown1-2/+3
2013-07-21ALSA: replace strict_strto*() with kstrto*()Jingoo Han1-1/+1
2013-07-19ASoC: wm8962: Do not call configure_bclk() inside wm8962_set_dai_sysclk()Fabio Estevam1-2/+0
2013-07-04ASoC: wm8962: fix NULL pdata pointerShawn Guo1-1/+1
2013-06-17Merge remote-tracking branch 'asoc/topic/wm8962' into asoc-nextMark Brown1-30/+82
2013-06-14ASoC: wm8962: Enable start-up and normal bias after reset in runtime resumeNicolin Chen1-0/+11
2013-06-14Merge branch 'fix/wm8962' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-wm8962Mark Brown1-12/+14
2013-06-14ASoC: wm8962: Remove remaining direct register cache accessesNicolin Chen1-11/+13
2013-06-10ASoC: wm8962: Restore device state after reset in runtime resumeMark Brown1-0/+15
2013-06-07ASoC: wm8962: Add device tree bindingNicolin Chen1-1/+34
2013-06-06ASoC: WM8962: Create default platform data structureNicolin Chen1-32/+36
2012-12-24ASoC: wm8962: Unconditionally wait for the FLL to lockMark Brown1-14/+12
2012-12-24ASoC: wm8962: Convert to devm_input_allocate_device()Mark Brown1-3/+1
2012-12-24ASoC: wm8962: Add device tree supportFabio Estevam1-0/+7
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-4/+4
2012-12-02ASoC: wm8962: Use devm_regmap_init_i2c()Sachin Kamat1-11/+6
2012-11-28ASoC: wm8962: Use devm_regulator_bulk_getSachin Kamat1-5/+2