]> git.baikalelectronics.ru Git - kernel.git/commit
MAINTAINERS: rectify entries for ARM DRM DRIVERS after dt conversion
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Wed, 1 Jun 2022 04:17:46 +0000 (06:17 +0200)
committerRob Herring <robh@kernel.org>
Mon, 6 Jun 2022 17:18:17 +0000 (12:18 -0500)
commit2b1c07f41bc3db68c4a239aa2425acf42f252c29
tree818b68e70d4e83117f4a86e95585c9c149196b4c
parent6646cf7e8680d21e0ca6e42c2c0761b5bf454260
MAINTAINERS: rectify entries for ARM DRM DRIVERS after dt conversion

The three commits:

  9ec20227caae ("dt-bindings: display: convert Arm HDLCD to DT schema")
  554d05e9f6c5 ("dt-bindings: display: convert Arm Komeda to DT schema")
  43bfdb3d8183 ("dt-bindings: display: convert Arm Mali-DP to DT schema")

convert the arm display dt-bindings, arm,*.txt to arm,*.yaml, but miss to
adjust its reference in MAINTAINERS.

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

Repair these file references in ARM HDLCD DRM DRIVER, ARM KOMEDA DRM-KMS
DRIVER and ARM MALI-DP DRM DRIVER.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220601041746.22986-1-lukas.bulwahn@gmail.com
MAINTAINERS