summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rt5677.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rt5677: Convert I2C driver to ->probe_new()Andy Shevchenko2018-05-181-11/+2
* ASoC: rt5645/rt5677: replace codec to componentKuninori Morimoto2018-02-121-104/+101
*-. Merge remote-tracking branches 'asoc/topic/rt5665', 'asoc/topic/rt5670', 'aso...Mark Brown2017-09-011-42/+38
|\ \
| | * Merge tag 'sound-4.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Mark Brown2017-08-251-0/+2
| | |\
| | * | ASoC: rt5677: Remove never used variablesAndy Shevchenko2017-07-201-2/+0
| | * | ASoC: rt5677: Refactor code to avoid comparison unsigned >= 0Andy Shevchenko2017-07-191-29/+21
| | * | ASoC: rt5677: Hide platform data in the module sourcesAndy Shevchenko2017-07-191-12/+17
| |/ /
* | | Merge remote-tracking branch 'asoc/topic/msm8916' into asoc-nextMark Brown2017-09-011-1/+1
|\ \ \ | |_|/ |/| |
| * | ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal2017-08-101-1/+1
| |/
* | ASoC: rt5677: Reintroduce I2C device IDsTom Rini2017-08-241-0/+1
|/
* ASoC: rt5677: Move platform code to board fileAndy Shevchenko2017-06-161-26/+0
* ASoC: rt5677: Introduce proper table for ACPI enumerationAndy Shevchenko2017-06-161-1/+9
* ASoC: rt5677: Add OF device ID tableJavier Martinez Canillas2017-04-051-0/+7
*-. Merge remote-tracking branches 'asoc/topic/rt5659', 'asoc/topic/rt5660', 'aso...Mark Brown2016-09-291-1/+52
|\ \
| | * ASoC: rt5677: Add ACPI supportJohn Keeping2016-09-241-1/+52
| |/
| |
| \
*-. \ 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: codec duplicated callback function goes to component on rt5677Kuninori Morimoto2016-08-081-6/+8
|/
* Merge tag 'sound-4.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-281-19/+5
|\
| * ASoC: rt5677: Avoid duplicate the same test in each switch caseAxel Lin2016-03-301-19/+5
* | ASoC: rt5677: 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
|\
| * Merge tag 'v4.4-rc6' into develLinus Walleij2015-12-211-39/+61
| |\
| * | gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
* | | Merge remote-tracking branch 'asoc/topic/rt5677' into asoc-nextMark Brown2015-12-231-2/+0
|\ \ \
| * | | ASoC: rt5677: set PLL_CTRL2 non-volatileBard Liao2015-12-231-2/+0
| | | |
| \ \ \
*-. \ \ \ Merge remote-tracking branches 'asoc/topic/rt286', 'asoc/topic/rt5616' and 'a...Mark Brown2015-12-231-4/+7
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| | * | ASoC: rt5677: Reconfigure PLL1 after resumeBen Zhang2015-12-161-0/+3
| | |/
| | * ASoC: rt5677: use 'active low' logic for reset pinAnatol Pomozov2015-11-161-4/+4
| |/
* | ASoC: rt5677: Avoid the pop sound that comes from the filter powerOder Chiou2015-11-101-39/+61
|/
*-. Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5086', 'a...Mark Brown2015-08-301-4/+3
|\ \
| | * ASoC: rt5677: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGELars-Peter Clausen2015-08-051-4/+3
| |/
| |
| \
*-. \ Merge remote-tracking branches 'asoc/topic/rt5677', 'asoc/topic/sh', 'asoc/to...Mark Brown2015-08-301-90/+52
|\ \ \ | | |/
| * | ASoC: rt5677: Allow arbitrary block read/write via SPIBen Zhang2015-08-251-2/+2
| * | ASoC: rt5677: Return error if devm_gpiod_get_optional return ERR_PTRAxel Lin2015-07-291-2/+2
| * | ASoC: rt5677: Remove NULL test for desc before gpiod_set_value_cansleep callAxel Lin2015-07-231-12/+6
| * | ASoC: rt5677: Switch to use unified device property APIBen Zhang2015-07-071-32/+25
| * | ASoC: rt5677: Switch to use descriptor-based gpiod APIBen Zhang2015-07-071-55/+30
| * | ASoC: rt5677: Prefix hexadecimal ID register value with 0x in error printJarkko Nikula2015-07-061-1/+1
| |/
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'asoc/topic/rcar', 'asoc/topic/reg-default', '...Mark Brown2015-08-301-2/+5
|\ \ \ \ | | |_|/ | |/| |
| | | * ASoC: Add function "rl6231_get_pre_div" to correct the dmic clock calculationOder Chiou2015-08-051-1/+4
| | |/ | |/|
| | * regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin2015-07-161-1/+1
| |/
| |
| \
*-. \ Merge remote-tracking branches 'asoc/topic/const', 'asoc/topic/cs35l32', 'aso...Mark Brown2015-08-301-1/+1
|\ \ \ | | |/
| * | ASoC: Constify snd_soc_dai_ops variablesAxel Lin2015-07-151-1/+1
| |/
* | ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-151-1/+0
|/
*-. Merge remote-tracking branches 'asoc/topic/rt5677', 'asoc/topic/samsung' and ...Mark Brown2015-06-051-8/+135
|\ \
| * | ASoC: rt5677: Add reset-gpio dts optionAnatol Pomozov2015-05-161-2/+30
| * | ASoC: rt5677: Add DMIC ASRC detect functionOder Chiou2015-05-081-6/+75
| * | ASoC: rt5677: add i2s asrc clk src selectionBard Liao2015-04-291-0/+30
| |/
* | Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown2015-06-051-7/+7
|\ \
OpenPOWER on IntegriCloud