aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rt5682-i2c.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-02ASoC: rt5682: Fix regulator enable/disable sequenceGravatar Zhang Shurong 1-5/+5
2023-08-17ASoC: rt5682: Convert to use GPIO descriptorsGravatar Linus Walleij 1-7/+4
2023-06-19ASoC: rt5682: Use maple tree register cacheGravatar Mark Brown 1-1/+1
2023-06-16ASoC: Merge fixes due to dependenciesGravatar Mark Brown 1-1/+3
2023-05-23ASoC: do not include pm_runtime.h if not usedGravatar Claudiu Beznea 1-1/+0
2023-05-17ASoC: rt5682: Disable jack detection interrupt during suspendGravatar Matthias Kaehlcke 1-1/+3
2023-05-08ASoC: Switch i2c drivers back to use .probe()Gravatar Uwe Kleine-König 1-1/+1
2022-08-16i2c: Make remove callback return voidGravatar Uwe Kleine-König 1-3/+1
2022-04-06ASoC: rt*: use simple i2c probe functionGravatar Stephen Kitt 1-3/+2
2022-01-28ASoC: rt5682: Fix deadlock on resumeGravatar Peter Ujfalusi 1-11/+4
2021-11-12ASoC: rt5682: Re-detect the combo jack after resumingGravatar Derek Fang 1-0/+1
2021-10-27ASoC: rt5682-i2c: Use devm_clk_get_optional for optional clockGravatar AngeloGioacchino Del Regno 1-8/+3
2021-09-30ASoC: rt5682: move clk related code to rt5682_i2c_probeGravatar Jack Yu 1-0/+22
2021-08-13ASoC: rt5682: Remove unused variable in rt5682_i2c_remove()Gravatar Douglas Anderson 1-2/+0
2021-08-12ASoC: rt5682: Properly turn off regulators if wrong device IDGravatar Douglas Anderson 1-1/+12
2021-05-10ASoC: rt5682: Implement remove callbackGravatar Stephen Boyd 1-0/+11
2021-05-10ASoC: rt5682: Disable irq on shutdownGravatar Stephen Boyd 1-0/+1
2021-03-10ASoC: rt5682: add delay time of workqueue to control next IRQ eventGravatar Shuming Fan 1-1/+1
2021-02-08ASoC: rt5682: Fix panic in rt5682_jack_detect_handler happening during system...Gravatar Sathyanarayana Nujella 1-0/+3
2020-11-13ASoC: rt5682: Add a new property for the DMIC clock drivingGravatar Oder Chiou 1-0/+5
2020-09-01ASoC: rt5682: Prefer async probeGravatar Douglas Anderson 1-0/+1
2020-07-17ASoC: rt5682: optimize the power consumptionGravatar Shuming Fan 1-1/+1
2020-06-22ASoC: codecs: rt*: rename to snd_soc_component_read()Gravatar Kuninori Morimoto 1-1/+1
2020-05-28ASoC: rt5682: split i2c driver into separate moduleGravatar Arnd Bergmann 1-0/+306