mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] MAINTAINERS: minor clean-up from device-tree conversions
@ 2022-03-08 11:26 Lukas Bulwahn
  2022-03-08 11:26 ` [PATCH 1/2] MAINTAINERS: refurbish MEDIATEK JPEG DRIVER section Lukas Bulwahn
  2022-03-08 11:26 ` [PATCH 2/2] MAINTAINERS: rectify entry for MEDIATEK MEDIA DRIVER Lukas Bulwahn
  0 siblings, 2 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2022-03-08 11:26 UTC (permalink / raw)
  To: Hsin-Yi Wang, Yunfei Dong, Hans Verkuil, Mauro Carvalho Chehab,
	linux-media
  Cc: Rick Chang, Bin Liu, Tiffany Lin, Andrew-CT Chen,
	Matthias Brugger, linux-arm-kernel, linux-mediatek,
	kernel-janitors, linux-kernel, Lukas Bulwahn

Hi Mauro,

please pick these two minor non-urgent clean-up patches for your media-next tree.

Best regards,

Lukas

Lukas Bulwahn (2):
  MAINTAINERS: refurbish MEDIATEK JPEG DRIVER section
  MAINTAINERS: rectify entry for MEDIATEK MEDIA DRIVER

 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.17.1


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

* [PATCH 1/2] MAINTAINERS: refurbish MEDIATEK JPEG DRIVER section
  2022-03-08 11:26 [PATCH 0/2] MAINTAINERS: minor clean-up from device-tree conversions Lukas Bulwahn
@ 2022-03-08 11:26 ` Lukas Bulwahn
  2022-03-08 11:26 ` [PATCH 2/2] MAINTAINERS: rectify entry for MEDIATEK MEDIA DRIVER Lukas Bulwahn
  1 sibling, 0 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2022-03-08 11:26 UTC (permalink / raw)
  To: Hsin-Yi Wang, Yunfei Dong, Hans Verkuil, Mauro Carvalho Chehab,
	linux-media
  Cc: Rick Chang, Bin Liu, Tiffany Lin, Andrew-CT Chen,
	Matthias Brugger, linux-arm-kernel, linux-mediatek,
	kernel-janitors, linux-kernel, Lukas Bulwahn

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>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 80e5867b2afa..fe3feca0b7c6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12337,7 +12337,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/mtk-jpeg/
 
 MEDIATEK MDP DRIVER
-- 
2.17.1


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

* [PATCH 2/2] MAINTAINERS: rectify entry for MEDIATEK MEDIA DRIVER
  2022-03-08 11:26 [PATCH 0/2] MAINTAINERS: minor clean-up from device-tree conversions Lukas Bulwahn
  2022-03-08 11:26 ` [PATCH 1/2] MAINTAINERS: refurbish MEDIATEK JPEG DRIVER section Lukas Bulwahn
@ 2022-03-08 11:26 ` Lukas Bulwahn
  1 sibling, 0 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2022-03-08 11:26 UTC (permalink / raw)
  To: Hsin-Yi Wang, Yunfei Dong, Hans Verkuil, Mauro Carvalho Chehab,
	linux-media
  Cc: Rick Chang, Bin Liu, Tiffany Lin, Andrew-CT Chen,
	Matthias Brugger, linux-arm-kernel, linux-mediatek,
	kernel-janitors, linux-kernel, Lukas Bulwahn

Commit 9cdd70ceb6fa ("media: dt-bindings: media: mtk-vcodec: Separate video
encoder and decoder dt-bindings") converts and splits mediatek-vcodec.txt
to mediatek,vcodec-{de,en}coder.yaml, but missed to adjust its reference
in MAINTAINERS.

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

Repair this file reference in MEDIATEK MEDIA DRIVER.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index fe3feca0b7c6..38cdf9aadfe4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12353,7 +12353,7 @@ MEDIATEK MEDIA DRIVER
 M:	Tiffany Lin <tiffany.lin@mediatek.com>
 M:	Andrew-CT Chen <andrew-ct.chen@mediatek.com>
 S:	Supported
-F:	Documentation/devicetree/bindings/media/mediatek-vcodec.txt
+F:	Documentation/devicetree/bindings/media/mediatek,vcodec*.yaml
 F:	Documentation/devicetree/bindings/media/mediatek-vpu.txt
 F:	drivers/media/platform/mtk-vcodec/
 F:	drivers/media/platform/mtk-vpu/
-- 
2.17.1


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

end of thread, other threads:[~2022-03-08 11:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-08 11:26 [PATCH 0/2] MAINTAINERS: minor clean-up from device-tree conversions Lukas Bulwahn
2022-03-08 11:26 ` [PATCH 1/2] MAINTAINERS: refurbish MEDIATEK JPEG DRIVER section Lukas Bulwahn
2022-03-08 11:26 ` [PATCH 2/2] MAINTAINERS: rectify entry for MEDIATEK MEDIA DRIVER Lukas Bulwahn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®