forked from Minki/linux
media: platform: place stm32/ and sti/ under st/ dir
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>
This commit is contained in:
parent
43ecec16c4
commit
e7b8153e2a
10
MAINTAINERS
10
MAINTAINERS
@ -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>
|
||||
|
@ -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"
|
||||
|
@ -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/
|
||||
|
5
drivers/media/platform/st/sti/Kconfig
Normal file
5
drivers/media/platform/st/sti/Kconfig
Normal file
@ -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"
|
@ -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"
|
Loading…
Reference in New Issue
Block a user