Kernel-Janitors Archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: repair file entry in AIROHA SPI SNFI DRIVER
@ 2024-05-07 14:14 Lukas Bulwahn
  2024-05-07 15:03 ` Lorenzo Bianconi
  2024-05-08  2:39 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2024-05-07 14:14 UTC (permalink / raw
  To: Lorenzo Bianconi, Ray Liu, Mark Brown, linux-arm-kernel,
	linux-spi
  Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

From: Lukas Bulwahn <lukas.bulwahn@redhat.com>

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 <lukas.bulwahn@redhat.com>
---
 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:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 L:	linux-spi@vger.kernel.org
 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:	linux-media@vger.kernel.org
-- 
2.44.0


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

* Re: [PATCH] MAINTAINERS: repair file entry in AIROHA SPI SNFI DRIVER
  2024-05-07 14:14 [PATCH] MAINTAINERS: repair file entry in AIROHA SPI SNFI DRIVER Lukas Bulwahn
@ 2024-05-07 15:03 ` Lorenzo Bianconi
  2024-05-08  2:39 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Lorenzo Bianconi @ 2024-05-07 15:03 UTC (permalink / raw
  To: Lukas Bulwahn
  Cc: Ray Liu, Mark Brown, linux-arm-kernel, linux-spi, kernel-janitors,
	linux-kernel, Lukas Bulwahn

[-- Attachment #1: Type: text/plain, Size: 1168 bytes --]

On May 07, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> 
> 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 <lorenzo@kernel.org>

> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> ---
>  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:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  L:	linux-spi@vger.kernel.org
>  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:	linux-media@vger.kernel.org
> -- 
> 2.44.0
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH] MAINTAINERS: repair file entry in AIROHA SPI SNFI DRIVER
  2024-05-07 14:14 [PATCH] MAINTAINERS: repair file entry in AIROHA SPI SNFI DRIVER Lukas Bulwahn
  2024-05-07 15:03 ` Lorenzo Bianconi
@ 2024-05-08  2:39 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2024-05-08  2:39 UTC (permalink / raw
  To: Lorenzo Bianconi, Ray Liu, linux-arm-kernel, linux-spi,
	Lukas Bulwahn
  Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

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


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

end of thread, other threads:[~2024-05-08  2:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-07 14:14 [PATCH] MAINTAINERS: repair file entry in AIROHA SPI SNFI DRIVER Lukas Bulwahn
2024-05-07 15:03 ` Lorenzo Bianconi
2024-05-08  2:39 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).