aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/codecs/rt5682-sdw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-17ASoC: rt5682: Convert to use GPIO descriptorsLinus Walleij1-0/+5
2023-08-13ASoC: rt5682-sdw: Drop GPIO includesLinus Walleij1-2/+0
2023-08-07ASoC: rt5682-sdw: enable pm_runtime in probe, keep status as 'suspended'Pierre-Louis Bossart1-15/+22
2023-08-07ASoC: rt5682-sdw: make regmap cache-only in probePierre-Louis Bossart1-5/+10
2023-08-07ASoC: SoundWire codecs: return error status in probePierre-Louis Bossart1-3/+1
2023-07-25ASoC: rt5682-sdw: fix for JD event handling in ClockStop Mode0Shuming Fan1-1/+8
2023-05-18ASoC: codecs: rt5682: do not store status in state containerKrzysztof Kozlowski1-4/+1
2023-05-08ASoC: rt5682: Use a maple tree based register cacheMark Brown1-1/+1
2023-03-29ASoC: codecs: rt5682-sdw: simplify set_streamPierre-Louis Bossart1-27/+7
2023-01-31ASoC: rt: use helper functionKuninori Morimoto1-4/+1
2022-11-28ASoC: rt5682-sdw: Switch to new snd_sdw_params_to_config helperCharles Keepax1-19/+9
2022-08-17ASoC: codecs: show PING status on resume failuresPierre-Louis Bossart1-0/+2
2022-06-24ASoC: Realtek/Maxim SoundWire codecs: disable pm_runtime on removePierre-Louis Bossart1-1/+4
2021-12-24ASoC/SoundWire: dai: expand 'stream' concept beyond SoundWirePierre-Louis Bossart1-1/+1
2021-06-21ASoC: rt5682-sdw: fix race condition on system suspendPierre-Louis Bossart1-2/+36
2021-06-08ASoC: rt5682-sdw: set regcache_cache_only false before reading RT5682_DEVICE_IDBard Liao1-5/+5
2021-06-08ASoC: rt5682: Fix a problem with error handling in the io init function of the soundwireOder Chiou1-2/+5
2021-06-08ASoC: rt5682-sdw: use first_hw_init flag on resumePierre-Louis Bossart1-1/+1
2021-06-04ASoC: rt5682: Fix the fast discharge for headset unplugging in soundwire modeOder Chiou1-1/+2
2021-03-10ASoC: rt5682: add delay time of workqueue to control next IRQ eventShuming Fan1-1/+1
2021-03-10ASoC: rt*: Constify static struct snd_soc_dai_opsRikard Falkeborn1-1/+1
2021-03-10ASoC: rt*: Constify static struct sdw_slave_opsRikard Falkeborn1-1/+1
2021-02-05Merge branch 'asoc-5.11' into asoc-5.12Mark Brown1-1/+3
2021-02-05ASoC: rt5682-sdw: cancel_work_sync() in .remove and .suspendPierre-Louis Bossart1-1/+3
2021-01-11ASoC: rt5682: fix getting the wrong device id when the suspend_stress_testShuming Fan1-7/+14
2020-11-12ASoC: codecs: rt*.c: remove useless pointer castPierre-Louis Bossart1-1/+1
2020-10-15Merge tag 'sound-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+1
2020-09-10ASoC: codecs: realtek-soundwire: ignore initial PARITY errorsPierre-Louis Bossart1-0/+1
2020-09-10ASoC/soundwire: bus: use property to set interrupt masksPierre-Louis Bossart1-0/+4
2020-09-03ASoC: codecs: soundwire: remove port_ready[] usage from codecs.Pierre-Louis Bossart1-14/+1
2020-08-19ASoC: codecs: rt*-sdw: use SDW_SLAVE_ENTRY_EXTPierre-Louis Bossart1-1/+1
2020-07-17ASoC: rt5682: optimize the power consumptionShuming Fan1-1/+1
2020-05-28ASoC: rt5682: split i2c driver into separate moduleArnd Bergmann1-2/+457
2020-05-18ASoC: codecs: rt*-sdw: don't assign slave_opsPierre-Louis Bossart1-3/+0
2020-03-10ASoC: rt5682-sdw: fix 'defined but not used' pm functionsPierre-Louis Bossart1-2/+2
2020-02-28ASoC: rt5682: Make rt5682_clock_config staticYueHaibing1-1/+1
2020-02-26ASoC: rt5682: Add the soundwire supportOder Chiou1-0/+333