summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/cs35l56.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-10ASoC: Merge fixes for consistent cs42l43 schemaMark Brown1-1/+7
2023-10-09ASoC: cs35l56: ASP1 DOUT must default to Hi-Z when not transmittingRichard Fitzgerald1-0/+6
2023-10-09ASoC: cs35l56: Fix illegal use of init_completion()Richard Fitzgerald1-1/+1
2023-09-14ASoC: cs35l56: Omit cs35l56_pm_ops_i2c_spi if I2C/SPI not enabledRichard Fitzgerald1-0/+2
2023-09-14ASoC: cs35l56: Use new export macro for dev_pm_opsRichard Fitzgerald1-2/+1
2023-09-13ASoC: cs35l56: Use PCI SSID to select specificMark Brown1-0/+11
2023-09-12ASoC: cs35l56: Use PCI SSID as the firmware UIDRichard Fitzgerald1-0/+11
2023-09-11ASoC: cs35l56: Call pm_runtime_dont_use_autosuspend()Richard Fitzgerald1-0/+1
2023-08-18ASoC: Merge up fixesMark Brown1-19/+12
2023-08-17ASoC: cs35l56: Read firmware uuid from a device property instead of _SUBMaciej Strozek1-19/+12
2023-08-15ASoC: cs35l56: Don't overwrite a patched firmwareRichard Fitzgerald1-2/+15
2023-08-15ASoC: wm_adsp: Support powering-up DSP without trying to load firmwareRichard Fitzgerald1-2/+2
2023-08-09ASoC: cs35l56: Call wm_adsp_power_down() before reloading firmwareSimon Trimmer1-0/+1
2023-08-09ASoC: cs35l56: Wait for control port ready during system-resumeRichard Fitzgerald1-0/+6
2023-08-09ASoC: cs35l56: Don't rely on GPIOD_OUT_LOW to set RESET initially lowRichard Fitzgerald1-0/+2
2023-08-09ASoC: cs35l56: Avoid uninitialized variable in cs35l56_set_asp_slot_positions()Richard Fitzgerald1-16/+8
2023-07-24ASoC: cs35l56: Make a common function to shutdown the DSPSimon Trimmer1-16/+1
2023-07-24ASoC: cs35l56: Move part of cs35l56_init() to shared libraryRichard Fitzgerald1-69/+2
2023-07-24ASoC: cs35l56: Move cs_dsp init into shared libraryRichard Fitzgerald1-10/+1
2023-07-24ASoC: cs35l56: Move runtime suspend/resume to shared libraryRichard Fitzgerald1-116/+4
2023-07-24ASoC: cs35l56: Move utility functions to shared fileSimon Trimmer1-203/+0
2023-07-24ASoC: cs35l56: Convert utility functions to use common data structureSimon Trimmer1-16/+16
2023-07-24ASoC: cs35l56: Make cs35l56_system_reset() code more genericSimon Trimmer1-6/+6
2023-07-24ASoC: cs35l56: Move shared data into a common data structureSimon Trimmer1-200/+204
2023-07-18ASoC: cs35l56: Patch soft registers to defaultsRichard Fitzgerald1-2/+3
2023-06-16ASoC: Merge fixes due to dependenciesMark Brown1-3/+0
2023-06-01ASoC: cs35l56: Remove NULL check from cs35l56_sdw_dai_set_stream()Richard Fitzgerald1-3/+0
2023-05-30ES8316 audio codec fixes on Rock5BMark Brown1-1/+2
2023-05-19ASoC: cs35l56: In secure mode skip SHUTDOWN and RESET around fw downloadSimon Trimmer1-10/+37
2023-05-19ASoC: cs35l56: sdw_write_no_pm() should be performed under a pm_runtime requestSimon Trimmer1-3/+3
2023-05-19ASoC: cs35l56: Move DSP part string generation so that it is done only onceSimon Trimmer1-6/+6
2023-05-15ASoC: cs35l56: Prevent unbalanced pm_runtime in dsp_work() on SoundWireSimon Trimmer1-1/+2
2023-04-20ASoC: cs35l56: Remove duplicate mbox log messagesSimon Trimmer1-6/+2
2023-04-18ASoC: cs35l56: Remove SDW1 TX5 and TX6Richard Fitzgerald1-27/+1
2023-04-18ASoC: cs35l56: Update comment on masking of EINT20 interruptsRichard Fitzgerald1-1/+1
2023-04-17ASoC: cs35l56: Don't return a value from cs35l56_remove()Simon Trimmer1-3/+1
2023-04-17ASoC: cs35l56: Remove redundant dsp_ready_completionSimon Trimmer1-32/+9
2023-04-17ASoC: cs35l56: Wait for init_complete in cs35l56_component_probe()Simon Trimmer1-7/+6
2023-04-17ASoC: cs35l56: Allow a wider range for reset pulse widthSimon Trimmer1-5/+9
2023-04-17ASoC: cs35l56: Rework IRQ allocationSimon Trimmer1-5/+6
2023-04-12ASoC: cs35l56: Re-patch firmware after system suspendRichard Fitzgerald1-1/+66
2023-04-12ASoC: cs35l56: Remove quick-cancelling of dsp_work()Richard Fitzgerald1-7/+1
2023-04-12ASoC: cs35l56: Add basic system suspend handlingRichard Fitzgerald1-0/+126
2023-04-12ASoC: cs35l56: Always wait for firmware boot in runtime-resumeRichard Fitzgerald1-4/+2
2023-04-12ASoC: cs35l56: Skip first init_completion wait in dsp_work if init_doneRichard Fitzgerald1-1/+2
2023-04-12ASoC: cs35l56: Use DAPM widget for firmware PLAY/PAUSERichard Fitzgerald1-50/+55
2023-03-24ASoC: cs35l56: Fix an unsigned comparison which can never be negativeJiapeng Chong1-1/+3
2023-03-21ASoC: cs35l56: Add driver for Cirrus Logic CS35L56Richard Fitzgerald1-0/+1461