Commit 2023a998 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

media: platform: rename mediatek/mtk-jpeg/ to mediatek/jpeg/

As the end goal is to have platform drivers split by vendor,
rename mediatek/mtk-jpeg/ to mediatek/jpeg/.
Requested-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent 6cdc31b2
...@@ -12130,7 +12130,7 @@ M: Rick Chang <rick.chang@mediatek.com> ...@@ -12130,7 +12130,7 @@ M: Rick Chang <rick.chang@mediatek.com>
M: Bin Liu <bin.liu@mediatek.com> M: Bin Liu <bin.liu@mediatek.com>
S: Supported S: Supported
F: Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt F: Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt
F: drivers/media/platform/mediatek/mtk-jpeg/ F: drivers/media/platform/mediatek/jpeg/
MEDIATEK MDP DRIVER MEDIATEK MDP DRIVER
M: Minghsiu Tsai <minghsiu.tsai@mediatek.com> M: Minghsiu Tsai <minghsiu.tsai@mediatek.com>
...@@ -12138,8 +12138,8 @@ M: Houlong Wei <houlong.wei@mediatek.com> ...@@ -12138,8 +12138,8 @@ M: Houlong Wei <houlong.wei@mediatek.com>
M: Andrew-CT Chen <andrew-ct.chen@mediatek.com> M: Andrew-CT Chen <andrew-ct.chen@mediatek.com>
S: Supported S: Supported
F: Documentation/devicetree/bindings/media/mediatek-mdp.txt F: Documentation/devicetree/bindings/media/mediatek-mdp.txt
F: drivers/media/platform/mediatek/mtk-mdp/ F: drivers/media/platform/mediatek/mdp/
F: drivers/media/platform/mediatek/mtk-vpu/ F: drivers/media/platform/mediatek/vpu/
MEDIATEK MEDIA DRIVER MEDIATEK MEDIA DRIVER
M: Tiffany Lin <tiffany.lin@mediatek.com> M: Tiffany Lin <tiffany.lin@mediatek.com>
...@@ -12147,8 +12147,8 @@ M: Andrew-CT Chen <andrew-ct.chen@mediatek.com> ...@@ -12147,8 +12147,8 @@ M: Andrew-CT Chen <andrew-ct.chen@mediatek.com>
S: Supported S: Supported
F: Documentation/devicetree/bindings/media/mediatek-vcodec.txt F: Documentation/devicetree/bindings/media/mediatek-vcodec.txt
F: Documentation/devicetree/bindings/media/mediatek-vpu.txt F: Documentation/devicetree/bindings/media/mediatek-vpu.txt
F: drivers/media/platform/mediatek/mtk-vcodec/ F: drivers/media/platform/mediatek/vcodec/
F: drivers/media/platform/mediatek/mtk-vpu/ F: drivers/media/platform/mediatek/vpu/
MEDIATEK MMC/SD/SDIO DRIVER MEDIATEK MMC/SD/SDIO DRIVER
M: Chaotian Jing <chaotian.jing@mediatek.com> M: Chaotian Jing <chaotian.jing@mediatek.com>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
comment "Mediatek media platform drivers" comment "Mediatek media platform drivers"
source "drivers/media/platform/mediatek/mtk-jpeg/Kconfig" source "drivers/media/platform/mediatek/jpeg/Kconfig"
source "drivers/media/platform/mediatek/mtk-mdp/Kconfig" source "drivers/media/platform/mediatek/mdp/Kconfig"
source "drivers/media/platform/mediatek/mtk-vcodec/Kconfig" source "drivers/media/platform/mediatek/vcodec/Kconfig"
source "drivers/media/platform/mediatek/mtk-vpu/Kconfig" source "drivers/media/platform/mediatek/vpu/Kconfig"
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
obj-y += mtk-jpeg/ obj-y += jpeg/
obj-y += mtk-mdp/ obj-y += mdp/
obj-y += mtk-vcodec/ obj-y += vcodec/
obj-y += mtk-vpu/ obj-y += vpu/
...@@ -7,4 +7,4 @@ mtk-mdp-y += mtk_mdp_vpu.o ...@@ -7,4 +7,4 @@ mtk-mdp-y += mtk_mdp_vpu.o
obj-$(CONFIG_VIDEO_MEDIATEK_MDP) += mtk-mdp.o obj-$(CONFIG_VIDEO_MEDIATEK_MDP) += mtk-mdp.o
ccflags-y += -I$(srctree)/drivers/media/platform/mediatek/mtk-vpu ccflags-y += -I$(srctree)/drivers/media/platform/mediatek/vpu
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include <linux/remoteproc.h> #include <linux/remoteproc.h>
#include <linux/remoteproc/mtk_scp.h> #include <linux/remoteproc/mtk_scp.h>
#include "../mtk-vpu/mtk_vpu.h" #include "../vpu/mtk_vpu.h"
struct mtk_vcodec_dev; struct mtk_vcodec_dev;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment