summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8350.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'asoc/fix/wm8350' into tmpMark Brown2013-03-071-2/+2
|\
| * ASoC: wm8350: Use jiffies rather than msecs in schedule_delayed_work()Axel Lin2013-03-031-2/+2
* | ASoC: wm8350: don't use [delayed_]work_pending()Tejun Heo2012-12-241-6/+4
|/
* ASoC: codecs: remove __dev* attributesBill Pemberton2012-12-101-3/+3
* ASoC: wm8350: Use devm_regulator_bulk_getSachin Kamat2012-11-281-3/+1
* workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
* ASoC: wm8350: Convert to direct regmap API usageMark Brown2012-06-031-17/+3
* ASoC: codecs: Refresh copyrights for Wolfson driversMark Brown2012-06-031-1/+1
* ASoC: wm8350: Remove direct usage of codec->control_dataMark Brown2012-05-141-11/+16
* ASoC: wm8350: Don't use irq_baseMark Brown2012-05-131-19/+27
* Merge tag 'v3.4-rc7' into for-3.5Mark Brown2012-05-131-5/+6
|\
| * ASoC: wm8350: Don't use locally allocated codec structMark Brown2012-04-301-5/+6
* | ASoC: wm8350: Replace use of custom I/O with snd_soc_read()/write()Mark Brown2012-04-301-37/+37
* | ASoC: wm8350: Remove check for clocks in trigger()Mark Brown2012-04-301-40/+0
|/
* ASoC: Convert WM8350 to table based DAPM and control initMark Brown2011-12-031-28/+8
* ASoC: Convert WM8350 to devm_kzalloc()Mark Brown2011-12-031-7/+4
* ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen2011-12-021-1/+1
* ASoC: Convert CODEC drivers to module_platform_driverMark Brown2011-11-281-11/+1
* ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen2011-11-231-1/+1
* ASoC: Replace remaining use of *_volsw_2r with *_volswPeter Ujfalusi2011-10-061-2/+2
* ASoC: Consolidate use of controls with custom get/put functionPeter Ujfalusi2011-10-051-24/+15
* ASoC: Yet more x86 tracepoint workaroundsMark Brown2010-12-291-0/+2
* ASoC: ifdef out trace points from modules for x86Mark Brown2010-12-231-0/+4
* ASoC: Trace Wolfson jack detection IRQsMark Brown2010-12-221-0/+5
* ASoC: Use delayed work to debounce WM8350 jack IRQsMark Brown2010-12-221-19/+43
* ASoC: Fix merge errors with flush_scheduled_work() removalTakashi Iwai2010-12-131-1/+1
* Merge branch 'topic/workq-update' into topic/asocTakashi Iwai2010-12-131-8/+1
|\
| * sound: don't use flush_scheduled_work()Tejun Heo2010-12-131-8/+1
* | ASoC: Do not include soc-dapm.hJarkko Nikula2010-11-221-1/+0
* | Merge branch 'for-2.6.37' into for-2.6.38Mark Brown2010-11-101-1/+8
|\|
| * ASoC: Ensure sane WM835x AIF configuration by defaultMark Brown2010-11-101-0/+7
| * ASoC: Remove broken WM8350 direction constantsMark Brown2010-11-101-1/+1
* | ASoC: Decouple DAPM from CODECsLiam Girdwood2010-11-061-13/+15
|/
* ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood2010-08-121-147/+84
* Merge branch 'for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai2010-05-271-2/+2
|\
| * ASoC: Fix dB scales for WM835xMark Brown2010-05-261-2/+2
* | Merge branch 'topic/asoc' into for-linusTakashi Iwai2010-05-201-19/+84
|\|
| * ASoC: Remove unneeded suspend bias managment from CODEC driversMark Brown2010-05-101-3/+0
| * ASoC: Add indirection for CODEC private dataMark Brown2010-04-171-14/+14
| * ASoC: Allow disabling of WM835x jack detectionMark Brown2010-03-221-6/+18
| * ASoC: Move WM8350 microphone detection bias managment out of driverMark Brown2010-03-221-2/+0
| * ASoC: Implement WM835x microphone jack detection supportMark Brown2010-03-171-0/+58
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* mfd: Update WM8350 drivers for changed interrupt numbersMark Brown2010-03-071-2/+2
* mfd: Add a data argument to the WM8350 IRQ free functionMark Brown2010-03-071-2/+2
* ASoC: Fix WM8350 DSP mode B configurationMark Brown2010-01-081-1/+1
* mfd: Mask and unmask wm8350 IRQs on request and freeMark Brown2009-12-131-6/+4
* mfd: Convert wm8350 IRQ handlers to irq_handler_tMark Brown2009-12-131-5/+10
* ASoC: Remove redundant snd_soc_dapm_new_widgets() callsMark Brown2009-11-121-1/+1
* ASoC: Factor out snd_soc_init_card()Mark Brown2009-11-031-11/+0