summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/cs35l35.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-06-27ASoC: cs*: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2022-04-05ASoC: cs*: use simple i2c probe functionStephen Kitt1-3/+2
2021-12-06sound/soc: remove useless bool conversion to bool variableBernard Zhao1-1/+1
2021-05-26ASoC: cs35l3x: Use neutral language in amp driversDavid Rhodes1-8/+8
2021-05-10ASoC: cs35l35: Correct errata handlingCharles Keepax1-2/+2
2021-05-10ASoC: cs35l35: Minor error paths fixupsCharles Keepax1-9/+8
2021-04-14ASoC: cs35l35: remove unused including <linux/version.h>Yang Li1-1/+0
2021-04-13ASoC: cs35l35: Fix an error handling path in 'cs35l35_i2c_probe()'Christophe JAILLET1-1/+1
2021-01-21ASoC: cs*: sync parameter naming (rate/sample_bits)Kuninori Morimoto1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-04-05ASoC: cs35l35: Disable regulators on driver removalCharles Keepax1-0/+11
2018-09-07regmap: split up regmap_config.use_single_rwDavid Frey1-1/+2
2018-05-05ASoC: cs35l35: Add use_single_rw to regmap configPaul Handrigan1-0/+1
2018-02-12ASoC: cs35l35: replace codec to componentKuninori Morimoto1-56/+48
2017-08-10ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal1-1/+1
2017-07-03Merge remote-tracking branches 'asoc/topic/ak4613', 'asoc/topic/ak4642', 'aso...Mark Brown1-1/+83
2017-06-06ASoC: cs35l35: Add additional delay for resetCharles Keepax1-1/+9
2017-05-19ASoC: cs35l35: Correctly handle 0 for bst_ipkCharles Keepax1-1/+1
2017-05-19ASoC: cs35l35: Add Boost Inductor CalculationBrian Austin1-0/+82
2017-04-21ASoC: cs35l35: Allow user to configure IMON SCALECharles Keepax1-7/+15
2017-04-18ASoC: cs35l35: Correct some register defaultsCharles Keepax1-4/+4
2017-04-06ASoC: cs35l35: Correct handling of PDN_DONE with external boostCharles Keepax1-8/+24
2017-04-06ASoC: cs35l35: Improve power down timeCharles Keepax1-0/+8
2017-03-27ASoC: cs35l35: Clear reset_gpio on the error path in probeCharles Keepax1-1/+1
2017-03-17ASoC: cs35l35: Stash dev pointer directly rather than CODEC pointerCharles Keepax1-15/+14
2017-03-13ASoC: cs35l35: returning uninitialized in probe()Dan Carpenter1-1/+1
2017-03-13ASoC: cs35l35: fix semicolon.cocci warningskbuild test robot1-3/+3
2017-03-13ASoC: cs35l35: trivial fix to indentationColin Ian King1-1/+2
2017-03-13ASoC: cs35l35: Fix display revision idAxel Lin1-1/+1
2017-03-13ASoC: cs35l35: Add IRQF_SHARED to IRQ flagsCharles Keepax1-2/+2
2017-03-13ASoC: cs35l35: Add local variable for dev in probeCharles Keepax1-40/+26
2017-03-13ASoC: cs35l35: Add for configuring drive mode in unused slotsCharles Keepax1-0/+7
2017-03-13ASoC: cs35l35: Add missing return in probeCharles Keepax1-0/+2
2017-03-07ASoC: Add support for Cirrus Logic CS35L35 AmplifierBrian Austin1-0/+1553