linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Bad file pattern in MAINTAINERS section 'ROCKCHIP VPU CODEC DRIVER'
       [not found] <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com>
@ 2019-03-25 21:27 ` Joe Perches
  2019-03-25 21:28 ` Bad file pattern in MAINTAINERS section 'SOC-CAMERA V4L2 SUBSYSTEM' Joe Perches
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: Joe Perches @ 2019-03-25 21:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: Ezequiel Garcia, linux-media, Hans Verkuil, Mauro Carvalho Chehab

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

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

* Bad file pattern in MAINTAINERS section 'SOC-CAMERA V4L2 SUBSYSTEM'
       [not found] <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com>
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'ROCKCHIP VPU CODEC DRIVER' Joe Perches
@ 2019-03-25 21:28 ` Joe Perches
  2019-03-25 21:28 ` Joe Perches
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: Joe Perches @ 2019-03-25 21:28 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-media, Mauro Carvalho Chehab, Sakari Ailus, Hans Verkuil,
	Mauro Carvalho Chehab

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:

	14342	SOC-CAMERA V4L2 SUBSYSTEM
	14343	L:	linux-media@vger.kernel.org
	14344	T:	git git://linuxtv.org/media_tree.git
	14345	S:	Orphan
	14346	F:	include/media/soc*
-->	14347	F:	drivers/media/i2c/soc_camera/
	14348	F:	drivers/media/platform/soc_camera/

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

The most recent commit that added or modified file pattern 'drivers/media/i2c/soc_camera/':

commit 90d72ac6e1c3c65233a13816770fb85c8831bff2
Author: Mauro Carvalho Chehab <mchehab@redhat.com>
Date:   Sat Sep 15 17:59:42 2012 -0300

    MAINTAINERS: fix the path for the media drivers that got renamed
    
    Due to the media tree path renaming, several drivers change their
    location. Update MAINTAINERS accordingly.
    
    Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

 MAINTAINERS | 43 +++++++++++++++++++++----------------------
 1 file changed, 21 insertions(+), 22 deletions(-)

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

The last commit with a real presence of file pattern 'drivers/media/i2c/soc_camera/':

commit 280de94a651945905cb8337626c40025e4cea56d
Author: Sakari Ailus <sakari.ailus@linux.intel.com>
Date:   Thu Feb 7 08:43:47 2019 -0500

    media: soc_camera: Move to the staging tree
    
    The SoC camera framework has no functional drivers left, something that
    has not changed for years. Move the leftovers to the staging tree.
    
    Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
    Acked-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
    Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>

 drivers/media/i2c/Kconfig                                         | 8 --------
 drivers/media/i2c/Makefile                                        | 1 -
 drivers/media/platform/Kconfig                                    | 1 -
 drivers/media/platform/Makefile                                   | 2 --
 drivers/media/platform/soc_camera/Kconfig                         | 8 --------
 drivers/media/platform/soc_camera/Makefile                        | 1 -
 drivers/staging/media/Kconfig                                     | 2 ++
 drivers/staging/media/Makefile                                    | 1 +
 drivers/{media/i2c => staging/media}/soc_camera/Kconfig           | 8 ++++++++
 drivers/{media/i2c => staging/media}/soc_camera/Makefile          | 1 +
 drivers/{media/platform => staging/media}/soc_camera/soc_camera.c | 0
 .../{media/platform => staging/media}/soc_camera/soc_mediabus.c   | 0
 drivers/{media/i2c => staging/media}/soc_camera/soc_mt9v022.c     | 0
 drivers/{media/i2c => staging/media}/soc_camera/soc_ov5642.c      | 0
 drivers/{media/i2c => staging/media}/soc_camera/soc_ov9740.c      | 0
 15 files changed, 12 insertions(+), 21 deletions(-)

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

* Bad file pattern in MAINTAINERS section 'SOC-CAMERA V4L2 SUBSYSTEM'
       [not found] <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com>
  2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'ROCKCHIP VPU CODEC DRIVER' Joe Perches
  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
  4 siblings, 0 replies; 5+ messages in thread
From: Joe Perches @ 2019-03-25 21:28 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-media, Mauro Carvalho Chehab, Christoph Hellwig,
	Greg Kroah-Hartman

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:

	14342	SOC-CAMERA V4L2 SUBSYSTEM
	14343	L:	linux-media@vger.kernel.org
	14344	T:	git git://linuxtv.org/media_tree.git
	14345	S:	Orphan
	14346	F:	include/media/soc*
	14347	F:	drivers/media/i2c/soc_camera/
-->	14348	F:	drivers/media/platform/soc_camera/

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

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

commit 90d72ac6e1c3c65233a13816770fb85c8831bff2
Author: Mauro Carvalho Chehab <mchehab@redhat.com>
Date:   Sat Sep 15 17:59:42 2012 -0300

    MAINTAINERS: fix the path for the media drivers that got renamed
    
    Due to the media tree path renaming, several drivers change their
    location. Update MAINTAINERS accordingly.
    
    Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

 MAINTAINERS | 43 +++++++++++++++++++++----------------------
 1 file changed, 21 insertions(+), 22 deletions(-)

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

