All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] ASoC: wm_adsp: Some improvements to firmware file search
@ 2026-03-10 14:18 Richard Fitzgerald
  2026-03-10 14:18 ` [PATCH 01/10] ASoC: wm_adsp: Remove unused argument to wm_adsp_release_firmware_files() Richard Fitzgerald
                   ` (11 more replies)
  0 siblings, 12 replies; 20+ messages in thread
From: Richard Fitzgerald @ 2026-03-10 14:18 UTC (permalink / raw)
  To: broonie; +Cc: linux-sound, linux-kernel, patches

This series makes some improvements to the code that searches for firmware
files.

Patch 1 is a trivial patch to remove an unused function argument, before
   adding any new code that uses this API.

Patches 2..4 add KUnit testing to prove that the subsequent changes don't
   break anything.

The remaining patches remove duplicated code and clean up some of the
implementation.

Richard Fitzgerald (10):
  ASoC: wm_adsp: Remove unused argument to
    wm_adsp_release_firmware_files()
  ASoC: wm_adsp: Add KUnit redirection stubs for firmware file search
  ASoC: wm_adsp: Export function for KUnit test to get firmware
    filenames
  ASoC: wm_adsp: Add kunit test for firmware file search
  ASoC: wm_adsp: Remove duplicated code to find firmware file
  ASoC: wm_adsp: Use consistent error checks in
    wm_adsp_request_firmware_files()
  ASoC: wm_adsp: Convert '/' to '-' when normalizing firmware filenames
  ASoC: wm_adsp: Add KUnit test cases for '/' in firmware filenames
  ASoC: wm_adsp: Use a struct to pass around firmware struct and
    filename
  ASoC: wm_adsp: Combine some similar code in firmware file search

 sound/soc/codecs/Kconfig                |   14 +-
 sound/soc/codecs/Makefile               |    2 +
 sound/soc/codecs/wm_adsp.c              |  234 +++--
 sound/soc/codecs/wm_adsp.h              |   19 +
 sound/soc/codecs/wm_adsp_fw_find_test.c | 1221 +++++++++++++++++++++++
 5 files changed, 1383 insertions(+), 107 deletions(-)
 create mode 100644 sound/soc/codecs/wm_adsp_fw_find_test.c

-- 
2.47.3


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

end of thread, other threads:[~2026-03-18 11:15 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-10 14:18 [PATCH 00/10] ASoC: wm_adsp: Some improvements to firmware file search Richard Fitzgerald
2026-03-10 14:18 ` [PATCH 01/10] ASoC: wm_adsp: Remove unused argument to wm_adsp_release_firmware_files() Richard Fitzgerald
2026-03-10 14:18 ` [PATCH 02/10] ASoC: wm_adsp: Add KUnit redirection stubs for firmware file search Richard Fitzgerald
2026-03-10 14:18 ` [PATCH 03/10] ASoC: wm_adsp: Export function for KUnit test to get firmware filenames Richard Fitzgerald
2026-03-10 14:18 ` [PATCH 04/10] ASoC: wm_adsp: Add kunit test for firmware file search Richard Fitzgerald
2026-03-10 14:18 ` [PATCH 05/10] ASoC: wm_adsp: Remove duplicated code to find firmware file Richard Fitzgerald
2026-03-10 14:18 ` [PATCH 06/10] ASoC: wm_adsp: Use consistent error checks in wm_adsp_request_firmware_files() Richard Fitzgerald
2026-03-10 14:18 ` [PATCH 07/10] ASoC: wm_adsp: Convert '/' to '-' when normalizing firmware filenames Richard Fitzgerald
2026-03-10 14:18 ` [PATCH 08/10] ASoC: wm_adsp: Add KUnit test cases for '/' in " Richard Fitzgerald
2026-03-10 14:18 ` [PATCH 09/10] ASoC: wm_adsp: Use a struct to pass around firmware struct and filename Richard Fitzgerald
2026-03-10 14:18 ` [PATCH 10/10] ASoC: wm_adsp: Combine some similar code in firmware file search Richard Fitzgerald
2026-03-12 17:34 ` [PATCH 00/10] ASoC: wm_adsp: Some improvements to " Mark Brown
2026-03-13 14:58 ` Mark Brown
2026-03-17 15:37   ` Mark Brown
2026-03-17 15:52     ` Charles Keepax
2026-03-17 17:47       ` Charles Keepax
2026-03-17 18:11         ` Mark Brown
2026-03-18  9:31           ` Charles Keepax
2026-03-18 10:27             ` Charles Keepax
2026-03-18 11:15               ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.