aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wsa883x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-18ASoC: codecs: wsa883x: Handle shared reset GPIO for WSA883x speakersMohammad Rafi Shaik1-8/+49
2025-07-04treewide: Remove redundantMark Brown1-1/+0
2025-07-04ASoC: codecs: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-1/+0
2025-06-08ASoC: codecs: Constify regmap configuration static variablesKrzysztof Kozlowski1-1/+1
2025-05-02ASoC: codecs: wsa88xx/wcd938x: Drop kerneldoc marker from inner commentKrzysztof Kozlowski1-1/+1
2025-03-26ASoC: codecs: wsa883x: Correct VI sense channel maskKrzysztof Kozlowski1-1/+1
2025-03-17ASoC: wsa883x: Convert to RUNTIME_PM_OPS()Takashi Iwai1-4/+4
2025-03-03ASoC: codecs: wsa883x: Implement temperature reading and hwmonAlexey Klimov1-0/+194
2024-08-08ASoC: Merge fixesMark Brown1-1/+1
2024-07-29ASoC: codecs: wsa88xx and wcd93xx: Soundwire portMark Brown1-20/+22
2024-07-29ASoC: codecs: wsa883x: Correct Soundwire ports maskKrzysztof Kozlowski1-1/+1
2024-07-29ASoC: codecs: wsa883x: Use designator array initializers for Soundwire portsKrzysztof Kozlowski1-20/+22
2024-07-29ASoC: codecs: wsa883x: Simplify handling variant/versionKrzysztof Kozlowski1-10/+7
2024-07-29ASoC: codecs: wsa883x: Handle reading version failureKrzysztof Kozlowski1-5/+11
2024-07-03ASoC: wsa883x: Constify struct regmap_configJavier Carrasco1-1/+1
2024-07-01ASoC: codecs: wsa883x: parse port-mapping informationSrinivas Kandagatla1-0/+8
2024-06-10ASoC: codecs: Remove unused of_gpio.hAndy Shevchenko1-1/+0
2024-01-22ASoC: codecs: wsa883x: fix PA volume controlJohan Hovold1-1/+5
2023-10-27ASoC: codecs: wsa883x: make use of new mute_unmute_on_trigger flagSrinivas Kandagatla1-6/+1
2023-07-17ASoC: wsa883x: Update to use maple tree register cacheMark Brown1-1/+1
2023-06-16ASoC: Merge fixes due to dependenciesMark Brown1-1/+0
2023-06-07ASoC: codecs: wsa883x: use existing define instead of raw valueKrzysztof Kozlowski1-1/+2
2023-05-24ASoC: codecs: wsa883x: do not set can_multi_write flagSrinivas Kandagatla1-1/+0
2023-02-16Merge tag 'asoc-v6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai1-13/+9
2023-01-25ASoC: codecs: wsa88xx: remove unneeded includesKrzysztof Kozlowski1-4/+0
2023-01-25ASoC: codecs: constify static sdw_port_config structKrzysztof Kozlowski1-1/+1
2023-01-25ASoC: codecs: constify static sdw_slave_ops structKrzysztof Kozlowski1-1/+1
2023-01-25ASoC: codecs: wsa883x: correct playback min/max ratesKrzysztof Kozlowski1-2/+2
2023-01-16ASoC: codecs: wsa883x: Simplify &pdev->dev in probeKrzysztof Kozlowski1-7/+7
2022-11-16ASoC: codecs: wsa883x: Simplify with dev_err_probeKrzysztof Kozlowski1-12/+9
2022-11-16ASoC: codecs: wsa883x: Shutdown on error pathKrzysztof Kozlowski1-0/+1
2022-11-11ASoC: codecs: wsa883x: use correct header fileRandy Dunlap1-1/+1
2022-11-11ASoC: codecs: wsa883x: Use proper shutdown GPIO polarityKrzysztof Kozlowski1-2/+2
2022-09-23ASoC: codecs: wsa883x: add clock stop supportSrinivas Kandagatla1-27/+1
2022-07-05ASoC: codecs: wsa883x: fix warning using-module-alias-sdw.cocciGaosheng Cui1-0/+2
2022-07-01ASoC: codecs: wsa883x: add missing break statementSrinivas Kandagatla1-0/+1
2022-06-30ASoC: codecs: wsa883x: handle timeouts in resume pathSrinivas Kandagatla1-2/+9
2022-06-30ASoC: codecs: wsa883x: add control, dapm widgets and mapSrinivas Kandagatla1-0/+200
2022-06-29ASoC: codecs: add wsa883x amplifier supportSrinivas Kandagatla1-0/+1301