2024-05-07 14:53:23

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: repair file entry in AIROHA SPI SNFI DRIVER

From: Lukas Bulwahn <[email protected]>

Commit a403997c1201 ("spi: airoha: add SPI-NAND Flash controller driver")
adds a new section AIROHA SPI SNFI DRIVER referring to the file
spi-airoha.c. The commit however adds the file spi-airoha-snfi.c.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.

Repair this file entry in the AIROHA SPI SNFI DRIVER section.

Signed-off-by: Lukas Bulwahn <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index ca79616a4836..2fe4506f9fe8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -689,7 +689,7 @@ L: [email protected] (moderated for non-subscribers)
L: [email protected]
S: Maintained
F: Documentation/devicetree/bindings/spi/airoha,en7581-snand.yaml
-F: drivers/spi/spi-airoha.c
+F: drivers/spi/spi-airoha-snfi.c

AIRSPY MEDIA DRIVER
L: [email protected]
--
2.44.0



2024-05-07 15:04:01

by Lorenzo Bianconi

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: repair file entry in AIROHA SPI SNFI DRIVER

On May 07, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <[email protected]>
>
> Commit a403997c1201 ("spi: airoha: add SPI-NAND Flash controller driver")
> adds a new section AIROHA SPI SNFI DRIVER referring to the file
> spi-airoha.c. The commit however adds the file spi-airoha-snfi.c.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
>
> Repair this file entry in the AIROHA SPI SNFI DRIVER section.

Acked-by: Lorenzo Bianconi <[email protected]>

>
> Signed-off-by: Lukas Bulwahn <[email protected]>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ca79616a4836..2fe4506f9fe8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -689,7 +689,7 @@ L: [email protected] (moderated for non-subscribers)
> L: [email protected]
> S: Maintained
> F: Documentation/devicetree/bindings/spi/airoha,en7581-snand.yaml
> -F: drivers/spi/spi-airoha.c
> +F: drivers/spi/spi-airoha-snfi.c
>
> AIRSPY MEDIA DRIVER
> L: [email protected]
> --
> 2.44.0
>


Attachments:
(No filename) (1.14 kB)
signature.asc (235.00 B)
Download all attachments

2024-05-08 02:39:33

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: repair file entry in AIROHA SPI SNFI DRIVER

On Tue, 07 May 2024 16:14:49 +0200, Lukas Bulwahn wrote:
> Commit a403997c1201 ("spi: airoha: add SPI-NAND Flash controller driver")
> adds a new section AIROHA SPI SNFI DRIVER referring to the file
> spi-airoha.c. The commit however adds the file spi-airoha-snfi.c.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
>
> [...]

Applied to

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

Thanks!

[1/1] MAINTAINERS: repair file entry in AIROHA SPI SNFI DRIVER
commit: eab80a2ee46bb362e2c4434cf0da96d3a6bda544

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