summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/arizona.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: wm_adsp: Move DSP Rate controls into the codecRichard Fitzgerald2015-06-191-0/+27
* Merge branches 'topic/adsp' and 'topic/dapm' of git://git.kernel.org/pub/scm/...Mark Brown2015-06-191-13/+14
|\
| * ASoC: arizona: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen2015-06-011-13/+14
* | ASoC: arizona: Add DVFS handling for sample rate controlRichard Fitzgerald2015-06-021-1/+18
* | ASoC: arizona: Export functions to control subsystem DVFSRichard Fitzgerald2015-06-021-0/+128
|/
* Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-211-2/+2
|\
| * extcon: arizona: Deobfuscate arizona_extcon_do_magicCharles Keepax2015-03-041-2/+2
* | Merge tag 'sound-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2015-04-151-3/+3
|\ \
| * | ASoC: arizona: match wait_for_completion_timeout return typeNicholas Mc Guire2015-03-091-3/+3
| |/
* | mfd: arizona: Move useful defines into a dt-binding includeCharles Keepax2015-03-031-1/+0
* | ASoC: arizona: Add support for WM8280/WM8281Richard Fitzgerald2015-02-261-0/+2
|/
* Merge branch 'topic/arizona' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown2015-01-271-1/+59
|\
| * ASoC: arizona: Coalesce output power up delaysCharles Keepax2015-01-271-1/+21
| * ASoC: arizona: Add delay for output disableCharles Keepax2015-01-271-0/+37
* | ASoC: arizona: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen2015-01-141-8/+10
|/
*-. Merge remote-tracking branches 'asoc/topic/codec-mutex', 'asoc/topic/compress...Mark Brown2014-12-081-2/+2
|\ \
| * | ASoC: wm5102: Move ultrasonic response settings lock to the driver levelLars-Peter Clausen2014-11-101-2/+2
| |/
* | ASoC: arizona: Add DSP_B and LEFT_J mode supportRichard Fitzgerald2014-11-121-3/+25
* | ASoC: arizona: Add support for 768kHz DMIC operationCharles Keepax2014-11-121-1/+1
|/
* mfd: arizona: Add ASYNC_SAMPLE_RATE_2 registersCharles Keepax2014-09-261-1/+1
* Merge tag 'sound-3.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-08-211-2/+4
|\
| * ASoC: arizona: Fix TDM slot length handling in arizona_hw_paramsNikesh Oswal2014-08-121-2/+4
* | Merge tag 'mfd-for-linus-3.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-08-071-5/+5
|\ \ | |/ |/|
| * mfd: arizona: Rename thermal shutdown interruptCharles Keepax2014-07-281-5/+5
| |
| \
*-. \ Merge remote-tracking branches 'asoc/topic/adau1977', 'asoc/topic/ak4642', 'a...Mark Brown2014-08-041-44/+219
|\ \ \ | | |/ | |/|
| | * ASoC: arizona: Disable AIF TX/RX before configuring itRichard Fitzgerald2014-07-221-18/+69
| | * ASoC: arizona: Update handling for input change on an active FLLCharles Keepax2014-07-101-0/+19
| | * ASoC: arizona: FLL freerun only required whilst disablingCharles Keepax2014-07-101-2/+2
| | * ASoC: arizona: Correct return value of arizona_is_enabled_fllCharles Keepax2014-07-101-10/+16
| | * ASoC: arizona: Coding standards, remove unneeded bracketsCharles Keepax2014-07-101-3/+2
| | * ASoC: arizona: Correct relationship between VCO corner and FrefCharles Keepax2014-07-101-2/+2
| | * ASoC: arizona: Correct checking of FLL ratio limitationsCharles Keepax2014-07-101-4/+4
| | * ASoC: arizona: Do not test ratio zero as it is not a valid settingCharles Keepax2014-07-101-1/+1
| | * ASoC: wm5102: Add controls to allow shaping of ultrasonic responseCharles Keepax2014-06-091-0/+34
| | * ASoC: arizona: Implement TDM support for Arizona devicesCharles Keepax2014-06-041-6/+72
| |/
* | ASoC: wm5110: Power both channels for differential mono outputCharles Keepax2014-06-211-0/+25
|/
*-. Merge remote-tracking branches 'asoc/topic/arizona', 'asoc/topic/atmel', 'aso...Mark Brown2014-03-121-86/+168
|\ \
| * | ASoC: arizona: Support new fratio encoding on the wm5110 rev DCharles Keepax2014-03-091-29/+101
| * | ASoC: arizona: Calculate FLL gain lastCharles Keepax2014-03-091-12/+12
| * | ASoC: arizona: Calculate OUTDIV firstCharles Keepax2014-03-091-12/+12
| * | ASoC: arizona: Don't pass Fout into arizona_calc_fllCharles Keepax2014-03-091-8/+7
| * | ASoC: arizona: Move calculation of FLL configurationCharles Keepax2014-03-091-35/+44
| * | ASoC: arizona: Move set of OUTDIV in to arizona_apply_fllCharles Keepax2014-03-091-16/+12
| * | ASoC: arizona: Add defines for FLL configuration constantsCharles Keepax2014-03-091-5/+11
| * | ASoC: arizona: An OUTDIV of 1 is not valid, avoid thisCharles Keepax2014-03-091-1/+1
| |/
* | ASoC: arizona: Fix wrong number of items in enum ctlsTakashi Iwai2014-02-201-31/+40
|/
* ASoC: wm5110: Add support for ASRC RATE 1Charles Keepax2013-12-191-0/+7
* ASoC: wm5110: Add FSH for ISRCsCharles Keepax2013-12-191-0/+16
* ASoC: arizona: Use async writesMark Brown2013-12-171-74/+89
* Merge tag 'v3.13-rc1' into asoc-arizonaMark Brown2013-11-241-0/+4
|\
OpenPOWER on IntegriCloud