linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: linux-kernel@vger.kernel.org
Cc: Ezequiel Garcia <ezequiel@collabora.com>,
	linux-media@vger.kernel.org,
	Hans Verkuil <hverkuil-cisco@xs4all.nl>,
	Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Subject: Bad file pattern in MAINTAINERS section 'ROCKCHIP VPU CODEC DRIVER'
Date: Mon, 25 Mar 2019 14:27:46 -0700	[thread overview]
Message-ID: <20190325212747.27463-1-joe@perches.com> (raw)
In-Reply-To: <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com>

A file pattern line in this section of the MAINTAINERS file in linux-next
does not have a match in the linux source files.

This could occur because a matching filename was never added, was deleted
or renamed in some other commit.

The commits that added and if found renamed or removed the file pattern
are shown below.

Please fix this defect appropriately.

1: ---------------------------------------------------------------------------

linux-next MAINTAINERS section:

	13312	ROCKCHIP VPU CODEC DRIVER
	13313	M:	Ezequiel Garcia <ezequiel@collabora.com>
	13314	L:	linux-media@vger.kernel.org
	13315	S:	Maintained
-->	13316	F:	drivers/staging/media/platform/rockchip/vpu/
	13317	F:	Documentation/devicetree/bindings/media/rockchip-vpu.txt

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'drivers/staging/media/platform/rockchip/vpu/':

commit 775fec69008d30ed5e4ce9fa7701c5591e424c87
Author: Ezequiel Garcia <ezequiel@collabora.com>
Date:   Wed Dec 5 11:09:52 2018 -0500

    media: add Rockchip VPU JPEG encoder driver
    
    Add a mem2mem driver for the VPU available on Rockchip SoCs.
    Currently only JPEG encoding is supported, for RK3399 and RK3288
    platforms.
    
    Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
    Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
    [hverkuil-cisco@xs4all.nl: fix checkpatch.pl alignment warning]
    Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>

 MAINTAINERS                                        |   7 +
 drivers/staging/media/Kconfig                      |   2 +
 drivers/staging/media/Makefile                     |   1 +
 drivers/staging/media/rockchip/vpu/Kconfig         |  13 +
 drivers/staging/media/rockchip/vpu/Makefile        |  10 +
 drivers/staging/media/rockchip/vpu/TODO            |  13 +
 drivers/staging/media/rockchip/vpu/rk3288_vpu_hw.c | 118 ++++
 .../media/rockchip/vpu/rk3288_vpu_hw_jpeg_enc.c    | 130 ++++
 .../staging/media/rockchip/vpu/rk3288_vpu_regs.h   | 442 ++++++++++++++
 drivers/staging/media/rockchip/vpu/rk3399_vpu_hw.c | 118 ++++
 .../media/rockchip/vpu/rk3399_vpu_hw_jpeg_enc.c    | 164 +++++
 .../staging/media/rockchip/vpu/rk3399_vpu_regs.h   | 600 ++++++++++++++++++
 drivers/staging/media/rockchip/vpu/rockchip_vpu.h  | 232 +++++++
 .../media/rockchip/vpu/rockchip_vpu_common.h       |  29 +
 .../staging/media/rockchip/vpu/rockchip_vpu_drv.c  | 537 ++++++++++++++++
 .../staging/media/rockchip/vpu/rockchip_vpu_enc.c  | 676 +++++++++++++++++++++
 .../staging/media/rockchip/vpu/rockchip_vpu_hw.h   |  58 ++
 .../staging/media/rockchip/vpu/rockchip_vpu_jpeg.c | 290 +++++++++
 .../staging/media/rockchip/vpu/rockchip_vpu_jpeg.h |  14 +
 19 files changed, 3454 insertions(+)

3: ---------------------------------------------------------------------------

No commit with file pattern 'drivers/staging/media/platform/rockchip/vpu/' was found

       reply	other threads:[~2019-03-25 21:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com>
2019-03-25 21:27 ` Joe Perches [this message]
2019-03-25 21:28 ` Bad file pattern in MAINTAINERS section 'SOC-CAMERA V4L2 SUBSYSTEM' Joe Perches
2019-03-25 21:28 ` Joe Perches
2019-08-13  6:03 ` [PATCH] MAINTAINERS: hantro: Fix typo in a filepath Denis Efremov
2019-08-13  6:16 ` [PATCH] MAINTAINERS: Remove zoran driver Denis Efremov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190325212747.27463-1-joe@perches.com \
    --to=joe@perches.com \
    --cc=ezequiel@collabora.com \
    --cc=hverkuil-cisco@xs4all.nl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab+samsung@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).