summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rt5682-i2c.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-19ASoC: rt5682: Use maple tree register cacheMark Brown1-1/+1
2023-06-16ASoC: Merge fixes due to dependenciesMark Brown1-1/+3
2023-05-23ASoC: do not include pm_runtime.h if not usedClaudiu Beznea1-1/+0
2023-05-17ASoC: rt5682: Disable jack detection interrupt during suspendMatthias Kaehlcke1-1/+3
2023-05-08ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-04-07ASoC: rt*: use simple i2c probe functionStephen Kitt1-3/+2
2022-01-28ASoC: rt5682: Fix deadlock on resumePeter Ujfalusi1-11/+4
2021-11-12ASoC: rt5682: Re-detect the combo jack after resumingDerek Fang1-0/+1
2021-10-27ASoC: rt5682-i2c: Use devm_clk_get_optional for optional clockAngeloGioacchino Del Regno1-8/+3
2021-09-30ASoC: rt5682: move clk related code to rt5682_i2c_probeJack Yu1-0/+22
2021-08-13ASoC: rt5682: Remove unused variable in rt5682_i2c_remove()Douglas Anderson1-2/+0
2021-08-12ASoC: rt5682: Properly turn off regulators if wrong device IDDouglas Anderson1-1/+12
2021-05-10ASoC: rt5682: Implement remove callbackStephen Boyd1-0/+11
2021-05-10ASoC: rt5682: Disable irq on shutdownStephen Boyd1-0/+1
2021-03-10ASoC: rt5682: add delay time of workqueue to control next IRQ eventShuming Fan1-1/+1
2021-02-08ASoC: rt5682: Fix panic in rt5682_jack_detect_handler happening during system...Sathyanarayana Nujella1-0/+3
2020-11-13ASoC: rt5682: Add a new property for the DMIC clock drivingOder Chiou1-0/+5
2020-09-01ASoC: rt5682: Prefer async probeDouglas Anderson1-0/+1
2020-07-17ASoC: rt5682: optimize the power consumptionShuming Fan1-1/+1
2020-06-22ASoC: codecs: rt*: rename to snd_soc_component_read()Kuninori Morimoto1-1/+1
2020-05-28ASoC: rt5682: split i2c driver into separate moduleArnd Bergmann1-0/+306