Commit 9bd9e0de1cf5 ("mfd: hi6421-spmi-pmic: move driver from staging")
moves the last driver out of ./drivers/staging/hikey9xx/ and removes that
directory, but missed to adjust the HISILICON STAGING DRIVERS FOR HIKEY
960/970 section in MAINTAINERS.
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
warning: no file matches F: drivers/staging/hikey9xx/
As the directory ./drivers/staging/hikey9xx/ is gone, remove the section
HISILICON STAGING DRIVERS FOR HIKEY 960/970 in MAINTAINERS as well.
Signed-off-by: Lukas Bulwahn <[email protected]>
---
applies cleanly on next-20210726
Mauro, please ack.
Greg, please pick this patch into your staging-next tree.
MAINTAINERS | 5 -----
1 file changed, 5 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 0f548b498eb0..2eb730101689 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8453,11 +8453,6 @@ S: Maintained
F: Documentation/devicetree/bindings/mfd/hisilicon,hi6421-spmi-pmic.yaml
F: drivers/mfd/hi6421-spmi-pmic.c
-HISILICON STAGING DRIVERS FOR HIKEY 960/970
-M: Mauro Carvalho Chehab <[email protected]>
-S: Maintained
-F: drivers/staging/hikey9xx/
-
HISILICON TRUE RANDOM NUMBER GENERATOR V2 SUPPORT
M: Zaibo Xu <[email protected]>
S: Maintained
--
2.17.1
Em Tue, 27 Jul 2021 11:31:54 +0200
Lukas Bulwahn <[email protected]> escreveu:
> Commit 9bd9e0de1cf5 ("mfd: hi6421-spmi-pmic: move driver from staging")
> moves the last driver out of ./drivers/staging/hikey9xx/ and removes that
> directory, but missed to adjust the HISILICON STAGING DRIVERS FOR HIKEY
> 960/970 section in MAINTAINERS.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
>
> warning: no file matches F: drivers/staging/hikey9xx/
>
> As the directory ./drivers/staging/hikey9xx/ is gone, remove the section
> HISILICON STAGING DRIVERS FOR HIKEY 960/970 in MAINTAINERS as well.
>
> Signed-off-by: Lukas Bulwahn <[email protected]>
> ---
> applies cleanly on next-20210726
>
> Mauro, please ack.
>
> Greg, please pick this patch into your staging-next tree.
Acked-by: Mauro Carvalho Chehab <[email protected]>
>
> MAINTAINERS | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0f548b498eb0..2eb730101689 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8453,11 +8453,6 @@ S: Maintained
> F: Documentation/devicetree/bindings/mfd/hisilicon,hi6421-spmi-pmic.yaml
> F: drivers/mfd/hi6421-spmi-pmic.c
>
> -HISILICON STAGING DRIVERS FOR HIKEY 960/970
> -M: Mauro Carvalho Chehab <[email protected]>
> -S: Maintained
> -F: drivers/staging/hikey9xx/
> -
> HISILICON TRUE RANDOM NUMBER GENERATOR V2 SUPPORT
> M: Zaibo Xu <[email protected]>
> S: Maintained
Thanks,
Mauro