summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/cs35l56-sdw.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-14ASoC: cs35l56: Use IRQ provided by the SoundWire coreRichard Fitzgerald1-52/+13
2026-08-14ASoC: cs35l56: Request IRQ in cs35l56_common_probe()Richard Fitzgerald1-5/+1
2026-07-22ASoC: cs35l56: Sort table of sdw_device_idRichard Fitzgerald1-1/+1
2026-07-15ASoC: cs35l56: Add support for CS35L62 for SoundWireStefan Binding1-0/+2
2026-06-11ASoC: cs35l56: Remove unnecessary conditionals waiting for enumerationCharles Keepax1-37/+10
2026-06-02ASoC: cs35l56: Share common SoundWire interrupt enable/disable codeRichard Fitzgerald1-35/+8
2026-05-25ASoC: add shared BCLK rate constraint for cross-DAI coordinationMark Brown1-1/+2
2026-05-21ASoC: cs35l56: Fix flushing of IRQ work in cs35l56_sdw_remove()Richard Fitzgerald1-1/+2
2026-05-19ASoC: cs35l56: Use standard SoundWire regmap implementationRichard Fitzgerald1-83/+49
2026-05-19ASoC: cs35l56: Use reg_base to offset addresses on SoundWireRichard Fitzgerald1-6/+1
2026-05-15ASoC: Merge up fixesMark Brown1-2/+3
2026-05-15ASoC: cs35l56: Log SoundWire status updates only on changesSimon Trimmer1-2/+3
2026-05-12ASoC: cs35l56: Use new SoundWire enumeration helperCharles Keepax1-6/+4
2026-03-11ASoC: cs35l56: Support clock stop mode 1 if enabled in ACPIRichard Fitzgerald1-5/+29
2025-12-23soundwire: Make remove function return no valueUwe Kleine-König1-3/+1
2025-09-28ASoC: cs35l56: Set fw_regs table after getting REVIDRichard Fitzgerald1-2/+2
2025-08-20ASoC: cs35l56: Remove SoundWire Clock Divider workaround for CS35L63Stefan Binding1-69/+0
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-12ASoC: cs35l56: Use SoundWire address as firmware name suffix for new siliconRichard Fitzgerald1-8/+10
2025-05-06ASoC: cs35l56: Add initial support for CS35L63 for I2C and SoundWireStefan Binding1-0/+74
2025-05-06ASoC: cs35l56: Add struct to index firmware registersStefan Binding1-0/+1
2025-05-06ASoC: cs35l56: Add Index based on ACPI HID or SDW ID to select regmap configStefan Binding1-3/+13
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-2/+2
2024-08-05ASoC: cs35l56: Handle OTP read latency over SoundWireRichard Fitzgerald1-0/+77
2024-07-01ASoC: cs35l56: Remove redundant clearing of clk_stop_mode1Richard Fitzgerald1-1/+0
2024-07-01ASoC: cs35l56: Remove support for A1 siliconRichard Fitzgerald1-74/+0
2024-04-08ASoC: cs35l56: Fix unintended bus access while resetting ampRichard Fitzgerald1-2/+0
2024-03-11Merge tag 'asoc-v6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai1-0/+20
2024-03-08ASoC: cs35l56: Add support for CS35L54 and CS35L57Simon Trimmer1-1/+2
2024-02-23ASoC: cs35l56: Apply amp calibration from EFI dataRichard Fitzgerald1-0/+20
2023-09-14ASoC: cs35l56: Use pm_ptr()Richard Fitzgerald1-1/+1
2023-07-23ASoC: cs35l56: Move runtime suspend/resume to shared libraryRichard Fitzgerald1-2/+2
2023-07-23ASoC: cs35l56: Move shared data into a common data structureSimon Trimmer1-33/+35
2023-04-17ASoC: cs35l56: Don't return a value from cs35l56_remove()Simon Trimmer1-1/+3
2023-04-12ASoC: cs35l56: Re-patch firmware after system suspendRichard Fitzgerald1-1/+11
2023-04-12ASoC: cs35l56: Add basic system suspend handlingRichard Fitzgerald1-0/+26
2023-03-21ASoC: cs35l56: Add driver for Cirrus Logic CS35L56Richard Fitzgerald1-0/+528