* [PATCH] MAINTAINERS: reorder media attributes
@ 2020-04-22 14:05 Mauro Carvalho Chehab
2020-04-22 14:17 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2020-04-22 14:05 UTC (permalink / raw)
To: Linux Media Mailing List
Cc: Mauro Carvalho Chehab, Johan Jonker, Ezequiel Garcia
Some media entry attributes got out of the order after the
bug was split into 3. Also, as reported by Johan, the
Rockchip VPU entry also had their attributes at the wrong
order.
As those entries weren't merged yet upstream, let's reorder
them with:
./scripts/parse-maintainers.pl --input=MAINTAINERS --output=MAINTAINERS --order
Reported-by: Johan Jonker <jbx6244@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
MAINTAINERS | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 1c03e6a2ad27..d633a131dcd7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5125,14 +5125,14 @@ F: scripts/documentation-file-ref-check
F: scripts/kernel-doc
F: scripts/sphinx-pre-install
X: Documentation/ABI/
+X: Documentation/admin-guide/media/
X: Documentation/devicetree/
+X: Documentation/driver-api/media/
X: Documentation/firmware-guide/acpi/
X: Documentation/i2c/
-X: Documentation/admin-guide/media/
-X: Documentation/userspace-api/media/
-X: Documentation/driver-api/media/
X: Documentation/power/
X: Documentation/spi/
+X: Documentation/userspace-api/media/
DOCUMENTATION SCRIPTS
M: Mauro Carvalho Chehab <mchehab@kernel.org>
@@ -8654,9 +8654,9 @@ INTEL IPU3 CSI-2 IMGU DRIVER
M: Sakari Ailus <sakari.ailus@linux.intel.com>
L: linux-media@vger.kernel.org
S: Maintained
-F: Documentation/userspace-api/media/v4l/pixfmt-meta-intel-ipu3.rst
F: Documentation/admin-guide/media/ipu3.rst
F: Documentation/admin-guide/media/ipu3_rcb.svg
+F: Documentation/userspace-api/media/v4l/pixfmt-meta-intel-ipu3.rst
F: drivers/staging/media/ipu3/
INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
@@ -10453,8 +10453,8 @@ M: Philipp Zabel <p.zabel@pengutronix.de>
L: linux-media@vger.kernel.org
S: Maintained
T: git git://linuxtv.org/media_tree.git
-F: Documentation/devicetree/bindings/media/imx.txt
F: Documentation/admin-guide/media/imx.rst
+F: Documentation/devicetree/bindings/media/imx.txt
F: drivers/staging/media/imx/
F: include/linux/imx-media.h
F: include/media/imx.h
@@ -10464,9 +10464,9 @@ M: Rui Miguel Silva <rmfrfs@gmail.com>
L: linux-media@vger.kernel.org
S: Maintained
T: git git://linuxtv.org/media_tree.git
+F: Documentation/admin-guide/media/imx7.rst
F: Documentation/devicetree/bindings/media/imx7-csi.txt
F: Documentation/devicetree/bindings/media/imx7-mipi-csi2.txt
-F: Documentation/admin-guide/media/imx7.rst
F: drivers/staging/media/imx/imx7-media-csi.c
F: drivers/staging/media/imx/imx7-mipi-csis.c
@@ -10612,10 +10612,10 @@ S: Maintained
W: https://linuxtv.org
Q: http://patchwork.kernel.org/project/linux-media/list/
T: git git://linuxtv.org/media_tree.git
+F: Documentation/admin-guide/media/
F: Documentation/devicetree/bindings/media/
-X: Documentation/admin-guide/media/
-F: Documentation/userspace-api/media/
F: Documentation/driver-api/media/
+F: Documentation/userspace-api/media/
F: drivers/media/
F: drivers/staging/media/
F: include/linux/platform_data/media/
@@ -13962,8 +13962,8 @@ QUALCOMM CAMERA SUBSYSTEM DRIVER
M: Todor Tomov <todor.too@gmail.com>
L: linux-media@vger.kernel.org
S: Maintained
-F: Documentation/devicetree/bindings/media/qcom,camss.txt
F: Documentation/admin-guide/media/qcom_camss.rst
+F: Documentation/devicetree/bindings/media/qcom,camss.txt
F: drivers/media/platform/qcom/camss/
QUALCOMM CORE POWER REDUCTION (CPR) AVS DRIVER
@@ -14485,8 +14485,8 @@ M: Ezequiel Garcia <ezequiel@collabora.com>
L: linux-media@vger.kernel.org
L: linux-rockchip@lists.infradead.org
S: Maintained
-F: drivers/staging/media/rkvdec/
F: Documentation/devicetree/bindings/media/rockchip,vdec.yaml
+F: drivers/staging/media/rkvdec/
ROCKER DRIVER
M: Jiri Pirko <jiri@resnulli.us>
--
2.25.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] MAINTAINERS: reorder media attributes
2020-04-22 14:05 [PATCH] MAINTAINERS: reorder media attributes Mauro Carvalho Chehab
@ 2020-04-22 14:17 ` Mauro Carvalho Chehab
0 siblings, 0 replies; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2020-04-22 14:17 UTC (permalink / raw)
To: Linux Media Mailing List; +Cc: Johan Jonker, Ezequiel Garcia
Em Wed, 22 Apr 2020 16:05:01 +0200
Mauro Carvalho Chehab <mchehab+huawei@kernel.org> escreveu:
> Some media entry attributes got out of the order after the
> bug was split into 3. Also, as reported by Johan, the
> Rockchip VPU entry also had their attributes at the wrong
> order.
>
> As those entries weren't merged yet upstream, let's reorder
> them with:
>
> ./scripts/parse-maintainers.pl --input=MAINTAINERS --output=MAINTAINERS --order
>
> Reported-by: Johan Jonker <jbx6244@gmail.com>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
In time: I'm doing this just because the main media entries
have fields out of order. Updating it while not too late has
the advantage that a future eventual field reorder should not
affect the MEDIA and DOC subsystem MAINTAINERS entries.
While I appreciate patch reviews mentioning out of order fields
to developers, I don't intend myself to actively look at
MAINTAINERS field ordering, nor I intend to spend time reviewing
janitorial patches that are just reordering things there, except
a change breaks checkpatch or get_maintainers.
> ---
> MAINTAINERS | 20 ++++++++++----------
> 1 file changed, 10 insertions(+), 10 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1c03e6a2ad27..d633a131dcd7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5125,14 +5125,14 @@ F: scripts/documentation-file-ref-check
> F: scripts/kernel-doc
> F: scripts/sphinx-pre-install
> X: Documentation/ABI/
> +X: Documentation/admin-guide/media/
> X: Documentation/devicetree/
> +X: Documentation/driver-api/media/
> X: Documentation/firmware-guide/acpi/
> X: Documentation/i2c/
> -X: Documentation/admin-guide/media/
> -X: Documentation/userspace-api/media/
> -X: Documentation/driver-api/media/
> X: Documentation/power/
> X: Documentation/spi/
> +X: Documentation/userspace-api/media/
>
> DOCUMENTATION SCRIPTS
> M: Mauro Carvalho Chehab <mchehab@kernel.org>
> @@ -8654,9 +8654,9 @@ INTEL IPU3 CSI-2 IMGU DRIVER
> M: Sakari Ailus <sakari.ailus@linux.intel.com>
> L: linux-media@vger.kernel.org
> S: Maintained
> -F: Documentation/userspace-api/media/v4l/pixfmt-meta-intel-ipu3.rst
> F: Documentation/admin-guide/media/ipu3.rst
> F: Documentation/admin-guide/media/ipu3_rcb.svg
> +F: Documentation/userspace-api/media/v4l/pixfmt-meta-intel-ipu3.rst
> F: drivers/staging/media/ipu3/
>
> INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
> @@ -10453,8 +10453,8 @@ M: Philipp Zabel <p.zabel@pengutronix.de>
> L: linux-media@vger.kernel.org
> S: Maintained
> T: git git://linuxtv.org/media_tree.git
> -F: Documentation/devicetree/bindings/media/imx.txt
> F: Documentation/admin-guide/media/imx.rst
> +F: Documentation/devicetree/bindings/media/imx.txt
> F: drivers/staging/media/imx/
> F: include/linux/imx-media.h
> F: include/media/imx.h
> @@ -10464,9 +10464,9 @@ M: Rui Miguel Silva <rmfrfs@gmail.com>
> L: linux-media@vger.kernel.org
> S: Maintained
> T: git git://linuxtv.org/media_tree.git
> +F: Documentation/admin-guide/media/imx7.rst
> F: Documentation/devicetree/bindings/media/imx7-csi.txt
> F: Documentation/devicetree/bindings/media/imx7-mipi-csi2.txt
> -F: Documentation/admin-guide/media/imx7.rst
> F: drivers/staging/media/imx/imx7-media-csi.c
> F: drivers/staging/media/imx/imx7-mipi-csis.c
>
> @@ -10612,10 +10612,10 @@ S: Maintained
> W: https://linuxtv.org
> Q: http://patchwork.kernel.org/project/linux-media/list/
> T: git git://linuxtv.org/media_tree.git
> +F: Documentation/admin-guide/media/
> F: Documentation/devicetree/bindings/media/
> -X: Documentation/admin-guide/media/
> -F: Documentation/userspace-api/media/
> F: Documentation/driver-api/media/
> +F: Documentation/userspace-api/media/
> F: drivers/media/
> F: drivers/staging/media/
> F: include/linux/platform_data/media/
> @@ -13962,8 +13962,8 @@ QUALCOMM CAMERA SUBSYSTEM DRIVER
> M: Todor Tomov <todor.too@gmail.com>
> L: linux-media@vger.kernel.org
> S: Maintained
> -F: Documentation/devicetree/bindings/media/qcom,camss.txt
> F: Documentation/admin-guide/media/qcom_camss.rst
> +F: Documentation/devicetree/bindings/media/qcom,camss.txt
> F: drivers/media/platform/qcom/camss/
>
> QUALCOMM CORE POWER REDUCTION (CPR) AVS DRIVER
> @@ -14485,8 +14485,8 @@ M: Ezequiel Garcia <ezequiel@collabora.com>
> L: linux-media@vger.kernel.org
> L: linux-rockchip@lists.infradead.org
> S: Maintained
> -F: drivers/staging/media/rkvdec/
> F: Documentation/devicetree/bindings/media/rockchip,vdec.yaml
> +F: drivers/staging/media/rkvdec/
>
> ROCKER DRIVER
> M: Jiri Pirko <jiri@resnulli.us>
Thanks,
Mauro
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-04-22 14:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-22 14:05 [PATCH] MAINTAINERS: reorder media attributes Mauro Carvalho Chehab
2020-04-22 14:17 ` Mauro Carvalho Chehab
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.