diff mbox series

[v2] MAINTAINERS: update ALLWINNER CPUFREQ DRIVER entry

Message ID 20200304212600.6172-1-lukas.bulwahn@gmail.com (mailing list archive)
State Not Applicable, archived
Headers show
Series [v2] MAINTAINERS: update ALLWINNER CPUFREQ DRIVER entry | expand

Commit Message

Lukas Bulwahn March 4, 2020, 9:26 p.m. UTC
Commit b30d8cf5e171 ("dt-bindings: opp: Convert Allwinner H6 OPP to a
schema") converted in Documentation/devicetree/bindings/opp/ the file
sun50i-nvmem-cpufreq.txt to allwinner,sun50i-h6-operating-points.yaml.

Since then, ./scripts/get_maintainer.pl --self-test complains:

  warning: no file matches \
  F: Documentation/devicetree/bindings/opp/sun50i-nvmem-cpufreq.txt

Adjust the file pattern in the ALLWINNER CPUFREQ DRIVER entry.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Changes to v1:
  - do not include new maintainers because it is not needed.

Maxime, Chen-Yu, Yangtao, please ack.
Rob, please pick this patch.

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rob Herring (Arm) March 4, 2020, 10:20 p.m. UTC | #1
On Wed, Mar 4, 2020 at 3:26 PM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:
>
> Commit b30d8cf5e171 ("dt-bindings: opp: Convert Allwinner H6 OPP to a
> schema") converted in Documentation/devicetree/bindings/opp/ the file
> sun50i-nvmem-cpufreq.txt to allwinner,sun50i-h6-operating-points.yaml.
>
> Since then, ./scripts/get_maintainer.pl --self-test complains:
>
>   warning: no file matches \
>   F: Documentation/devicetree/bindings/opp/sun50i-nvmem-cpufreq.txt
>
> Adjust the file pattern in the ALLWINNER CPUFREQ DRIVER entry.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Changes to v1:
>   - do not include new maintainers because it is not needed.
>
> Maxime, Chen-Yu, Yangtao, please ack.
> Rob, please pick this patch.

Applied.

Rob
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 6158a143a13e..9402b05630f9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -693,7 +693,7 @@  ALLWINNER CPUFREQ DRIVER
 M:	Yangtao Li <tiny.windzz@gmail.com>
 L:	linux-pm@vger.kernel.org
 S:	Maintained
-F:	Documentation/devicetree/bindings/opp/sun50i-nvmem-cpufreq.txt
+F:	Documentation/devicetree/bindings/opp/allwinner,sun50i-h6-operating-points.yaml
 F:	drivers/cpufreq/sun50i-cpufreq-nvmem.c
 
 ALLWINNER CRYPTO DRIVERS