[PATCH] MAINTAINERS: ASoC: Simplify references to Cirrus Logic include files

Richard Fitzgerald posted 1 patch 9 months, 2 weeks ago
MAINTAINERS | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
[PATCH] MAINTAINERS: ASoC: Simplify references to Cirrus Logic include files
Posted by Richard Fitzgerald 9 months, 2 weeks ago
Change the references to Cirrus Logic files under include/sound to be a
wildcard of all cs* and use X: to exclude the three cs* files that are not
related to ASoC.

This means that new Cirrus Logic files added to include/sound will be
picked up automatically as an ASoC file without any changes to MAINTAINERS.
New files are most likely to be for ASoC drivers now.

It's also easier to manage than ranges of wildcarding for different sets of
files.

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
---
 MAINTAINERS | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index ee4b262c82ab..6e1237af6ed4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22664,10 +22664,10 @@ T:	git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
 F:	Documentation/devicetree/bindings/sound/
 F:	Documentation/sound/soc/
 F:	include/dt-bindings/sound/
-F:	include/sound/cs-amp-lib.h
-F:	include/sound/cs35l*
-F:	include/sound/cs4271.h
-F:	include/sound/cs42l*
+F:	include/sound/cs*
+X:	include/sound/cs4231-regs.h
+X:	include/sound/cs8403.h
+X:	include/sound/cs8427.h
 F:	include/sound/madera-pdata.h
 F:	include/sound/soc*
 F:	include/sound/sof.h
-- 
2.43.0
Re: [PATCH] MAINTAINERS: ASoC: Simplify references to Cirrus Logic include files
Posted by Mark Brown 9 months, 2 weeks ago
On Wed, 23 Apr 2025 20:27:13 +0100, Richard Fitzgerald wrote:
> Change the references to Cirrus Logic files under include/sound to be a
> wildcard of all cs* and use X: to exclude the three cs* files that are not
> related to ASoC.
> 
> This means that new Cirrus Logic files added to include/sound will be
> picked up automatically as an ASoC file without any changes to MAINTAINERS.
> New files are most likely to be for ASoC drivers now.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] MAINTAINERS: ASoC: Simplify references to Cirrus Logic include files
      commit: cce73cf7cc56a04cf0dd1e1f93b4002c00751ebe

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark