[PATCH] MAINTAINERS: drop obsolete file entry in PXA2xx/PXA3xx SUPPORT

Lukas Bulwahn posted 1 patch 5 days, 17 hours ago
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
[PATCH] MAINTAINERS: drop obsolete file entry in PXA2xx/PXA3xx SUPPORT
Posted by Lukas Bulwahn 5 days, 17 hours ago
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>

Commit 42f67e1d1cba ("ASoC: pxa: integrate sound/arm/pxa2xx into
sound/soc/pxa2xx") moves all files matching sound/arm/pxa* into
sound/soc/pxa/. Hence, the file entry in referring to sound/arm/pxa* does
not match any file in the repository anymore. As the PXA2xx/PXA3xx SUPPORT
section already contains a file entry referring to sound/soc/pxa/, the
moved files are already matched by the existing file entries.

Simply drop the obsolete file entry in PXA2xx/PXA3xx SUPPORT.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index f986eb688ae4..e541617ac448 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21774,7 +21774,6 @@ F:	drivers/pinctrl/pxa/
 F:	drivers/spi/spi-pxa2xx*
 F:	drivers/usb/gadget/udc/pxa2*
 F:	include/sound/pxa2xx-lib.h
-F:	sound/arm/pxa*
 F:	sound/soc/pxa/
 
 QAT DRIVER
-- 
2.54.0
Re: [PATCH] MAINTAINERS: drop obsolete file entry in PXA2xx/PXA3xx SUPPORT
Posted by Arnd Bergmann 5 days, 17 hours ago
On Tue, May 19, 2026, at 11:07, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> Commit 42f67e1d1cba ("ASoC: pxa: integrate sound/arm/pxa2xx into
> sound/soc/pxa2xx") moves all files matching sound/arm/pxa* into
> sound/soc/pxa/. Hence, the file entry in referring to sound/arm/pxa* does
> not match any file in the repository anymore. As the PXA2xx/PXA3xx SUPPORT
> section already contains a file entry referring to sound/soc/pxa/, the
> moved files are already matched by the existing file entries.
>
> Simply drop the obsolete file entry in PXA2xx/PXA3xx SUPPORT.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>

Thanks!

Acked-by: Arnd Bergmann <arnd@arndb.de>