summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rt700-sdw.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rt700: enable pm_runtime in probe, keep status as 'suspended'Pierre-Louis Bossart2023-08-071-2/+1
* ASoC: SoundWire codecs: return error status in probePierre-Louis Bossart2023-08-071-3/+1
* ASoC: rt700: Use maple tree register cacheMark Brown2023-06-141-1/+1
* ASoC: codecs: rt700: do not store status in state containerKrzysztof Kozlowski2023-05-181-4/+1
* ASoC: codecs: show PING status on resume failuresPierre-Louis Bossart2022-08-171-0/+2
* ASoC: Realtek/Maxim SoundWire codecs: disable pm_runtime on removePierre-Louis Bossart2022-06-241-1/+5
* ASoC: rt700-sdw: fix race condition on system suspendPierre-Louis Bossart2021-06-211-2/+32
* ASoC: rt700-sdw: use first_hw_init flag on resumePierre-Louis Bossart2021-06-081-1/+1
* ASoC: rt*: Constify static struct sdw_slave_opsRikard Falkeborn2021-03-101-1/+1
* Merge branch 'asoc-5.11' into asoc-5.12Mark Brown2021-02-051-2/+2
|\
| * ASoC: rt700-sdw: use cancel_work_sync() in .remove as well as .suspendPierre-Louis Bossart2021-02-051-2/+2
* | ASoC: codecs: soundwire: increase resume timeoutPierre-Louis Bossart2021-01-151-1/+1
|/
* Merge tag 'sound-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-10-151-1/+4
|\
| * Merge branch 'asoc-5.9' into asoc-5.10Mark Brown2020-09-211-0/+3
| |\
| | * ASoC: rt700: wait for the delayed work to finish when the system suspendsShuming Fan2020-09-211-0/+3
| * | Merge branch 'asoc-5.9' into asoc-5.10Mark Brown2020-09-171-2/+2
| |\|
| * | ASoC: codecs: rt*-sdw: use SDW_SLAVE_ENTRY_EXTPierre-Louis Bossart2020-08-191-1/+1
* | | Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-151-14/+6
|\ \ \ | |_|/ |/| |
| * | ASoC: codecs: realtek-soundwire: ignore initial PARITY errorsPierre-Louis Bossart2020-09-101-0/+1
| * | ASoC/soundwire: bus: use property to set interrupt masksPierre-Louis Bossart2020-09-101-0/+4
| * | ASoC: codecs: soundwire: remove port_ready[] usage from codecs.Pierre-Louis Bossart2020-09-031-14/+1
| |/
* / ASoC: rt700: Fix return check for devm_regmap_init_sdw()Vinod Koul2020-08-261-2/+2
|/
* ASoC: codecs: rt*-sdw: don't assign slave_opsPierre-Louis Bossart2020-05-181-3/+0
* ASoC: rt700: Add __maybe_unused to PM callbacksTakashi Iwai2020-01-291-2/+2
* ASoC: rt700: fix return value check in rt700_sdw_probe()Wei Yongjun2020-01-171-2/+2
* ASoC: rt700: add rt700 codec driverShuming Fan2020-01-101-0/+551