diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2022-03-08 14:26:29 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-05-13 12:02:17 +0300 |
commit | 8551ed70dda9fb9e1c4d0ef98c2fa69c24fe4f60 (patch) | |
tree | 22b23180b07799f472df904d70813351cab87ae8 /MAINTAINERS | |
parent | 969be493f5065c78cb0fae8f9413a9f1a291aaae (diff) | |
download | linux-8551ed70dda9fb9e1c4d0ef98c2fa69c24fe4f60.tar.xz |
media: MAINTAINERS: refurbish MEDIATEK JPEG DRIVER section
Commit a16ce2f33732 ("media: dt-bindings: mediatek: convert mtk jpeg
decoder/encoder to yaml") converts mediatek-jpeg-decoder.txt to yaml, but
missed to adjust its reference in MAINTAINERS.
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.
While touching this section, generalize the file entry to also cover the
encoder yaml devicetree, as the driver directory also includes the encoder.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a31f10946245..8c114be6cbba 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12375,7 +12375,7 @@ MEDIATEK JPEG DRIVER M: Rick Chang <rick.chang@mediatek.com> M: Bin Liu <bin.liu@mediatek.com> S: Supported -F: Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt +F: Documentation/devicetree/bindings/media/mediatek-jpeg-*.yaml F: drivers/media/platform/mediatek/jpeg/ MEDIATEK MDP DRIVER |