Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH v2 0/8] firmware: cirrus: cs_dsp: Add long-offset WMDR blocks
@ 2025-12-31 17:27 Richard Fitzgerald
  2025-12-31 17:27 ` [PATCH v2 1/8] firmware: cs_dsp: Handle long-offset data blocks Richard Fitzgerald
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Richard Fitzgerald @ 2025-12-31 17:27 UTC (permalink / raw)
  To: broonie; +Cc: linux-sound, linux-kernel, patches

Version 3 of the WMDR file format introduces a new block type that has a
32-bit address offset.

The first patch of this series adds the support to the cs_dsp driver.

The rest of the series is adding KUnit tests for this.

Changes in V2:
- Fixed inconsistent commit title prefix on patch #8.

Richard Fitzgerald (8):
  firmware: cs_dsp: Handle long-offset data blocks
  firmware: cs_dsp: test_bin: Run test cases with v3 file format
  firmware: cs_dsp: test_bin: Make patch function a test parameter
  firmware: cs_dsp: mock_bin: Pass offset32 to
    cs_dsp_mock_bin_add_raw_block()
  firmware: cs_dsp: mock_bin: Add function to create long-offset patches
  firmware: cs_dsp: test: Increase size of XM and YM on Halo Core
  firmware: cs_dsp: test_bin: Run test cases on long-offset blocks
  firmware: cs_dsp: test_bin: Add tests for offsets > 0xffff

 drivers/firmware/cirrus/cs_dsp.c              |   19 +-
 .../firmware/cirrus/test/cs_dsp_mock_bin.c    |   38 +-
 .../cirrus/test/cs_dsp_mock_mem_maps.c        |    8 +-
 .../firmware/cirrus/test/cs_dsp_mock_regmap.c |   16 +-
 .../firmware/cirrus/test/cs_dsp_test_bin.c    | 1017 +++++++++++------
 .../cirrus/test/cs_dsp_test_bin_error.c       |   14 +-
 .../linux/firmware/cirrus/cs_dsp_test_utils.h |    6 +-
 include/linux/firmware/cirrus/wmfw.h          |    7 +-
 8 files changed, 731 insertions(+), 394 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2026-01-06 19:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-31 17:27 [PATCH v2 0/8] firmware: cirrus: cs_dsp: Add long-offset WMDR blocks Richard Fitzgerald
2025-12-31 17:27 ` [PATCH v2 1/8] firmware: cs_dsp: Handle long-offset data blocks Richard Fitzgerald
2025-12-31 17:27 ` [PATCH v2 2/8] firmware: cs_dsp: test_bin: Run test cases with v3 file format Richard Fitzgerald
2025-12-31 17:27 ` [PATCH v2 3/8] firmware: cs_dsp: test_bin: Make patch function a test parameter Richard Fitzgerald
2025-12-31 17:27 ` [PATCH v2 4/8] firmware: cs_dsp: mock_bin: Pass offset32 to cs_dsp_mock_bin_add_raw_block() Richard Fitzgerald
2025-12-31 17:27 ` [PATCH v2 5/8] firmware: cs_dsp: mock_bin: Add function to create long-offset patches Richard Fitzgerald
2025-12-31 17:27 ` [PATCH v2 6/8] firmware: cs_dsp: test: Increase size of XM and YM on Halo Core Richard Fitzgerald
2025-12-31 17:27 ` [PATCH v2 7/8] firmware: cs_dsp: test_bin: Run test cases on long-offset blocks Richard Fitzgerald
2025-12-31 17:27 ` [PATCH v2 8/8] firmware: cs_dsp: test_bin: Add tests for offsets > 0xffff Richard Fitzgerald
2026-01-06 19:42 ` [PATCH v2 0/8] firmware: cirrus: cs_dsp: Add long-offset WMDR blocks Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox