summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/cs35l32.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_da...Uwe Kleine-König2024-05-031-1/+1
* ASoC: cs35l32: Drop legacy includeLinus Walleij2023-12-011-1/+0
* ASoC: Explicitly include correct DT includesRob Herring2023-10-091-1/+1
* ASoC: cs35l32: Use maple tree register cacheMark Brown2023-06-131-1/+1
* ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-081-1/+1
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* ASoC: cs*: Remove now redundant non_legacy_dai_naming flagCharles Keepax2022-06-271-1/+0
* ASoC: cs*: use simple i2c probe functionStephen Kitt2022-04-051-3/+2
* Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2021-05-251-0/+3
|\
| * ASoC: cs35l32: Add missing regmap use_single configCharles Keepax2021-05-121-0/+3
* | ASoC: cs35l32: Minor error paths fixupsCharles Keepax2021-05-101-16/+18
|/
* ASoC: cs*: sync parameter naming (rate/sample_bits)Kuninori Morimoto2021-01-211-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* ASoC: cs35l32: replace codec to componentKuninori Morimoto2018-02-121-23/+22
* ASoC: cs35l32: Improve two size determinations in cs35l32_i2c_probe()Markus Elfring2017-11-271-6/+3
* ASoC: cs35l32: Delete two error messages for a failed memory allocation in cs...Markus Elfring2017-11-271-6/+3
* ASoC: codec duplicated callback function goes to component on cs35l32Kuninori Morimoto2016-08-081-7/+8
* ASoC: cs35l32: avoid uninitialized variable accessArnd Bergmann2016-03-151-4/+13
*-. Merge remote-tracking branches 'asoc/topic/rcar', 'asoc/topic/reg-default', '...Mark Brown2015-08-301-1/+1
|\ \
| | * 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-48/+9
|\ \ \ | | |/ | |/|
| | * ASoC: cs35l32: Use case range at appropriate placesAxel Lin2015-08-141-40/+5
| | * ASoC: cs35l32: Remove unneeded NULL test for cs35l32->reset_gpioAxel Lin2015-07-231-8/+4
| |/
* / ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-151-1/+0
|/
* ASoC: cs35l32: Remove unused including <linux/version.h>Wei Yongjun2015-04-271-1/+0
* ASoC: improve usage of gpiod APIUwe Kleine-König2015-02-241-13/+6
* ASoC: cs35l32: Constify struct regmap_config and snd_soc_codec_driverKrzysztof Kozlowski2015-01-051-2/+2
* sound / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-131-1/+1
* ASoC: cs35l32: remove second linux/slab.h inclusionFabian Frederick2014-09-161-1/+0
* ASoC: cs35l32: Simplify implementation of cs35l32_codec_set_sysclkAxel Lin2014-08-281-21/+7
* ASoC: cs35l32: Remove unneeded regulator_bulk_free call in cs35l32_i2c_removeAxel Lin2014-08-281-2/+0
* ASoC: cs35l32: use true/false returns for bool functionsBrian Austin2014-08-281-4/+4
* ASoC: cs35l32: fix compile warning for i2c_probeBrian Austin2014-08-161-0/+1
* ASoC: cs35l32: Add support for CS35L32 Boosted AmplifierBrian Austin2014-08-161-0/+647