aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/codecs/cs35l35.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-07regmap: split up regmap_config.use_single_rwGravatar David Frey 1-1/+2
2018-05-05ASoC: cs35l35: Add use_single_rw to regmap configGravatar Paul Handrigan 1-0/+1
2018-02-12ASoC: cs35l35: replace codec to componentGravatar Kuninori Morimoto 1-56/+48
2017-08-10ASoC: codecs: add const to snd_soc_codec_driver structuresGravatar Bhumika Goyal 1-1/+1
2017-07-03Merge remote-tracking branches 'asoc/topic/ak4613', 'asoc/topic/ak4642', 'aso...Gravatar Mark Brown 1-1/+83
2017-06-06ASoC: cs35l35: Add additional delay for resetGravatar Charles Keepax 1-1/+9
2017-05-19ASoC: cs35l35: Correctly handle 0 for bst_ipkGravatar Charles Keepax 1-1/+1
2017-05-19ASoC: cs35l35: Add Boost Inductor CalculationGravatar Brian Austin 1-0/+82
2017-04-21ASoC: cs35l35: Allow user to configure IMON SCALEGravatar Charles Keepax 1-7/+15
2017-04-18ASoC: cs35l35: Correct some register defaultsGravatar Charles Keepax 1-4/+4
2017-04-06ASoC: cs35l35: Correct handling of PDN_DONE with external boostGravatar Charles Keepax 1-8/+24
2017-04-06ASoC: cs35l35: Improve power down timeGravatar Charles Keepax 1-0/+8
2017-03-27ASoC: cs35l35: Clear reset_gpio on the error path in probeGravatar Charles Keepax 1-1/+1
2017-03-17ASoC: cs35l35: Stash dev pointer directly rather than CODEC pointerGravatar Charles Keepax 1-15/+14
2017-03-13ASoC: cs35l35: returning uninitialized in probe()Gravatar Dan Carpenter 1-1/+1
2017-03-13ASoC: cs35l35: fix semicolon.cocci warningsGravatar kbuild test robot 1-3/+3
2017-03-13ASoC: cs35l35: trivial fix to indentationGravatar Colin Ian King 1-1/+2
2017-03-13ASoC: cs35l35: Fix display revision idGravatar Axel Lin 1-1/+1
2017-03-13ASoC: cs35l35: Add IRQF_SHARED to IRQ flagsGravatar Charles Keepax 1-2/+2
2017-03-13ASoC: cs35l35: Add local variable for dev in probeGravatar Charles Keepax 1-40/+26
2017-03-13ASoC: cs35l35: Add for configuring drive mode in unused slotsGravatar Charles Keepax 1-0/+7
2017-03-13ASoC: cs35l35: Add missing return in probeGravatar Charles Keepax 1-0/+2
2017-03-07ASoC: Add support for Cirrus Logic CS35L35 AmplifierGravatar Brian Austin 1-0/+1553