The last commit with a real presence of file pattern 'drivers/media/platform/soc_camera/':

commit 82c5de0ab8dbd6035223ad69e76bd8a88a0a9399
Author: Christoph Hellwig <hch@lst.de>
Date:   Tue Dec 25 13:29:54 2018 +0100

    dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag
    
    All users of dma_declare_coherent want their allocations to be
    exclusive, so default to exclusive allocations.
    
    Signed-off-by: Christoph Hellwig <hch@lst.de>
    Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

 Documentation/DMA-API.txt                          |  9 +-------
 arch/arm/mach-imx/mach-imx27_visstrim_m10.c        | 12 ++++-------
 arch/arm/mach-imx/mach-mx31moboard.c               |  3 +--
 arch/sh/boards/mach-ap325rxa/setup.c               |  5 ++---
 arch/sh/boards/mach-ecovec24/setup.c               |  6 ++----
 arch/sh/boards/mach-kfr2r09/setup.c                |  5 ++---
 arch/sh/boards/mach-migor/setup.c                  |  5 ++---
 arch/sh/boards/mach-se/7724/setup.c                |  6 ++----
 arch/sh/drivers/pci/fixups-dreamcast.c             |  3 +--
 .../platform/soc_camera/sh_mobile_ceu_camera.c     |  3 +--
 drivers/usb/host/ohci-sm501.c                      |  3 +--
 drivers/usb/host/ohci-tmio.c                       |  2 +-
 include/linux/dma-mapping.h                        |  7 ++----
 kernel/dma/coherent.c                              | 25 ++++++----------------
 14 files changed, 29 insertions(+), 65 deletions(-)

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

* [PATCH] MAINTAINERS: hantro: Fix typo in a filepath
       [not found] <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com>
                   ` (2 preceding siblings ...)
  2019-03-25 21:28 ` Joe Perches
@ 2019-08-13  6:03 ` Denis Efremov
  2019-08-13  6:16 ` [PATCH] MAINTAINERS: Remove zoran driver Denis Efremov
  4 siblings, 0 replies; 5+ messages in thread
From: Denis Efremov @ 2019-08-13  6:03 UTC (permalink / raw)
  To: linux-kernel
  Cc: Denis Efremov, joe, Ezequiel Garcia, Philipp Zabel, linux-media

Fix typo (s/platform//) in the directory path.

Cc: Ezequiel Garcia <ezequiel@collabora.com>
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Cc: linux-media@vger.kernel.org
Fixes: a29add8c9bb2 ("media: rockchip/vpu: rename from rockchip to hantro")
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index f31b852acdf3..2764e0872ebd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13755,7 +13755,7 @@ HANTRO VPU CODEC DRIVER
 M:	Ezequiel Garcia <ezequiel@collabora.com>
 L:	linux-media@vger.kernel.org
 S:	Maintained
-F:	drivers/staging/media/platform/hantro/
+F:	drivers/staging/media/hantro/
 F:	Documentation/devicetree/bindings/media/rockchip-vpu.txt
 
 ROCKER DRIVER
-- 
2.21.0


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

* [PATCH] MAINTAINERS: Remove zoran driver
       [not found] <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com>
                   ` (3 preceding siblings ...)
  2019-08-13  6:03 ` [PATCH] MAINTAINERS: hantro: Fix typo in a filepath Denis Efremov
@ 2019-08-13  6:16 ` Denis Efremov
  4 siblings, 0 replies; 5+ messages in thread
From: Denis Efremov @ 2019-08-13  6:16 UTC (permalink / raw)
  To: linux-kernel
  Cc: Denis Efremov, joe, Mauro Carvalho Chehab, Hans Verkuil, linux-media

Cleanup MAINTAINERS from zoran record since the driver was removed.

Cc: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Cc: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Cc: linux-media@vger.kernel.org
Fixes: 8dce4b265a53 ("media: zoran: remove deprecated driver")
Signed-off-by: Denis Efremov <efremov@linux.com>
---
 MAINTAINERS | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2548dd1efb2d..2ea3f82e256b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17794,14 +17794,6 @@ S:	Maintained
 F:	mm/zpool.c
 F:	include/linux/zpool.h
 
-ZR36067 VIDEO FOR LINUX DRIVER
-L:	mjpeg-users@lists.sourceforge.net
-L:	linux-media@vger.kernel.org
-W:	http://mjpeg.sourceforge.net/driver-zoran/
-T:	hg https://linuxtv.org/hg/v4l-dvb
-S:	Odd Fixes
-F:	drivers/staging/media/zoran/
-
 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
 M:	Minchan Kim <minchan@kernel.org>
 M:	Nitin Gupta <ngupta@vflare.org>
-- 
2.21.0


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

end of thread, other threads:[~2019-08-13  6:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com>
2019-03-25 21:27 ` Bad file pattern in MAINTAINERS section 'ROCKCHIP VPU CODEC DRIVER' Joe Perches
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

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).