media: platform: rename s5p-mfc/ to samsung/s5p-mfc/
authorMauro Carvalho Chehab <mchehab@kernel.org>
Sun, 13 Mar 2022 10:18:18 +0000 (11:18 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 18 Mar 2022 04:58:34 +0000 (05:58 +0100)
commit43ecec16c4face9a59e81771e7cbff4671c62117
treeca6f40fedfd661743ee9819d2fe861770d656a91
parentf4104b7851a8d8b9a70899dcbecdb393eb16cd8a
media: platform: rename s5p-mfc/ to samsung/s5p-mfc/

As the end goal is to have platform drivers split by vendor,
rename s5p-mfc/ to samsung/s5p-mfc/.

Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
69 files changed:
MAINTAINERS
drivers/media/platform/Kconfig
drivers/media/platform/Makefile
drivers/media/platform/s5p-mfc/Kconfig [deleted file]
drivers/media/platform/s5p-mfc/Makefile [deleted file]
drivers/media/platform/s5p-mfc/regs-mfc-v10.h [deleted file]
drivers/media/platform/s5p-mfc/regs-mfc-v6.h [deleted file]
drivers/media/platform/s5p-mfc/regs-mfc-v7.h [deleted file]
drivers/media/platform/s5p-mfc/regs-mfc-v8.h [deleted file]
drivers/media/platform/s5p-mfc/regs-mfc.h [deleted file]
drivers/media/platform/s5p-mfc/s5p_mfc.c [deleted file]
drivers/media/platform/s5p-mfc/s5p_mfc_cmd.c [deleted file]
drivers/media/platform/s5p-mfc/s5p_mfc_cmd.h [deleted file]
drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c [deleted file]
drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.h [deleted file]
drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c [deleted file]
drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.h [deleted file]
drivers/media/platform/s5p-mfc/s5p_mfc_common.h [deleted file]
drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c [deleted file]
drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.h [deleted file]
drivers/media/platform/s5p-mfc/s5p_mfc_debug.h [deleted file]
drivers/media/platform/s5p-mfc/s5p_mfc_dec.c [deleted file]
drivers/media/platform/s5p-mfc/s5p_mfc_dec.h [deleted file]
drivers/media/platform/s5p-mfc/s5p_mfc_enc.c [deleted file]
drivers/media/platform/s5p-mfc/s5p_mfc_enc.h [deleted file]
drivers/media/platform/s5p-mfc/s5p_mfc_intr.c [deleted file]
drivers/media/platform/s5p-mfc/s5p_mfc_intr.h [deleted file]
drivers/media/platform/s5p-mfc/s5p_mfc_iommu.h [deleted file]
drivers/media/platform/s5p-mfc/s5p_mfc_opr.c [deleted file]
drivers/media/platform/s5p-mfc/s5p_mfc_opr.h [deleted file]
drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c [deleted file]
drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.h [deleted file]
drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c [deleted file]
drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.h [deleted file]
drivers/media/platform/s5p-mfc/s5p_mfc_pm.c [deleted file]
drivers/media/platform/s5p-mfc/s5p_mfc_pm.h [deleted file]
drivers/media/platform/samsung/s5p-mfc/Kconfig [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/Makefile [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/regs-mfc-v10.h [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/regs-mfc-v6.h [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/regs-mfc-v7.h [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/regs-mfc-v8.h [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/regs-mfc.h [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd.c [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd.h [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd_v5.c [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd_v5.h [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd_v6.c [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd_v6.h [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_common.h [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_ctrl.c [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_ctrl.h [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_debug.h [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.h [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.h [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_intr.c [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_intr.h [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_iommu.h [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr.c [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr.h [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.h [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.h [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_pm.c [new file with mode: 0644]
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_pm.h [new file with mode: 0644]