aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rt5677.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-08ASoC: rt5677: Fix initialization of rt5677_of_match.dataMatthias Kaehlcke1-1/+1
2018-08-02ASoC: rt5677: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-05-18ASoC: rt5677: Convert I2C driver to ->probe_new()Andy Shevchenko1-11/+2
2018-02-12ASoC: rt5645/rt5677: replace codec to componentKuninori Morimoto1-104/+101
2017-09-01Merge remote-tracking branches 'asoc/topic/rt5665', 'asoc/topic/rt5670', 'asoc/topic/rt5677' and 'asoc/topic/samsung' into asoc-nextMark Brown1-42/+38
2017-09-01Merge remote-tracking branch 'asoc/topic/msm8916' into asoc-nextMark Brown1-1/+1
2017-08-25Merge tag 'sound-4.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound into asoc-rt5677Mark Brown1-0/+2
2017-08-24ASoC: rt5677: Reintroduce I2C device IDsTom Rini1-0/+1
2017-08-10ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal1-1/+1
2017-07-20ASoC: rt5677: Remove never used variablesAndy Shevchenko1-2/+0
2017-07-19ASoC: rt5677: Refactor code to avoid comparison unsigned >= 0Andy Shevchenko1-29/+21
2017-07-19ASoC: rt5677: Hide platform data in the module sourcesAndy Shevchenko1-12/+17
2017-06-16ASoC: rt5677: Move platform code to board fileAndy Shevchenko1-26/+0
2017-06-16ASoC: rt5677: Introduce proper table for ACPI enumerationAndy Shevchenko1-1/+9
2017-04-05ASoC: rt5677: Add OF device ID tableJavier Martinez Canillas1-0/+7
2016-09-29Merge remote-tracking branches 'asoc/topic/rt5659', 'asoc/topic/rt5660', 'asoc/topic/rt5677' and 'asoc/topic/samsung' into asoc-nextMark Brown1-1/+52
2016-09-29Merge remote-tracking branches 'asoc/topic/dwc', 'asoc/topic/fsl', 'asoc/topic/gpio-chip' and 'asoc/topic/hdmi' into asoc-nextMark Brown1-1/+1
2016-09-24ASoC: rt5677: Add ACPI supportJohn Keeping1-1/+52
2016-09-12ASoC: constify gpio_chip structuresJulia Lawall1-1/+1
2016-08-08ASoC: codec duplicated callback function goes to component on rt5677Kuninori Morimoto1-6/+8
2016-05-28Merge tag 'sound-4.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-19/+5
2016-04-26ASoC: rt5677: use gpiochip data pointerLinus Walleij1-11/+6
2016-03-30ASoC: rt5677: Avoid duplicate the same test in each switch caseAxel Lin1-19/+5
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+1
2015-12-23Merge remote-tracking branch 'asoc/topic/rt5677' into asoc-nextMark Brown1-2/+0
2015-12-23ASoC: rt5677: set PLL_CTRL2 non-volatileBard Liao1-2/+0
2015-12-23Merge remote-tracking branches 'asoc/topic/rt286', 'asoc/topic/rt5616' and 'asoc/topic/rt5677' into asoc-nextMark Brown1-4/+7
2015-12-21Merge tag 'v4.4-rc6' into develLinus Walleij1-39/+61
2015-12-16ASoC: rt5677: Reconfigure PLL1 after resumeBen Zhang1-0/+3
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2015-11-16ASoC: rt5677: use 'active low' logic for reset pinAnatol Pomozov1-4/+4
2015-11-10ASoC: rt5677: Avoid the pop sound that comes from the filter powerOder Chiou1-39/+61
2015-08-30Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5086', 'asoc/topic/tegra', 'asoc/topic/tlv' and 'asoc/topic/topology' into asoc-nextMark Brown1-4/+3
2015-08-30Merge remote-tracking branches 'asoc/topic/rt5677', 'asoc/topic/sh', 'asoc/topic/simple', 'asoc/topic/sirf-codec' and 'asoc/topic/spear' into asoc-nextMark Brown1-90/+52
2015-08-30Merge remote-tracking branches 'asoc/topic/rcar', 'asoc/topic/reg-default', 'asoc/topic/rl6231', 'asoc/topic/rockchip' and 'asoc/topic/rt286' into asoc-nextMark Brown1-2/+5
2015-08-30Merge remote-tracking branches 'asoc/topic/const', 'asoc/topic/cs35l32', 'asoc/topic/cs4265' and 'asoc/topic/cs42l52' into asoc-nextMark Brown1-1/+1
2015-08-25ASoC: rt5677: Allow arbitrary block read/write via SPIBen Zhang1-2/+2
2015-08-05ASoC: rt5677: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGELars-Peter Clausen1-4/+3
2015-08-05ASoC: Add function "rl6231_get_pre_div" to correct the dmic clock calculationOder Chiou1-1/+4
2015-07-29ASoC: rt5677: Return error if devm_gpiod_get_optional return ERR_PTRAxel Lin1-2/+2
2015-07-23ASoC: rt5677: Remove NULL test for desc before gpiod_set_value_cansleep callAxel Lin1-12/+6
2015-07-16regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin1-1/+1
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-07-15ASoC: Constify snd_soc_dai_ops variablesAxel Lin1-1/+1
2015-07-07ASoC: rt5677: Switch to use unified device property APIBen Zhang1-32/+25
2015-07-07ASoC: rt5677: Switch to use descriptor-based gpiod APIBen Zhang1-55/+30
2015-07-06ASoC: rt5677: Prefix hexadecimal ID register value with 0x in error printJarkko Nikula1-1/+1
2015-06-05Merge remote-tracking branches 'asoc/topic/rt5677', 'asoc/topic/samsung' and 'asoc/topic/sgtl5000' into asoc-nextMark Brown1-8/+135
2015-06-05Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown1-7/+7
2015-05-20ASoC: rt5677: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen1-5/+6