From: Mauro Carvalho Chehab <mchehab@kernel.org>
To: unlisted-recipients:; (no To-header on input)
Cc: "Mauro Carvalho Chehab" <mchehab@kernel.org>,
"Niklas Söderlund" <niklas.soderlund+renesas@ragnatech.se>,
"Alain Volmat" <alain.volmat@foss.st.com>,
"Alexandre Torgue" <alexandre.torgue@foss.st.com>,
"Dillon Min" <dillon.minfei@gmail.com>,
"Dmitriy Ulitin" <ulitin@ispras.ru>,
"Dmitry Osipenko" <digetx@gmail.com>,
"Eugen Hristev" <eugen.hristev@microchip.com>,
"Hans Verkuil" <hverkuil-cisco@xs4all.nl>,
"Hugues Fruchet" <hugues.fruchet@foss.st.com>,
"Jacopo Mondi" <jacopo@jmondi.org>,
"Jernej Skrabec" <jernej.skrabec@gmail.com>,
"Lad Prabhakar" <prabhakar.mahadev-lad.rj@bp.renesas.com>,
"Laurent Pinchart" <laurent.pinchart@ideasonboard.com>,
"Leon Romanovsky" <leon@kernel.org>,
"Maxime Coquelin" <mcoquelin.stm32@gmail.com>,
"Ming Qian" <ming.qian@nxp.com>,
"Rui Miguel Silva" <rmfrfs@gmail.com>,
"Sakari Ailus" <sakari.ailus@linux.intel.com>,
"Tomi Valkeinen" <tomi.valkeinen@ideasonboard.com>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-media@vger.kernel.org,
linux-stm32@st-md-mailman.stormreply.com
Subject: [PATCH 56/64] media: platform: rename stm32/ to sti/stm32/
Date: Mon, 14 Mar 2022 08:55:48 +0100 [thread overview]
Message-ID: <d88ba2b9771fec3a20ff48663edd0bbc3865f450.1647242579.git.mchehab@kernel.org> (raw)
In-Reply-To: <cover.1647242578.git.mchehab@kernel.org>
As the end goal is to have platform drivers split by vendor,
rename stm32/ to sti/stm32/.
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---
To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/64] at: https://lore.kernel.org/all/cover.1647242578.git.mchehab@kernel.org/
MAINTAINERS | 2 +-
drivers/media/platform/Kconfig | 2 +-
drivers/media/platform/Makefile | 2 +-
drivers/media/platform/{ => sti}/stm32/Kconfig | 0
drivers/media/platform/{ => sti}/stm32/Makefile | 0
drivers/media/platform/{ => sti}/stm32/dma2d/dma2d-hw.c | 0
drivers/media/platform/{ => sti}/stm32/dma2d/dma2d-regs.h | 0
drivers/media/platform/{ => sti}/stm32/dma2d/dma2d.c | 0
drivers/media/platform/{ => sti}/stm32/dma2d/dma2d.h | 0
drivers/media/platform/{ => sti}/stm32/stm32-dcmi.c | 0
10 files changed, 3 insertions(+), 3 deletions(-)
rename drivers/media/platform/{ => sti}/stm32/Kconfig (100%)
rename drivers/media/platform/{ => sti}/stm32/Makefile (100%)
rename drivers/media/platform/{ => sti}/stm32/dma2d/dma2d-hw.c (100%)
rename drivers/media/platform/{ => sti}/stm32/dma2d/dma2d-regs.h (100%)
rename drivers/media/platform/{ => sti}/stm32/dma2d/dma2d.c (100%)
rename drivers/media/platform/{ => sti}/stm32/dma2d/dma2d.h (100%)
rename drivers/media/platform/{ => sti}/stm32/stm32-dcmi.c (100%)
diff --git a/MAINTAINERS b/MAINTAINERS
index 7711a5ea125e..620705e0f043 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12046,7 +12046,7 @@ L: linux-media@vger.kernel.org
S: Supported
T: git git://linuxtv.org/media_tree.git
F: Documentation/devicetree/bindings/media/st,stm32-dcmi.yaml
-F: drivers/media/platform/stm32/stm32-dcmi.c
+F: drivers/media/platform/sti/stm32/stm32-dcmi.c
MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
M: Mauro Carvalho Chehab <mchehab@kernel.org>
diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig
index c61b785727a8..7321c76ec582 100644
--- a/drivers/media/platform/Kconfig
+++ b/drivers/media/platform/Kconfig
@@ -95,7 +95,7 @@ source "drivers/media/platform/samsung/s5p-g2d/Kconfig"
source "drivers/media/platform/samsung/s5p-jpeg/Kconfig"
source "drivers/media/platform/samsung/s5p-mfc/Kconfig"
source "drivers/media/platform/sti/Kconfig"
-source "drivers/media/platform/stm32/Kconfig"
+source "drivers/media/platform/sti/stm32/Kconfig"
source "drivers/media/platform/ti-vpe/Kconfig"
source "drivers/media/platform/via/Kconfig"
source "drivers/media/platform/xilinx/Kconfig"
diff --git a/drivers/media/platform/Makefile b/drivers/media/platform/Makefile
index 6a766acfbe37..e3dd2331003a 100644
--- a/drivers/media/platform/Makefile
+++ b/drivers/media/platform/Makefile
@@ -40,7 +40,7 @@ obj-y += sti/bdisp/
obj-y += sti/c8sectpfe/
obj-y += sti/delta/
obj-y += sti/hva/
-obj-y += stm32/
+obj-y += sti/stm32/
obj-y += ti-vpe/
obj-y += via/
obj-y += xilinx/
diff --git a/drivers/media/platform/stm32/Kconfig b/drivers/media/platform/sti/stm32/Kconfig
similarity index 100%
rename from drivers/media/platform/stm32/Kconfig
rename to drivers/media/platform/sti/stm32/Kconfig
diff --git a/drivers/media/platform/stm32/Makefile b/drivers/media/platform/sti/stm32/Makefile
similarity index 100%
rename from drivers/media/platform/stm32/Makefile
rename to drivers/media/platform/sti/stm32/Makefile
diff --git a/drivers/media/platform/stm32/dma2d/dma2d-hw.c b/drivers/media/platform/sti/stm32/dma2d/dma2d-hw.c
similarity index 100%
rename from drivers/media/platform/stm32/dma2d/dma2d-hw.c
rename to drivers/media/platform/sti/stm32/dma2d/dma2d-hw.c
diff --git a/drivers/media/platform/stm32/dma2d/dma2d-regs.h b/drivers/media/platform/sti/stm32/dma2d/dma2d-regs.h
similarity index 100%
rename from drivers/media/platform/stm32/dma2d/dma2d-regs.h
rename to drivers/media/platform/sti/stm32/dma2d/dma2d-regs.h
diff --git a/drivers/media/platform/stm32/dma2d/dma2d.c b/drivers/media/platform/sti/stm32/dma2d/dma2d.c
similarity index 100%
rename from drivers/media/platform/stm32/dma2d/dma2d.c
rename to drivers/media/platform/sti/stm32/dma2d/dma2d.c
diff --git a/drivers/media/platform/stm32/dma2d/dma2d.h b/drivers/media/platform/sti/stm32/dma2d/dma2d.h
similarity index 100%
rename from drivers/media/platform/stm32/dma2d/dma2d.h
rename to drivers/media/platform/sti/stm32/dma2d/dma2d.h
diff --git a/drivers/media/platform/stm32/stm32-dcmi.c b/drivers/media/platform/sti/stm32/stm32-dcmi.c
similarity index 100%
rename from drivers/media/platform/stm32/stm32-dcmi.c
rename to drivers/media/platform/sti/stm32/stm32-dcmi.c
--
2.35.1
next prev parent reply other threads:[~2022-03-14 8:00 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-14 7:54 [PATCH 00/64] media: Kconfig/Makefile reorg Mauro Carvalho Chehab
2022-03-14 7:54 ` [PATCH 01/64] media: xc2028: rename the driver from tuner-xc2028 Mauro Carvalho Chehab
2022-03-14 7:54 ` [PATCH 02/64] media: Makefiles: remove extra spaces Mauro Carvalho Chehab
2022-03-14 7:54 ` [PATCH 03/64] media: Makefiles: sort entries where it fits Mauro Carvalho Chehab
2022-03-14 7:54 ` [PATCH 04/64] media: platform: Makefile: reorganize its contents Mauro Carvalho Chehab
2022-03-14 7:54 ` [PATCH 05/64] media: platform: move platform menu dependencies to drivers Mauro Carvalho Chehab
2022-03-14 7:54 ` [PATCH 06/64] media: platform: place Aspeed driver on a separate dir Mauro Carvalho Chehab
2022-03-14 7:54 ` [PATCH 07/64] media: platform: place NXP drivers " Mauro Carvalho Chehab
2022-03-22 11:30 ` Philipp Zabel
2022-03-14 7:55 ` [PATCH 08/64] media: platform: place Intel " Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 09/64] media: platform: place Via " Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 10/64] media: platform: place Renesas " Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 11/64] media: platform: allegro-dvt: move config to its own file Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 12/64] media: platform: amphion: " Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 13/64] media: platform: coda: " Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 14/64] media: platform: exynos-gsc: " Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 15/64] media: platform: ge2d: " Mauro Carvalho Chehab
2022-03-14 7:58 ` Neil Armstrong
2022-03-14 7:55 ` [PATCH 16/64] media: platform: mtk-jpeg: " Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 17/64] media: platform: mtk-mdp: " Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 18/64] media: platform: mtk-vcodec: " Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 19/64] media: platform: mtk-vpu: " Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 20/64] media: platform: omap3isp: " Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 21/64] media: platform: camss: " Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 22/64] media: platform: venus: " Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 23/64] media: platform: rga: " Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 24/64] media: platform: s3c-camif: " Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 25/64] media: platform: s5p-g2d: " Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 26/64] media: platform: hva: " Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 27/64] media: platform: stm32: " Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 28/64] media: platform: sun8i-di: " Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 29/64] media: platform: sun8i-rotate: " Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 30/64] media: platform: vde: " Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 31/64] media: platform: ti-vpe: " Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 32/64] media: platform: rkisp1: " Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 33/64] media: platform: delta: " Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 34/64] media: platform: bdisp: " Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 35/64] media: platform: s5p-mfc: " Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 36/64] media: platform: s5p-jpeg: " Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 37/64] media: platform: Kconfig: sort entries Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 38/64] media: platform: move some manufacturer entries Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 39/64] media: platform: Kconfig: place platform drivers on a submenu Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 40/64] media: platform: rename coda/ to chips-media/ Mauro Carvalho Chehab
2022-03-22 11:29 ` Philipp Zabel
2022-03-14 7:55 ` [PATCH 41/64] media: platform: rename marvell-ccic/ to marvell/ Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 42/64] media: platform: rename meson/ge2d/ to amlogic/meson-ge2d/ Mauro Carvalho Chehab
2022-03-14 7:59 ` Neil Armstrong
2022-03-14 7:55 ` [PATCH 43/64] media: platform: rename mtk-jpeg/ to mediatek/mtk-jpeg/ Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 44/64] media: platform: rename mtk-mdp/ to mediatek/mtk-mdp/ Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 45/64] media: platform: rename mtk-vcodec/ to mediatek/mtk-vcodec/ Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 46/64] media: platform: rename mtk-vpu/ to mediatek/mtk-vpu/ Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 47/64] media: platform: rename sunxi/ to allwinner/ Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 48/64] media: platform: rename tegra/vde/ to nvidia/tegra-vde/ Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 49/64] media: platform: rename amphion/ to nxp/amphion/ Mauro Carvalho Chehab
2022-03-14 11:29 ` Fabio Estevam
2022-03-14 12:04 ` Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 50/64] media: platform: rename exynos4-is/ to samsung/exynos4-is/ Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 51/64] media: platform: rename exynos-gsc/ to samsung/exynos-gsc/ Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 52/64] media: platform: rename s3c-camif/ to samsung/s3c-camif/ Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 53/64] media: platform: rename s5p-g2d/ to samsung/s5p-g2d/ Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 54/64] media: platform: rename s5p-jpeg/ to samsung/s5p-jpeg/ Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 55/64] media: platform: rename s5p-mfc/ to samsung/s5p-mfc/ Mauro Carvalho Chehab
2022-03-14 7:55 ` Mauro Carvalho Chehab [this message]
2022-03-14 7:55 ` [PATCH 57/64] media: platform: rename am437x/ to ti/am437x/ Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 58/64] media: platform: rename davinci/ to ti/davinci/ Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 59/64] media: platform: rename omap3isp/ to ti/omap3isp/ Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 60/64] media: platform: rename omap/ to ti/omap/ Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 61/64] media: platform: rename ti-vpe/ to ti/vpe/ Mauro Carvalho Chehab
2022-03-14 9:53 ` Pratyush Yadav
2022-03-14 10:05 ` Laurent Pinchart
2022-03-14 7:55 ` [PATCH 62/64] media: platform: Create vendor/{Makefile,Kconfig} files Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 63/64] media: platform/*/Kconfig: make manufacturer menus more uniform Mauro Carvalho Chehab
2022-03-14 7:55 ` [PATCH 64/64] media: Kconfig: cleanup VIDEO_DEV dependencies Mauro Carvalho Chehab
2022-03-14 8:01 ` Neil Armstrong
2022-03-18 20:59 ` Shuah Khan
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=d88ba2b9771fec3a20ff48663edd0bbc3865f450.1647242579.git.mchehab@kernel.org \
--to=mchehab@kernel.org \
--cc=alain.volmat@foss.st.com \
--cc=alexandre.torgue@foss.st.com \
--cc=digetx@gmail.com \
--cc=dillon.minfei@gmail.com \
--cc=eugen.hristev@microchip.com \
--cc=hugues.fruchet@foss.st.com \
--cc=hverkuil-cisco@xs4all.nl \
--cc=jacopo@jmondi.org \
--cc=jernej.skrabec@gmail.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=leon@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=ming.qian@nxp.com \
--cc=niklas.soderlund+renesas@ragnatech.se \
--cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
--cc=rmfrfs@gmail.com \
--cc=sakari.ailus@linux.intel.com \
--cc=tomi.valkeinen@ideasonboard.com \
--cc=ulitin@ispras.ru \
/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
Powered by JetHome