index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
codecs
/
cs35l56-shared.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-28
ASoC: cs35l56: Add support for CS35L56 B2 silicon
Richard Fitzgerald
1
-4
/
+36
2025-09-28
ASoC: cs35l56: Set fw_regs table after getting REVID
Richard Fitzgerald
1
-24
/
+35
2025-09-09
ASoC: cs35l56: Check for vendor-specific speaker ID value
Richard Fitzgerald
1
-1
/
+11
2025-08-20
ASoC: cs35l56: Handle new algorithms IDs for CS35L63
Richard Fitzgerald
1
-3
/
+26
2025-07-03
ASoC: cs35l56: probe() should fail if the device ID is not recognized
Richard Fitzgerald
1
-1
/
+1
2025-05-15
cs35l56: Log tuning unique identifiers during firmware
Mark Brown
1
-0
/
+28
2025-05-14
ASoC: cs35l56: Log tuning unique identifiers during firmware load
Simon Trimmer
1
-0
/
+28
2025-05-06
ASoC: cs35l56: Read Silicon ID from DIE_STS registers for CS35L63
Stefan Binding
1
-3
/
+36
2025-05-06
ASoC: cs35l56: Add initial support for CS35L63 for I2C and SoundWire
Stefan Binding
1
-2
/
+121
2025-05-06
ASoC: cs35l56: Add Mute, Volume and Posture registers to firmware register list
Stefan Binding
1
-1
/
+24
2025-05-06
ASoC: cs35l56: Add struct to index firmware registers
Stefan Binding
1
-9
/
+33
2025-02-25
ASoC: cs35l56: Prevent races when soft-resetting using SPI control
Richard Fitzgerald
1
-0
/
+80
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-26
/
+26
2024-08-22
ASoC: cs35l56: Make struct regmap_config const
Richard Fitzgerald
1
-3
/
+3
2024-08-19
ASoC: Intel: Remove skylake driver
Mark Brown
1
-0
/
+1
2024-08-08
ASoC: cs35l56: Patch CS35L56_IRQ1_MASK_18 to the default value
Simon Trimmer
1
-0
/
+1
2024-08-08
ASoC: cs35l56: Use regmap_read_bypassed() to wake the device
Simon Trimmer
1
-14
/
+5
2024-07-01
ASoC: cs35l56: Remove support for A1 silicon
Richard Fitzgerald
1
-19
/
+2
2024-07-01
ASoC: cs35l56: Revert support for dual-ownership of ASP registers
Richard Fitzgerald
1
-77
/
+24
2024-06-21
ASoC: Merge up fixes
Mark Brown
1
-0
/
+4
2024-06-19
ASoC: cs35l56: Accept values greater than 0 as IRQ numbers
Simon Trimmer
1
-1
/
+1
2024-06-14
ASoC: cs35l56: Disconnect ASP1 TX sources when ASP1 DAI is hooked up
Richard Fitzgerald
1
-0
/
+4
2024-06-11
ASoC: cs35l56: Attempt to read from cirrus,speaker-id device property first
Simon Trimmer
1
-1
/
+8
2024-04-30
ASoC: Merge up fixes
Mark Brown
1
-30
/
+55
2024-04-23
ASoC: cs35l56: Avoid static analysis warning of uninitialised variable
Simon Trimmer
1
-1
/
+1
2024-04-10
ASoC: cs35l56: Include array_size.h
Richard Fitzgerald
1
-0
/
+1
2024-04-08
ASoC: cs35l56: Prevent overwriting firmware ASP config
Richard Fitzgerald
1
-21
/
+42
2024-04-08
ASoC: cs35l56: Fix unintended bus access while resetting amp
Richard Fitzgerald
1
-8
/
+12
2024-03-11
Merge tag 'asoc-v6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...
Takashi Iwai
1
-0
/
+84
2024-03-11
Merge branch 'for-next' into for-linus
Takashi Iwai
1
-2
/
+6
2024-03-08
ASoC: cs35l56: Add support for CS35L54 and CS35L57
Simon Trimmer
1
-2
/
+6
2024-02-27
ASoC: cs35l56: Prevent bad sign extension in cs35l56_read_silicon_uid()
Richard Fitzgerald
1
-2
/
+3
2024-02-23
ASoC: cs35l56: Add helper functions for amp calibration
Richard Fitzgerald
1
-0
/
+83
2024-02-19
ASoC: cs35l56: Must clear HALO_STATE before issuing SYSTEM_RESET
Richard Fitzgerald
1
-0
/
+1
2024-02-09
ASoC: cs35l56: Remove default from IRQ1_CFG register
Richard Fitzgerald
1
-1
/
+0
2024-02-01
ASoC: cs35l56: Load tunings for the correct speaker models
Richard Fitzgerald
1
-0
/
+36
2024-02-01
ASoC: cs35l56: Firmware file must match the version of preloaded firmware
Richard Fitzgerald
1
-3
/
+33
2024-02-01
ASoC: cs35l56: Fix for initializing ASP1 mixer registers
Richard Fitzgerald
1
-4
/
+3
2024-02-01
ASoC: cs35l56: Fix default SDW TX mixer registers
Richard Fitzgerald
1
-0
/
+9
2024-02-01
ASoC: cs35l56: Fix to ensure ASP1 registers match cache
Richard Fitzgerald
1
-0
/
+41
2024-02-01
ASoC: cs35l56: Remove buggy checks from cs35l56_is_fw_reload_needed()
Richard Fitzgerald
1
-11
/
+0
2023-10-06
ASoC: cs35l56: Wake transactions need to be issued twice
Simon Trimmer
1
-16
/
+35
2023-10-06
ASoC: cs35l56: Change hibernate sequence to use allow auto hibernate
Simon Trimmer
1
-10
/
+5
2023-10-04
ASoC: cs35l56: Initialise a variable to silence possible static analysis error
Simon Trimmer
1
-1
/
+1
2023-08-29
ASoC: cs35l56: Waiting for firmware to boot must be tolerant of I/O errors
Simon Trimmer
1
-14
/
+15
2023-07-23
ASoC: cs35l56: Make a common function to shutdown the DSP
Simon Trimmer
1
-0
/
+26
2023-07-23
ASoC: cs35l56: Make common function for control port wait
Simon Trimmer
1
-6
/
+10
2023-07-23
ASoC: cs35l56: Move part of cs35l56_init() to shared library
Richard Fitzgerald
1
-0
/
+79
2023-07-23
ASoC: cs35l56: Move cs_dsp init into shared library
Richard Fitzgerald
1
-2
/
+16
2023-07-23
ASoC: cs35l56: Move runtime suspend/resume to shared library
Richard Fitzgerald
1
-0
/
+118
[next]