[PATCH v2 0/4] ASoC: renesas: enable COMPILE_TEST
Kuninori Morimoto <[email protected]> Mon, 3 Aug 2026 01:55:06 +0000
| Newsgroups | gmane.linux.sound |
|---|---|
| Message-ID | <[email protected]> |
Hi Mark, Geert
This v2 patch-set enable COMPILE_TEST for SuperH or SH-Mobile devices.
Because they have complex dependency, and/or no defconfig select them,
we can't compile them by all{yes/mod}config (= COMPILE_TEST).
So it is easy to be overlooked for compile test and/or ASoC updating.
Let's enable COMPILE_TEST for them when SuperH or SH-Mobile case.
Here, I guess ssi.c (for SuperH) have not been used during this 20 years.
It makes maintenance difficult. We can easy to get back by using git.
Let's remove it.
v1 -> v2
- back depends on I2C for MIGOR [1/4]
- to avoid compile test on ARM/ARM64, replace
- ARCH_RENESAS
+ ARCH_SHMOBILE
Link: https://lore.kernel.org/r/[email protected]
Kuninori Morimoto (4):
ASoC: renesas: enable COMPILE_TEST for Migo-R / SIU
ASoC: renesas: enable COMPILE_TEST for PCM SH7760
ASoC: renesas: enable COMPILE_TEST for AC97 SH7760
ASoC: renesas: remove ssi.c
sound/soc/renesas/Kconfig | 17 +-
sound/soc/renesas/Makefile | 2 -
sound/soc/renesas/hac.c | 2 -
sound/soc/renesas/migor.c | 2 -
sound/soc/renesas/ssi.c | 403 -------------------------------------
5 files changed, 7 insertions(+), 419 deletions(-)
delete mode 100644 sound/soc/renesas/ssi.c
--
2.53.0