Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+22 -22
+1 -1
MAINTAINERS
··· 2641 2641 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 2642 2642 L: linux-media@vger.kernel.org 2643 2643 S: Maintained 2644 - F: drivers/media/platform/s5p-mfc/ 2644 + F: drivers/media/platform/samsung/s5p-mfc/ 2645 2645 2646 2646 ARM/SHMOBILE ARM ARCHITECTURE 2647 2647 M: Geert Uytterhoeven <geert+renesas@glider.be>
+1 -1
drivers/media/platform/Kconfig
··· 87 87 source "drivers/media/platform/qcom/Kconfig" 88 88 source "drivers/media/platform/renesas/Kconfig" 89 89 source "drivers/media/platform/rockchip/Kconfig" 90 - source "drivers/media/platform/s5p-mfc/Kconfig" 91 90 source "drivers/media/platform/samsung/exynos-gsc/Kconfig" 92 91 source "drivers/media/platform/samsung/exynos4-is/Kconfig" 93 92 source "drivers/media/platform/samsung/s3c-camif/Kconfig" 94 93 source "drivers/media/platform/samsung/s5p-g2d/Kconfig" 95 94 source "drivers/media/platform/samsung/s5p-jpeg/Kconfig" 95 + source "drivers/media/platform/samsung/s5p-mfc/Kconfig" 96 96 source "drivers/media/platform/sti/Kconfig" 97 97 source "drivers/media/platform/stm32/Kconfig" 98 98 source "drivers/media/platform/sunxi/Kconfig"
+1 -1
drivers/media/platform/Makefile
··· 29 29 obj-y += renesas/ 30 30 obj-y += rockchip/rga/ 31 31 obj-y += rockchip/rkisp1/ 32 - obj-y += s5p-mfc/ 33 32 obj-y += samsung/exynos-gsc/ 34 33 obj-y += samsung/exynos4-is/ 35 34 obj-y += samsung/s3c-camif/ 36 35 obj-y += samsung/s5p-g2d/ 37 36 obj-y += samsung/s5p-jpeg/ 37 + obj-y += samsung/s5p-mfc/ 38 38 obj-y += sti/bdisp/ 39 39 obj-y += sti/c8sectpfe/ 40 40 obj-y += sti/delta/
drivers/media/platform/s5p-mfc/Kconfig drivers/media/platform/samsung/s5p-mfc/Kconfig
drivers/media/platform/s5p-mfc/Makefile drivers/media/platform/samsung/s5p-mfc/Makefile
drivers/media/platform/s5p-mfc/regs-mfc-v10.h drivers/media/platform/samsung/s5p-mfc/regs-mfc-v10.h
drivers/media/platform/s5p-mfc/regs-mfc-v6.h drivers/media/platform/samsung/s5p-mfc/regs-mfc-v6.h
drivers/media/platform/s5p-mfc/regs-mfc-v7.h drivers/media/platform/samsung/s5p-mfc/regs-mfc-v7.h
drivers/media/platform/s5p-mfc/regs-mfc-v8.h drivers/media/platform/samsung/s5p-mfc/regs-mfc-v8.h
drivers/media/platform/s5p-mfc/regs-mfc.h drivers/media/platform/samsung/s5p-mfc/regs-mfc.h
drivers/media/platform/s5p-mfc/s5p_mfc.c drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
+1 -1
drivers/media/platform/s5p-mfc/s5p_mfc_cmd.c drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 2 /* 3 - * linux/drivers/media/platform/s5p-mfc/s5p_mfc_cmd.c 3 + * linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd.c 4 4 * 5 5 * Copyright (C) 2012 Samsung Electronics Co., Ltd. 6 6 * http://www.samsung.com/
+1 -1
drivers/media/platform/s5p-mfc/s5p_mfc_cmd.h drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 2 /* 3 - * linux/drivers/media/platform/s5p-mfc/s5p_mfc_cmd.h 3 + * linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd.h 4 4 * 5 5 * Copyright (C) 2012 Samsung Electronics Co., Ltd. 6 6 * http://www.samsung.com/
+1 -1
drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd_v5.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 2 /* 3 - * linux/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 3 + * linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd_v5.c 4 4 * 5 5 * Copyright (C) 2011 Samsung Electronics Co., Ltd. 6 6 * http://www.samsung.com/
+1 -1
drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.h drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd_v5.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 2 /* 3 - * linux/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.h 3 + * linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd_v5.h 4 4 * 5 5 * Copyright (C) 2011 Samsung Electronics Co., Ltd. 6 6 * http://www.samsung.com/
+1 -1
drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd_v6.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 2 /* 3 - * linux/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 3 + * linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd_v6.c 4 4 * 5 5 * Copyright (c) 2012 Samsung Electronics Co., Ltd. 6 6 * http://www.samsung.com/
+1 -1
drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.h drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd_v6.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 2 /* 3 - * linux/drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.h 3 + * linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd_v6.h 4 4 * 5 5 * Copyright (C) 2011 Samsung Electronics Co., Ltd. 6 6 * http://www.samsung.com/
drivers/media/platform/s5p-mfc/s5p_mfc_common.h drivers/media/platform/samsung/s5p-mfc/s5p_mfc_common.h
+1 -1
drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c drivers/media/platform/samsung/s5p-mfc/s5p_mfc_ctrl.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 2 /* 3 - * linux/drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c 3 + * linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_ctrl.c 4 4 * 5 5 * Copyright (c) 2010 Samsung Electronics Co., Ltd. 6 6 * http://www.samsung.com/
+1 -1
drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.h drivers/media/platform/samsung/s5p-mfc/s5p_mfc_ctrl.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 2 /* 3 - * linux/drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.h 3 + * linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_ctrl.h 4 4 * 5 5 * Copyright (c) 2010 Samsung Electronics Co., Ltd. 6 6 * http://www.samsung.com/
+1 -1
drivers/media/platform/s5p-mfc/s5p_mfc_debug.h drivers/media/platform/samsung/s5p-mfc/s5p_mfc_debug.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 2 /* 3 - * drivers/media/platform/s5p-mfc/s5p_mfc_debug.h 3 + * drivers/media/platform/samsung/s5p-mfc/s5p_mfc_debug.h 4 4 * 5 5 * Header file for Samsung MFC (Multi Function Codec - FIMV) driver 6 6 * This file contains debug macros
+1 -1
drivers/media/platform/s5p-mfc/s5p_mfc_dec.c drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 2 /* 3 - * linux/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 3 + * linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c 4 4 * 5 5 * Copyright (C) 2011 Samsung Electronics Co., Ltd. 6 6 * http://www.samsung.com/
+1 -1
drivers/media/platform/s5p-mfc/s5p_mfc_dec.h drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 2 /* 3 - * linux/drivers/media/platform/s5p-mfc/s5p_mfc_dec.h 3 + * linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.h 4 4 * 5 5 * Copyright (C) 2011 Samsung Electronics Co., Ltd. 6 6 * http://www.samsung.com/
+1 -1
drivers/media/platform/s5p-mfc/s5p_mfc_enc.c drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 2 /* 3 - * linux/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 3 + * linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c 4 4 * 5 5 * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd. 6 6 * http://www.samsung.com/
+1 -1
drivers/media/platform/s5p-mfc/s5p_mfc_enc.h drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 2 /* 3 - * linux/drivers/media/platform/s5p-mfc/s5p_mfc_enc.h 3 + * linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.h 4 4 * 5 5 * Copyright (C) 2011 Samsung Electronics Co., Ltd. 6 6 * http://www.samsung.com/
drivers/media/platform/s5p-mfc/s5p_mfc_intr.c drivers/media/platform/samsung/s5p-mfc/s5p_mfc_intr.c
drivers/media/platform/s5p-mfc/s5p_mfc_intr.h drivers/media/platform/samsung/s5p-mfc/s5p_mfc_intr.h
drivers/media/platform/s5p-mfc/s5p_mfc_iommu.h drivers/media/platform/samsung/s5p-mfc/s5p_mfc_iommu.h
+1 -1
drivers/media/platform/s5p-mfc/s5p_mfc_opr.c drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 2 /* 3 - * drivers/media/platform/s5p-mfc/s5p_mfc_opr.c 3 + * drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr.c 4 4 * 5 5 * Samsung MFC (Multi Function Codec - FIMV) driver 6 6 * This file contains hw related functions.
+1 -1
drivers/media/platform/s5p-mfc/s5p_mfc_opr.h drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 2 /* 3 - * drivers/media/platform/s5p-mfc/s5p_mfc_opr.h 3 + * drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr.h 4 4 * 5 5 * Header file for Samsung MFC (Multi Function Codec - FIMV) driver 6 6 * Contains declarations of hw related functions.
drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.h drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.h
+1 -1
drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 2 /* 3 - * drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 3 + * drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c 4 4 * 5 5 * Samsung MFC (Multi Function Codec - FIMV) driver 6 6 * This file contains hw related functions.
+1 -1
drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.h drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 2 /* 3 - * drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.h 3 + * drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.h 4 4 * 5 5 * Header file for Samsung MFC (Multi Function Codec - FIMV) driver 6 6 * Contains declarations of hw related functions.
+1 -1
drivers/media/platform/s5p-mfc/s5p_mfc_pm.c drivers/media/platform/samsung/s5p-mfc/s5p_mfc_pm.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 2 /* 3 - * linux/drivers/media/platform/s5p-mfc/s5p_mfc_pm.c 3 + * linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_pm.c 4 4 * 5 5 * Copyright (c) 2010 Samsung Electronics Co., Ltd. 6 6 * http://www.samsung.com/
+1 -1
drivers/media/platform/s5p-mfc/s5p_mfc_pm.h drivers/media/platform/samsung/s5p-mfc/s5p_mfc_pm.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 2 /* 3 - * linux/drivers/media/platform/s5p-mfc/s5p_mfc_pm.h 3 + * linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_pm.h 4 4 * 5 5 * Copyright (C) 2011 Samsung Electronics Co., Ltd. 6 6 * http://www.samsung.com/