index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
codecs
/
cs35l56.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-10
ASoC: Merge fixes for consistent cs42l43 schema
Mark Brown
1
-1
/
+7
2023-10-09
ASoC: cs35l56: ASP1 DOUT must default to Hi-Z when not transmitting
Richard Fitzgerald
1
-0
/
+6
2023-10-09
ASoC: cs35l56: Fix illegal use of init_completion()
Richard Fitzgerald
1
-1
/
+1
2023-09-14
ASoC: cs35l56: Omit cs35l56_pm_ops_i2c_spi if I2C/SPI not enabled
Richard Fitzgerald
1
-0
/
+2
2023-09-14
ASoC: cs35l56: Use new export macro for dev_pm_ops
Richard Fitzgerald
1
-2
/
+1
2023-09-13
ASoC: cs35l56: Use PCI SSID to select specific
Mark Brown
1
-0
/
+11
2023-09-12
ASoC: cs35l56: Use PCI SSID as the firmware UID
Richard Fitzgerald
1
-0
/
+11
2023-09-11
ASoC: cs35l56: Call pm_runtime_dont_use_autosuspend()
Richard Fitzgerald
1
-0
/
+1
2023-08-17
ASoC: Merge up fixes
Mark Brown
1
-19
/
+12
2023-08-17
ASoC: cs35l56: Read firmware uuid from a device property instead of _SUB
Maciej Strozek
1
-19
/
+12
2023-08-15
ASoC: cs35l56: Don't overwrite a patched firmware
Richard Fitzgerald
1
-2
/
+15
2023-08-15
ASoC: wm_adsp: Support powering-up DSP without trying to load firmware
Richard Fitzgerald
1
-2
/
+2
2023-08-08
ASoC: cs35l56: Call wm_adsp_power_down() before reloading firmware
Simon Trimmer
1
-0
/
+1
2023-08-08
ASoC: cs35l56: Wait for control port ready during system-resume
Richard Fitzgerald
1
-0
/
+6
2023-08-08
ASoC: cs35l56: Don't rely on GPIOD_OUT_LOW to set RESET initially low
Richard Fitzgerald
1
-0
/
+2
2023-08-08
ASoC: cs35l56: Avoid uninitialized variable in cs35l56_set_asp_slot_positions()
Richard Fitzgerald
1
-16
/
+8
2023-07-23
ASoC: cs35l56: Make a common function to shutdown the DSP
Simon Trimmer
1
-16
/
+1
2023-07-23
ASoC: cs35l56: Move part of cs35l56_init() to shared library
Richard Fitzgerald
1
-69
/
+2
2023-07-23
ASoC: cs35l56: Move cs_dsp init into shared library
Richard Fitzgerald
1
-10
/
+1
2023-07-23
ASoC: cs35l56: Move runtime suspend/resume to shared library
Richard Fitzgerald
1
-116
/
+4
2023-07-23
ASoC: cs35l56: Move utility functions to shared file
Simon Trimmer
1
-203
/
+0
2023-07-23
ASoC: cs35l56: Convert utility functions to use common data structure
Simon Trimmer
1
-16
/
+16
2023-07-23
ASoC: cs35l56: Make cs35l56_system_reset() code more generic
Simon Trimmer
1
-6
/
+6
2023-07-23
ASoC: cs35l56: Move shared data into a common data structure
Simon Trimmer
1
-200
/
+204
2023-07-18
ASoC: cs35l56: Patch soft registers to defaults
Richard Fitzgerald
1
-2
/
+3
2023-06-16
ASoC: Merge fixes due to dependencies
Mark Brown
1
-3
/
+0
2023-06-01
ASoC: cs35l56: Remove NULL check from cs35l56_sdw_dai_set_stream()
Richard Fitzgerald
1
-3
/
+0
2023-05-30
ES8316 audio codec fixes on Rock5B
Mark Brown
1
-1
/
+2
2023-05-19
ASoC: cs35l56: In secure mode skip SHUTDOWN and RESET around fw download
Simon Trimmer
1
-10
/
+37
2023-05-19
ASoC: cs35l56: sdw_write_no_pm() should be performed under a pm_runtime request
Simon Trimmer
1
-3
/
+3
2023-05-19
ASoC: cs35l56: Move DSP part string generation so that it is done only once
Simon Trimmer
1
-6
/
+6
2023-05-15
ASoC: cs35l56: Prevent unbalanced pm_runtime in dsp_work() on SoundWire
Simon Trimmer
1
-1
/
+2
2023-04-20
ASoC: cs35l56: Remove duplicate mbox log messages
Simon Trimmer
1
-6
/
+2
2023-04-18
ASoC: cs35l56: Remove SDW1 TX5 and TX6
Richard Fitzgerald
1
-27
/
+1
2023-04-18
ASoC: cs35l56: Update comment on masking of EINT20 interrupts
Richard Fitzgerald
1
-1
/
+1
2023-04-17
ASoC: cs35l56: Don't return a value from cs35l56_remove()
Simon Trimmer
1
-3
/
+1
2023-04-17
ASoC: cs35l56: Remove redundant dsp_ready_completion
Simon Trimmer
1
-32
/
+9
2023-04-17
ASoC: cs35l56: Wait for init_complete in cs35l56_component_probe()
Simon Trimmer
1
-7
/
+6
2023-04-17
ASoC: cs35l56: Allow a wider range for reset pulse width
Simon Trimmer
1
-5
/
+9
2023-04-17
ASoC: cs35l56: Rework IRQ allocation
Simon Trimmer
1
-5
/
+6
2023-04-12
ASoC: cs35l56: Re-patch firmware after system suspend
Richard Fitzgerald
1
-1
/
+66
2023-04-12
ASoC: cs35l56: Remove quick-cancelling of dsp_work()
Richard Fitzgerald
1
-7
/
+1
2023-04-12
ASoC: cs35l56: Add basic system suspend handling
Richard Fitzgerald
1
-0
/
+126
2023-04-12
ASoC: cs35l56: Always wait for firmware boot in runtime-resume
Richard Fitzgerald
1
-4
/
+2
2023-04-12
ASoC: cs35l56: Skip first init_completion wait in dsp_work if init_done
Richard Fitzgerald
1
-1
/
+2
2023-04-12
ASoC: cs35l56: Use DAPM widget for firmware PLAY/PAUSE
Richard Fitzgerald
1
-50
/
+55
2023-03-24
ASoC: cs35l56: Fix an unsigned comparison which can never be negative
Jiapeng Chong
1
-1
/
+3
2023-03-21
ASoC: cs35l56: Add driver for Cirrus Logic CS35L56
Richard Fitzgerald
1
-0
/
+1461