media: platform: place stm32/ and sti/ under st/ dir
authorMauro Carvalho Chehab <mchehab@kernel.org>
Mon, 14 Mar 2022 11:43:10 +0000 (12:43 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 18 Mar 2022 04:58:34 +0000 (05:58 +0100)
As the end goal is to have platform drivers split by vendor,
move both stm32/ and sti/ for them to be inside st/ directory.

Acked-by: Hugues Fruchet <hugues.fruchet@st.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
55 files changed:
MAINTAINERS
drivers/media/platform/Kconfig
drivers/media/platform/Makefile
drivers/media/platform/st/sti/Kconfig [new file with mode: 0644]
drivers/media/platform/st/sti/bdisp/Kconfig [moved from drivers/media/platform/sti/bdisp/Kconfig with 100% similarity]
drivers/media/platform/st/sti/bdisp/Makefile [moved from drivers/media/platform/sti/bdisp/Makefile with 100% similarity]
drivers/media/platform/st/sti/bdisp/bdisp-debug.c [moved from drivers/media/platform/sti/bdisp/bdisp-debug.c with 100% similarity]
drivers/media/platform/st/sti/bdisp/bdisp-filter.h [moved from drivers/media/platform/sti/bdisp/bdisp-filter.h with 100% similarity]
drivers/media/platform/st/sti/bdisp/bdisp-hw.c [moved from drivers/media/platform/sti/bdisp/bdisp-hw.c with 100% similarity]
drivers/media/platform/st/sti/bdisp/bdisp-reg.h [moved from drivers/media/platform/sti/bdisp/bdisp-reg.h with 100% similarity]
drivers/media/platform/st/sti/bdisp/bdisp-v4l2.c [moved from drivers/media/platform/sti/bdisp/bdisp-v4l2.c with 100% similarity]
drivers/media/platform/st/sti/bdisp/bdisp.h [moved from drivers/media/platform/sti/bdisp/bdisp.h with 100% similarity]
drivers/media/platform/st/sti/c8sectpfe/Kconfig [moved from drivers/media/platform/sti/c8sectpfe/Kconfig with 100% similarity]
drivers/media/platform/st/sti/c8sectpfe/Makefile [moved from drivers/media/platform/sti/c8sectpfe/Makefile with 100% similarity]
drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-common.c [moved from drivers/media/platform/sti/c8sectpfe/c8sectpfe-common.c with 100% similarity]
drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-common.h [moved from drivers/media/platform/sti/c8sectpfe/c8sectpfe-common.h with 100% similarity]
drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c [moved from drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c with 100% similarity]
drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.h [moved from drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.h with 100% similarity]
drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-debugfs.c [moved from drivers/media/platform/sti/c8sectpfe/c8sectpfe-debugfs.c with 100% similarity]
drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-debugfs.h [moved from drivers/media/platform/sti/c8sectpfe/c8sectpfe-debugfs.h with 100% similarity]
drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-dvb.c [moved from drivers/media/platform/sti/c8sectpfe/c8sectpfe-dvb.c with 100% similarity]
drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-dvb.h [moved from drivers/media/platform/sti/c8sectpfe/c8sectpfe-dvb.h with 100% similarity]
drivers/media/platform/st/sti/delta/Kconfig [moved from drivers/media/platform/sti/delta/Kconfig with 100% similarity]
drivers/media/platform/st/sti/delta/Makefile [moved from drivers/media/platform/sti/delta/Makefile with 100% similarity]
drivers/media/platform/st/sti/delta/delta-cfg.h [moved from drivers/media/platform/sti/delta/delta-cfg.h with 100% similarity]
drivers/media/platform/st/sti/delta/delta-debug.c [moved from drivers/media/platform/sti/delta/delta-debug.c with 100% similarity]
drivers/media/platform/st/sti/delta/delta-debug.h [moved from drivers/media/platform/sti/delta/delta-debug.h with 100% similarity]
drivers/media/platform/st/sti/delta/delta-ipc.c [moved from drivers/media/platform/sti/delta/delta-ipc.c with 100% similarity]
drivers/media/platform/st/sti/delta/delta-ipc.h [moved from drivers/media/platform/sti/delta/delta-ipc.h with 100% similarity]
drivers/media/platform/st/sti/delta/delta-mem.c [moved from drivers/media/platform/sti/delta/delta-mem.c with 100% similarity]
drivers/media/platform/st/sti/delta/delta-mem.h [moved from drivers/media/platform/sti/delta/delta-mem.h with 100% similarity]
drivers/media/platform/st/sti/delta/delta-mjpeg-dec.c [moved from drivers/media/platform/sti/delta/delta-mjpeg-dec.c with 100% similarity]
drivers/media/platform/st/sti/delta/delta-mjpeg-fw.h [moved from drivers/media/platform/sti/delta/delta-mjpeg-fw.h with 100% similarity]
drivers/media/platform/st/sti/delta/delta-mjpeg-hdr.c [moved from drivers/media/platform/sti/delta/delta-mjpeg-hdr.c with 100% similarity]
drivers/media/platform/st/sti/delta/delta-mjpeg.h [moved from drivers/media/platform/sti/delta/delta-mjpeg.h with 100% similarity]
drivers/media/platform/st/sti/delta/delta-v4l2.c [moved from drivers/media/platform/sti/delta/delta-v4l2.c with 100% similarity]
drivers/media/platform/st/sti/delta/delta.h [moved from drivers/media/platform/sti/delta/delta.h with 100% similarity]
drivers/media/platform/st/sti/hva/Kconfig [moved from drivers/media/platform/sti/hva/Kconfig with 100% similarity]
drivers/media/platform/st/sti/hva/Makefile [moved from drivers/media/platform/sti/hva/Makefile with 100% similarity]
drivers/media/platform/st/sti/hva/hva-debugfs.c [moved from drivers/media/platform/sti/hva/hva-debugfs.c with 100% similarity]
drivers/media/platform/st/sti/hva/hva-h264.c [moved from drivers/media/platform/sti/hva/hva-h264.c with 100% similarity]
drivers/media/platform/st/sti/hva/hva-hw.c [moved from drivers/media/platform/sti/hva/hva-hw.c with 100% similarity]
drivers/media/platform/st/sti/hva/hva-hw.h [moved from drivers/media/platform/sti/hva/hva-hw.h with 100% similarity]
drivers/media/platform/st/sti/hva/hva-mem.c [moved from drivers/media/platform/sti/hva/hva-mem.c with 100% similarity]
drivers/media/platform/st/sti/hva/hva-mem.h [moved from drivers/media/platform/sti/hva/hva-mem.h with 100% similarity]
drivers/media/platform/st/sti/hva/hva-v4l2.c [moved from drivers/media/platform/sti/hva/hva-v4l2.c with 100% similarity]
drivers/media/platform/st/sti/hva/hva.h [moved from drivers/media/platform/sti/hva/hva.h with 100% similarity]
drivers/media/platform/st/stm32/Kconfig [moved from drivers/media/platform/stm32/Kconfig with 100% similarity]
drivers/media/platform/st/stm32/Makefile [moved from drivers/media/platform/stm32/Makefile with 100% similarity]
drivers/media/platform/st/stm32/dma2d/dma2d-hw.c [moved from drivers/media/platform/stm32/dma2d/dma2d-hw.c with 100% similarity]
drivers/media/platform/st/stm32/dma2d/dma2d-regs.h [moved from drivers/media/platform/stm32/dma2d/dma2d-regs.h with 100% similarity]
drivers/media/platform/st/stm32/dma2d/dma2d.c [moved from drivers/media/platform/stm32/dma2d/dma2d.c with 100% similarity]
drivers/media/platform/st/stm32/dma2d/dma2d.h [moved from drivers/media/platform/stm32/dma2d/dma2d.h with 100% similarity]
drivers/media/platform/st/stm32/stm32-dcmi.c [moved from drivers/media/platform/stm32/stm32-dcmi.c with 100% similarity]
drivers/media/platform/sti/Kconfig [deleted file]

index 84c2fd4..fd97d0e 100644 (file)
@@ -2710,7 +2710,7 @@ F:        drivers/clocksource/clksrc_st_lpc.c
 F:     drivers/cpufreq/sti-cpufreq.c
 F:     drivers/dma/st_fdma*
 F:     drivers/i2c/busses/i2c-st.c
-F:     drivers/media/platform/sti/c8sectpfe/
+F:     drivers/media/platform/st/sti/c8sectpfe/
 F:     drivers/media/rc/st_rc.c
 F:     drivers/mmc/host/sdhci-st.c
 F:     drivers/phy/st/phy-miphy28lp.c
@@ -3383,7 +3383,7 @@ L:        linux-media@vger.kernel.org
 S:     Supported
 W:     https://linuxtv.org
 T:     git git://linuxtv.org/media_tree.git
-F:     drivers/media/platform/sti/bdisp
+F:     drivers/media/platform/st/sti/bdisp
 
 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
 M:     Dariusz Marcinkiewicz <reksio@newterm.pl>
@@ -5482,7 +5482,7 @@ L:        linux-media@vger.kernel.org
 S:     Supported
 W:     https://linuxtv.org
 T:     git git://linuxtv.org/media_tree.git
-F:     drivers/media/platform/sti/delta
+F:     drivers/media/platform/st/sti/delta
 
 DELTA AHE-50DC FAN CONTROL MODULE DRIVER
 M:     Zev Weiss <zev@bewilderbeest.net>
@@ -8870,7 +8870,7 @@ L:        linux-media@vger.kernel.org
 S:     Supported
 W:     https://linuxtv.org
 T:     git git://linuxtv.org/media_tree.git
-F:     drivers/media/platform/sti/hva
+F:     drivers/media/platform/st/sti/hva
 
 HWPOISON MEMORY FAILURE HANDLING
 M:     Naoya Horiguchi <naoya.horiguchi@nec.com>
@@ -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/st/stm32/stm32-dcmi.c
 
 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
 M:     Mauro Carvalho Chehab <mchehab@kernel.org>
index c95a8b2..f149967 100644 (file)
@@ -93,9 +93,9 @@ source "drivers/media/platform/samsung/s3c-camif/Kconfig"
 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/sunxi/Kconfig"
+source "drivers/media/platform/st/sti/Kconfig"
+source "drivers/media/platform/st/stm32/Kconfig"
 source "drivers/media/platform/ti-vpe/Kconfig"
 source "drivers/media/platform/via/Kconfig"
 source "drivers/media/platform/xilinx/Kconfig"
index 65bc673..8b90e23 100644 (file)
@@ -35,12 +35,12 @@ obj-y += samsung/s3c-camif/
 obj-y += samsung/s5p-g2d/
 obj-y += samsung/s5p-jpeg/
 obj-y += samsung/s5p-mfc/
-obj-y += sti/bdisp/
-obj-y += sti/c8sectpfe/
-obj-y += sti/delta/
-obj-y += sti/hva/
-obj-y += stm32/
 obj-y += sunxi/
+obj-y += st/sti/bdisp/
+obj-y += st/sti/c8sectpfe/
+obj-y += st/sti/delta/
+obj-y += st/sti/hva/
+obj-y += st/stm32/
 obj-y += ti-vpe/
 obj-y += via/
 obj-y += xilinx/
diff --git a/drivers/media/platform/st/sti/Kconfig b/drivers/media/platform/st/sti/Kconfig
new file mode 100644 (file)
index 0000000..60068e8
--- /dev/null
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-only
+source "drivers/media/platform/st/sti/bdisp/Kconfig"
+source "drivers/media/platform/st/sti/c8sectpfe/Kconfig"
+source "drivers/media/platform/st/sti/delta/Kconfig"
+source "drivers/media/platform/st/sti/hva/Kconfig"
diff --git a/drivers/media/platform/sti/Kconfig b/drivers/media/platform/sti/Kconfig
deleted file mode 100644 (file)
index 9fb5e78..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0-only
-source "drivers/media/platform/sti/bdisp/Kconfig"
-source "drivers/media/platform/sti/c8sectpfe/Kconfig"
-source "drivers/media/platform/sti/delta/Kconfig"
-source "drivers/media/platform/sti/hva/Kconfig"