From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 07199C433F5 for ; Fri, 11 Mar 2022 15:40:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346161AbiCKPlI (ORCPT ); Fri, 11 Mar 2022 10:41:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37062 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240607AbiCKPlH (ORCPT ); Fri, 11 Mar 2022 10:41:07 -0500 Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::228]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AF57D1C1EE2; Fri, 11 Mar 2022 07:40:02 -0800 (PST) Received: (Authenticated sender: jacopo@jmondi.org) by mail.gandi.net (Postfix) with ESMTPSA id 661BB1BF20B; Fri, 11 Mar 2022 15:39:53 +0000 (UTC) Date: Fri, 11 Mar 2022 16:39:51 +0100 From: Jacopo Mondi To: Mauro Carvalho Chehab Cc: Niklas =?utf-8?Q?S=C3=B6derlund?= , Cai Huoqing , Dillon Min , Dmitry Osipenko , Eugen Hristev , Fabio Estevam , Hans Verkuil , Julia Lawall , Laurent Pinchart , Ming Qian , Mirela Rabulea , NXP Linux Team , Pengutronix Kernel Team , Philipp Zabel , Sakari Ailus , Sascha Hauer , Shawn Guo , Yang Yingliang , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org Subject: Re: [PATCH v2 07/38] media: platform: place NXP drivers on a separate dir Message-ID: <20220311153951.t5shye6hjtvoxfzt@uno.localdomain> References: <723fbc3e03d8817916a085e218befd6400d299a3.1647006877.git.mchehab@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <723fbc3e03d8817916a085e218befd6400d299a3.1647006877.git.mchehab@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Mauro, On Fri, Mar 11, 2022 at 03:07:20PM +0100, Mauro Carvalho Chehab wrote: > In order to cleanup the main platform media directory, move NXP > driver to its own directory. Hans has collected my CSIS patches https://git.linuxtv.org/hverkuil/media_tree.git/commit/?h=for-v5.18a&id=85fa189b2c829a005224cab3c2d88635dd36d777 in https://git.linuxtv.org/hverkuil/media_tree.git/log/?h=for-v5.18a which creates a drivers/media/platform/imx directory. Should that one be re-used ? > > Signed-off-by: Mauro Carvalho Chehab > --- > > To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover. > See [PATCH v2 00/38] at: https://lore.kernel.org/all/cover.1647006877.git.mchehab@kernel.org/ > > MAINTAINERS | 2 +- > drivers/media/platform/Kconfig | 37 +---------------- > drivers/media/platform/Makefile | 4 +- > drivers/media/platform/nxp/Kconfig | 40 +++++++++++++++++++ > drivers/media/platform/nxp/Makefile | 5 +++ > drivers/media/platform/{ => nxp}/fsl-viu.c | 0 > drivers/media/platform/{ => nxp}/imx-pxp.c | 0 > drivers/media/platform/{ => nxp}/imx-pxp.h | 0 > .../media/platform/{ => nxp}/mx2_emmaprp.c | 0 > 9 files changed, 49 insertions(+), 39 deletions(-) > create mode 100644 drivers/media/platform/nxp/Kconfig > create mode 100644 drivers/media/platform/nxp/Makefile > rename drivers/media/platform/{ => nxp}/fsl-viu.c (100%) > rename drivers/media/platform/{ => nxp}/imx-pxp.c (100%) > rename drivers/media/platform/{ => nxp}/imx-pxp.h (100%) > rename drivers/media/platform/{ => nxp}/mx2_emmaprp.c (100%) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 1b6f48a660de..780ef2ef3362 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -11841,7 +11841,7 @@ M: Philipp Zabel > L: linux-media@vger.kernel.org > S: Maintained > T: git git://linuxtv.org/media_tree.git > -F: drivers/media/platform/imx-pxp.[ch] > +F: drivers/media/platform/nxp/imx-pxp.[ch] > > MEDIA DRIVERS FOR ASCOT2E > M: Sergey Kozlov > diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig > index ad95a25ae2fc..f5ef28d3e53c 100644 > --- a/drivers/media/platform/Kconfig > +++ b/drivers/media/platform/Kconfig > @@ -36,6 +36,8 @@ config V4L_MEM2MEM_DRIVERS > to capture and output drivers, which use memory buffers for just > one of those. > > +source "drivers/media/platform/nxp/Kconfig" > + > # V4L platform drivers > > source "drivers/media/platform/marvell-ccic/Kconfig" > @@ -68,19 +70,6 @@ config VIDEO_SH_VOU > help > Support for the Video Output Unit (VOU) on SuperH SoCs. > > -config VIDEO_VIU > - tristate "Freescale VIU Video Driver" > - depends on V4L_PLATFORM_DRIVERS > - depends on VIDEO_V4L2 && (PPC_MPC512x || COMPILE_TEST) && I2C > - select VIDEOBUF_DMA_CONTIG > - default y > - help > - Support for Freescale VIU video driver. This device captures > - video data, or overlays video on DIU frame buffer. > - > - Say Y here if you want to enable VIU device on MPC5121e Rev2+. > - In doubt, say N. > - > config VIDEO_MUX > tristate "Video Multiplexer" > depends on V4L_PLATFORM_DRIVERS > @@ -281,16 +270,6 @@ config VIDEO_CODA > config VIDEO_IMX_VDOA > def_tristate VIDEO_CODA if SOC_IMX6Q || COMPILE_TEST > > -config VIDEO_IMX_PXP > - tristate "i.MX Pixel Pipeline (PXP)" > - depends on V4L_MEM2MEM_DRIVERS > - depends on VIDEO_DEV && VIDEO_V4L2 && (ARCH_MXC || COMPILE_TEST) > - select VIDEOBUF2_DMA_CONTIG > - select V4L2_MEM2MEM_DEV > - help > - The i.MX Pixel Pipeline is a memory-to-memory engine for scaling, > - color space conversion, and rotation. > - > source "drivers/media/platform/imx-jpeg/Kconfig" > > config VIDEO_MEDIATEK_JPEG > @@ -431,18 +410,6 @@ config VIDEO_SAMSUNG_S5P_MFC > help > MFC 5.1 and 6.x driver for V4L2 > > -config VIDEO_MX2_EMMAPRP > - tristate "MX2 eMMa-PrP support" > - depends on V4L_MEM2MEM_DRIVERS > - depends on VIDEO_DEV && VIDEO_V4L2 > - depends on SOC_IMX27 || COMPILE_TEST > - select VIDEOBUF2_DMA_CONTIG > - select V4L2_MEM2MEM_DEV > - help > - MX2X chips have a PrP that can be used to process buffers from > - memory to memory. Operations include resizing and format > - conversion. > - > config VIDEO_SAMSUNG_EXYNOS_GSC > tristate "Samsung Exynos G-Scaler driver" > depends on V4L_MEM2MEM_DRIVERS > diff --git a/drivers/media/platform/Makefile b/drivers/media/platform/Makefile > index 1a52a1a784b5..e9f982eb034b 100644 > --- a/drivers/media/platform/Makefile > +++ b/drivers/media/platform/Makefile > @@ -22,6 +22,7 @@ obj-y += mtk-jpeg/ > obj-y += mtk-mdp/ > obj-y += mtk-vcodec/ > obj-y += mtk-vpu/ > +obj-y += nxp/ > obj-y += omap/ > obj-y += omap3isp/ > obj-y += qcom/camss/ > @@ -45,10 +46,8 @@ obj-y += vsp1/ > obj-y += xilinx/ > > # Please place here only ancillary drivers that aren't SoC-specific > -obj-$(CONFIG_VIDEO_IMX_PXP) += imx-pxp.o > obj-$(CONFIG_VIDEO_MEM2MEM_DEINTERLACE) += m2m-deinterlace.o > obj-$(CONFIG_VIDEO_MUX) += video-mux.o > -obj-$(CONFIG_VIDEO_MX2_EMMAPRP) += mx2_emmaprp.o > obj-$(CONFIG_VIDEO_PXA27x) += pxa_camera.o > obj-$(CONFIG_VIDEO_RCAR_DRIF) += rcar_drif.o > obj-$(CONFIG_VIDEO_RCAR_ISP) += rcar-isp.o > @@ -58,4 +57,3 @@ obj-$(CONFIG_VIDEO_RENESAS_FDP1) += rcar_fdp1.o > obj-$(CONFIG_VIDEO_RENESAS_JPU) += rcar_jpu.o > obj-$(CONFIG_VIDEO_SH_VOU) += sh_vou.o > obj-$(CONFIG_VIDEO_VIA_CAMERA) += via-camera.o > -obj-$(CONFIG_VIDEO_VIU) += fsl-viu.o > diff --git a/drivers/media/platform/nxp/Kconfig b/drivers/media/platform/nxp/Kconfig > new file mode 100644 > index 000000000000..92724121ff91 > --- /dev/null > +++ b/drivers/media/platform/nxp/Kconfig > @@ -0,0 +1,40 @@ > +# SPDX-License-Identifier: GPL-2.0-only > + > +# V4L drivers > + > +config VIDEO_VIU > + tristate "Freescale/NXP VIU Video Driver" > + depends on V4L_PLATFORM_DRIVERS > + depends on VIDEO_V4L2 && (PPC_MPC512x || COMPILE_TEST) && I2C > + select VIDEOBUF_DMA_CONTIG > + default y > + help > + Support for Freescale VIU video driver. This device captures > + video data, or overlays video on DIU frame buffer. > + > + Say Y here if you want to enable VIU device on MPC5121e Rev2+. > + In doubt, say N. > + > +# mem2mem drivers > + > +config VIDEO_IMX_PXP > + tristate "i.MX Pixel Pipeline (PXP)" > + depends on V4L_MEM2MEM_DRIVERS > + depends on VIDEO_DEV && VIDEO_V4L2 && (ARCH_MXC || COMPILE_TEST) > + select VIDEOBUF2_DMA_CONTIG > + select V4L2_MEM2MEM_DEV > + help > + The i.MX Pixel Pipeline is a memory-to-memory engine for scaling, > + color space conversion, and rotation. > + > +config VIDEO_MX2_EMMAPRP > + tristate "Freescale/NXP MX2 eMMa-PrP support" > + depends on V4L_MEM2MEM_DRIVERS > + depends on VIDEO_DEV && VIDEO_V4L2 > + depends on SOC_IMX27 || COMPILE_TEST > + select VIDEOBUF2_DMA_CONTIG > + select V4L2_MEM2MEM_DEV > + help > + MX2X chips have a PrP that can be used to process buffers from > + memory to memory. Operations include resizing and format > + conversion. > diff --git a/drivers/media/platform/nxp/Makefile b/drivers/media/platform/nxp/Makefile > new file mode 100644 > index 000000000000..147bd7ad4ef4 > --- /dev/null > +++ b/drivers/media/platform/nxp/Makefile > @@ -0,0 +1,5 @@ > +# SPDX-License-Identifier: GPL-2.0 > + > +obj-$(CONFIG_VIDEO_IMX_PXP) += imx-pxp.o > +obj-$(CONFIG_VIDEO_VIU) += fsl-viu.o > +obj-$(CONFIG_VIDEO_MX2_EMMAPRP) += mx2_emmaprp.o > diff --git a/drivers/media/platform/fsl-viu.c b/drivers/media/platform/nxp/fsl-viu.c > similarity index 100% > rename from drivers/media/platform/fsl-viu.c > rename to drivers/media/platform/nxp/fsl-viu.c > diff --git a/drivers/media/platform/imx-pxp.c b/drivers/media/platform/nxp/imx-pxp.c > similarity index 100% > rename from drivers/media/platform/imx-pxp.c > rename to drivers/media/platform/nxp/imx-pxp.c > diff --git a/drivers/media/platform/imx-pxp.h b/drivers/media/platform/nxp/imx-pxp.h > similarity index 100% > rename from drivers/media/platform/imx-pxp.h > rename to drivers/media/platform/nxp/imx-pxp.h > diff --git a/drivers/media/platform/mx2_emmaprp.c b/drivers/media/platform/nxp/mx2_emmaprp.c > similarity index 100% > rename from drivers/media/platform/mx2_emmaprp.c > rename to drivers/media/platform/nxp/mx2_emmaprp.c > -- > 2.35.1 > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0D180C433F5 for ; Fri, 11 Mar 2022 15:41:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ydVGRsoFBZonPE6fx4FPPq9zHXdVmLjdHc71+G8/EA0=; b=yARrKDw8RRhy8l B1PoeTzte5fEt2KyZ7yuT9DpOTWnhzifJPRYKaCMD1sPO3cO7nI1YxNj64fPYF34RqCAN+kZ75Sev 7Y1bIHddzvl+LP4Qu2UiSw7DGp5B5u38RDgYO5MI1MvcArS0Obyz1bMLyoF8BeGL+Nsf4f+ZdA4q/ laOzwmAKgqcdH+88anxrVWoXIdWCp2jQBVeWtjXDMZLAo90vfUR9iN898/CtzikvZgvmYGoWgw11t SiMbCHArqqvVOavscOrSFq5bRz4DQcn5s7EleOqzE/yY+dfD5vbmzW4Zq6nNzA+Z4sesXurI78pkq zppHLtJoLghrtwmoDSDA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nShNB-00H9te-28; Fri, 11 Mar 2022 15:40:09 +0000 Received: from relay8-d.mail.gandi.net ([217.70.183.201]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nShN6-00H9s0-TG for linux-arm-kernel@lists.infradead.org; Fri, 11 Mar 2022 15:40:07 +0000 Received: (Authenticated sender: jacopo@jmondi.org) by mail.gandi.net (Postfix) with ESMTPSA id 661BB1BF20B; Fri, 11 Mar 2022 15:39:53 +0000 (UTC) Date: Fri, 11 Mar 2022 16:39:51 +0100 From: Jacopo Mondi To: Mauro Carvalho Chehab Cc: Niklas =?utf-8?Q?S=C3=B6derlund?= , Cai Huoqing , Dillon Min , Dmitry Osipenko , Eugen Hristev , Fabio Estevam , Hans Verkuil , Julia Lawall , Laurent Pinchart , Ming Qian , Mirela Rabulea , NXP Linux Team , Pengutronix Kernel Team , Philipp Zabel , Sakari Ailus , Sascha Hauer , Shawn Guo , Yang Yingliang , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org Subject: Re: [PATCH v2 07/38] media: platform: place NXP drivers on a separate dir Message-ID: <20220311153951.t5shye6hjtvoxfzt@uno.localdomain> References: <723fbc3e03d8817916a085e218befd6400d299a3.1647006877.git.mchehab@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <723fbc3e03d8817916a085e218befd6400d299a3.1647006877.git.mchehab@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220311_074005_274920_2FA2C4EE X-CRM114-Status: GOOD ( 25.49 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Mauro, On Fri, Mar 11, 2022 at 03:07:20PM +0100, Mauro Carvalho Chehab wrote: > In order to cleanup the main platform media directory, move NXP > driver to its own directory. Hans has collected my CSIS patches https://git.linuxtv.org/hverkuil/media_tree.git/commit/?h=for-v5.18a&id=85fa189b2c829a005224cab3c2d88635dd36d777 in https://git.linuxtv.org/hverkuil/media_tree.git/log/?h=for-v5.18a which creates a drivers/media/platform/imx directory. Should that one be re-used ? > > Signed-off-by: Mauro Carvalho Chehab > --- > > To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover. > See [PATCH v2 00/38] at: https://lore.kernel.org/all/cover.1647006877.git.mchehab@kernel.org/ > > MAINTAINERS | 2 +- > drivers/media/platform/Kconfig | 37 +---------------- > drivers/media/platform/Makefile | 4 +- > drivers/media/platform/nxp/Kconfig | 40 +++++++++++++++++++ > drivers/media/platform/nxp/Makefile | 5 +++ > drivers/media/platform/{ => nxp}/fsl-viu.c | 0 > drivers/media/platform/{ => nxp}/imx-pxp.c | 0 > drivers/media/platform/{ => nxp}/imx-pxp.h | 0 > .../media/platform/{ => nxp}/mx2_emmaprp.c | 0 > 9 files changed, 49 insertions(+), 39 deletions(-) > create mode 100644 drivers/media/platform/nxp/Kconfig > create mode 100644 drivers/media/platform/nxp/Makefile > rename drivers/media/platform/{ => nxp}/fsl-viu.c (100%) > rename drivers/media/platform/{ => nxp}/imx-pxp.c (100%) > rename drivers/media/platform/{ => nxp}/imx-pxp.h (100%) > rename drivers/media/platform/{ => nxp}/mx2_emmaprp.c (100%) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 1b6f48a660de..780ef2ef3362 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -11841,7 +11841,7 @@ M: Philipp Zabel > L: linux-media@vger.kernel.org > S: Maintained > T: git git://linuxtv.org/media_tree.git > -F: drivers/media/platform/imx-pxp.[ch] > +F: drivers/media/platform/nxp/imx-pxp.[ch] > > MEDIA DRIVERS FOR ASCOT2E > M: Sergey Kozlov > diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig > index ad95a25ae2fc..f5ef28d3e53c 100644 > --- a/drivers/media/platform/Kconfig > +++ b/drivers/media/platform/Kconfig > @@ -36,6 +36,8 @@ config V4L_MEM2MEM_DRIVERS > to capture and output drivers, which use memory buffers for just > one of those. > > +source "drivers/media/platform/nxp/Kconfig" > + > # V4L platform drivers > > source "drivers/media/platform/marvell-ccic/Kconfig" > @@ -68,19 +70,6 @@ config VIDEO_SH_VOU > help > Support for the Video Output Unit (VOU) on SuperH SoCs. > > -config VIDEO_VIU > - tristate "Freescale VIU Video Driver" > - depends on V4L_PLATFORM_DRIVERS > - depends on VIDEO_V4L2 && (PPC_MPC512x || COMPILE_TEST) && I2C > - select VIDEOBUF_DMA_CONTIG > - default y > - help > - Support for Freescale VIU video driver. This device captures > - video data, or overlays video on DIU frame buffer. > - > - Say Y here if you want to enable VIU device on MPC5121e Rev2+. > - In doubt, say N. > - > config VIDEO_MUX > tristate "Video Multiplexer" > depends on V4L_PLATFORM_DRIVERS > @@ -281,16 +270,6 @@ config VIDEO_CODA > config VIDEO_IMX_VDOA > def_tristate VIDEO_CODA if SOC_IMX6Q || COMPILE_TEST > > -config VIDEO_IMX_PXP > - tristate "i.MX Pixel Pipeline (PXP)" > - depends on V4L_MEM2MEM_DRIVERS > - depends on VIDEO_DEV && VIDEO_V4L2 && (ARCH_MXC || COMPILE_TEST) > - select VIDEOBUF2_DMA_CONTIG > - select V4L2_MEM2MEM_DEV > - help > - The i.MX Pixel Pipeline is a memory-to-memory engine for scaling, > - color space conversion, and rotation. > - > source "drivers/media/platform/imx-jpeg/Kconfig" > > config VIDEO_MEDIATEK_JPEG > @@ -431,18 +410,6 @@ config VIDEO_SAMSUNG_S5P_MFC > help > MFC 5.1 and 6.x driver for V4L2 > > -config VIDEO_MX2_EMMAPRP > - tristate "MX2 eMMa-PrP support" > - depends on V4L_MEM2MEM_DRIVERS > - depends on VIDEO_DEV && VIDEO_V4L2 > - depends on SOC_IMX27 || COMPILE_TEST > - select VIDEOBUF2_DMA_CONTIG > - select V4L2_MEM2MEM_DEV > - help > - MX2X chips have a PrP that can be used to process buffers from > - memory to memory. Operations include resizing and format > - conversion. > - > config VIDEO_SAMSUNG_EXYNOS_GSC > tristate "Samsung Exynos G-Scaler driver" > depends on V4L_MEM2MEM_DRIVERS > diff --git a/drivers/media/platform/Makefile b/drivers/media/platform/Makefile > index 1a52a1a784b5..e9f982eb034b 100644 > --- a/drivers/media/platform/Makefile > +++ b/drivers/media/platform/Makefile > @@ -22,6 +22,7 @@ obj-y += mtk-jpeg/ > obj-y += mtk-mdp/ > obj-y += mtk-vcodec/ > obj-y += mtk-vpu/ > +obj-y += nxp/ > obj-y += omap/ > obj-y += omap3isp/ > obj-y += qcom/camss/ > @@ -45,10 +46,8 @@ obj-y += vsp1/ > obj-y += xilinx/ > > # Please place here only ancillary drivers that aren't SoC-specific > -obj-$(CONFIG_VIDEO_IMX_PXP) += imx-pxp.o > obj-$(CONFIG_VIDEO_MEM2MEM_DEINTERLACE) += m2m-deinterlace.o > obj-$(CONFIG_VIDEO_MUX) += video-mux.o > -obj-$(CONFIG_VIDEO_MX2_EMMAPRP) += mx2_emmaprp.o > obj-$(CONFIG_VIDEO_PXA27x) += pxa_camera.o > obj-$(CONFIG_VIDEO_RCAR_DRIF) += rcar_drif.o > obj-$(CONFIG_VIDEO_RCAR_ISP) += rcar-isp.o > @@ -58,4 +57,3 @@ obj-$(CONFIG_VIDEO_RENESAS_FDP1) += rcar_fdp1.o > obj-$(CONFIG_VIDEO_RENESAS_JPU) += rcar_jpu.o > obj-$(CONFIG_VIDEO_SH_VOU) += sh_vou.o > obj-$(CONFIG_VIDEO_VIA_CAMERA) += via-camera.o > -obj-$(CONFIG_VIDEO_VIU) += fsl-viu.o > diff --git a/drivers/media/platform/nxp/Kconfig b/drivers/media/platform/nxp/Kconfig > new file mode 100644 > index 000000000000..92724121ff91 > --- /dev/null > +++ b/drivers/media/platform/nxp/Kconfig > @@ -0,0 +1,40 @@ > +# SPDX-License-Identifier: GPL-2.0-only > + > +# V4L drivers > + > +config VIDEO_VIU > + tristate "Freescale/NXP VIU Video Driver" > + depends on V4L_PLATFORM_DRIVERS > + depends on VIDEO_V4L2 && (PPC_MPC512x || COMPILE_TEST) && I2C > + select VIDEOBUF_DMA_CONTIG > + default y > + help > + Support for Freescale VIU video driver. This device captures > + video data, or overlays video on DIU frame buffer. > + > + Say Y here if you want to enable VIU device on MPC5121e Rev2+. > + In doubt, say N. > + > +# mem2mem drivers > + > +config VIDEO_IMX_PXP > + tristate "i.MX Pixel Pipeline (PXP)" > + depends on V4L_MEM2MEM_DRIVERS > + depends on VIDEO_DEV && VIDEO_V4L2 && (ARCH_MXC || COMPILE_TEST) > + select VIDEOBUF2_DMA_CONTIG > + select V4L2_MEM2MEM_DEV > + help > + The i.MX Pixel Pipeline is a memory-to-memory engine for scaling, > + color space conversion, and rotation. > + > +config VIDEO_MX2_EMMAPRP > + tristate "Freescale/NXP MX2 eMMa-PrP support" > + depends on V4L_MEM2MEM_DRIVERS > + depends on VIDEO_DEV && VIDEO_V4L2 > + depends on SOC_IMX27 || COMPILE_TEST > + select VIDEOBUF2_DMA_CONTIG > + select V4L2_MEM2MEM_DEV > + help > + MX2X chips have a PrP that can be used to process buffers from > + memory to memory. Operations include resizing and format > + conversion. > diff --git a/drivers/media/platform/nxp/Makefile b/drivers/media/platform/nxp/Makefile > new file mode 100644 > index 000000000000..147bd7ad4ef4 > --- /dev/null > +++ b/drivers/media/platform/nxp/Makefile > @@ -0,0 +1,5 @@ > +# SPDX-License-Identifier: GPL-2.0 > + > +obj-$(CONFIG_VIDEO_IMX_PXP) += imx-pxp.o > +obj-$(CONFIG_VIDEO_VIU) += fsl-viu.o > +obj-$(CONFIG_VIDEO_MX2_EMMAPRP) += mx2_emmaprp.o > diff --git a/drivers/media/platform/fsl-viu.c b/drivers/media/platform/nxp/fsl-viu.c > similarity index 100% > rename from drivers/media/platform/fsl-viu.c > rename to drivers/media/platform/nxp/fsl-viu.c > diff --git a/drivers/media/platform/imx-pxp.c b/drivers/media/platform/nxp/imx-pxp.c > similarity index 100% > rename from drivers/media/platform/imx-pxp.c > rename to drivers/media/platform/nxp/imx-pxp.c > diff --git a/drivers/media/platform/imx-pxp.h b/drivers/media/platform/nxp/imx-pxp.h > similarity index 100% > rename from drivers/media/platform/imx-pxp.h > rename to drivers/media/platform/nxp/imx-pxp.h > diff --git a/drivers/media/platform/mx2_emmaprp.c b/drivers/media/platform/nxp/mx2_emmaprp.c > similarity index 100% > rename from drivers/media/platform/mx2_emmaprp.c > rename to drivers/media/platform/nxp/mx2_emmaprp.c > -- > 2.35.1 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel