All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Adam Ford <aford173@gmail.com>
Cc: linux-arm-kernel@lists.infradead.org,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>,
	NXP Linux Team <linux-imx@nxp.com>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will@kernel.org>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] arm64: defconfig: Enable video capture drivers on imx8mm/imx8mn
Date: Mon, 24 Apr 2023 03:48:02 +0300	[thread overview]
Message-ID: <20230424004802.GM21943@pendragon.ideasonboard.com> (raw)
In-Reply-To: <20230423212656.1381002-2-aford173@gmail.com>

Hi Adam,

Thank you for the patch.

On Sun, Apr 23, 2023 at 04:26:56PM -0500, Adam Ford wrote:
> The imx8m Mini and imx8m Nano both use the same CSIS driver for
> interfacing with sensors and cameras.  The Mini routes the CSIS
> output to the imx7-CSI driver, and the Nano routes the CSIS
> through the imx8-isi driver like the one used on the imx8mp.
> 
> Enable the drivers necessary to facilitate capture on both of
> these two platforms.
> 
> Signed-off-by: Adam Ford <aford173@gmail.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index a24609e14d50..7005640fbb8e 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -743,6 +743,10 @@ CONFIG_SDR_PLATFORM_DRIVERS=y
>  CONFIG_V4L_MEM2MEM_DRIVERS=y
>  CONFIG_VIDEO_MEDIATEK_JPEG=m
>  CONFIG_VIDEO_MEDIATEK_VCODEC=m
> +CONFIG_VIDEO_IMX7_CSI=m
> +CONFIG_VIDEO_IMX_MIPI_CSIS=m
> +CONFIG_VIDEO_IMX8_ISI=m
> +CONFIG_VIDEO_IMX8_ISI_M2M=y
>  CONFIG_VIDEO_QCOM_CAMSS=m
>  CONFIG_VIDEO_QCOM_VENUS=m
>  CONFIG_VIDEO_RCAR_ISP=m

-- 
Regards,

Laurent Pinchart

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Adam Ford <aford173@gmail.com>
Cc: linux-arm-kernel@lists.infradead.org,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>,
	NXP Linux Team <linux-imx@nxp.com>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will@kernel.org>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] arm64: defconfig: Enable video capture drivers on imx8mm/imx8mn
Date: Mon, 24 Apr 2023 03:48:02 +0300	[thread overview]
Message-ID: <20230424004802.GM21943@pendragon.ideasonboard.com> (raw)
In-Reply-To: <20230423212656.1381002-2-aford173@gmail.com>

Hi Adam,

Thank you for the patch.

On Sun, Apr 23, 2023 at 04:26:56PM -0500, Adam Ford wrote:
> The imx8m Mini and imx8m Nano both use the same CSIS driver for
> interfacing with sensors and cameras.  The Mini routes the CSIS
> output to the imx7-CSI driver, and the Nano routes the CSIS
> through the imx8-isi driver like the one used on the imx8mp.
> 
> Enable the drivers necessary to facilitate capture on both of
> these two platforms.
> 
> Signed-off-by: Adam Ford <aford173@gmail.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index a24609e14d50..7005640fbb8e 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -743,6 +743,10 @@ CONFIG_SDR_PLATFORM_DRIVERS=y
>  CONFIG_V4L_MEM2MEM_DRIVERS=y
>  CONFIG_VIDEO_MEDIATEK_JPEG=m
>  CONFIG_VIDEO_MEDIATEK_VCODEC=m
> +CONFIG_VIDEO_IMX7_CSI=m
> +CONFIG_VIDEO_IMX_MIPI_CSIS=m
> +CONFIG_VIDEO_IMX8_ISI=m
> +CONFIG_VIDEO_IMX8_ISI_M2M=y
>  CONFIG_VIDEO_QCOM_CAMSS=m
>  CONFIG_VIDEO_QCOM_VENUS=m
>  CONFIG_VIDEO_RCAR_ISP=m

-- 
Regards,

Laurent Pinchart

  reply	other threads:[~2023-04-24  0:48 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-23 21:26 [PATCH 1/2] arm64: dts: imx8mn: Enable CSI and ISI Nodes Adam Ford
2023-04-23 21:26 ` Adam Ford
2023-04-23 21:26 ` [PATCH 2/2] arm64: defconfig: Enable video capture drivers on imx8mm/imx8mn Adam Ford
2023-04-23 21:26   ` Adam Ford
2023-04-24  0:48   ` Laurent Pinchart [this message]
2023-04-24  0:48     ` Laurent Pinchart
2023-04-24  0:47 ` [PATCH 1/2] arm64: dts: imx8mn: Enable CSI and ISI Nodes Laurent Pinchart
2023-04-24  0:47   ` Laurent Pinchart
2023-04-24  0:49   ` Laurent Pinchart
2023-04-24  0:49     ` Laurent Pinchart
2023-04-24  2:29     ` Adam Ford
2023-04-24  2:29       ` Adam Ford
2023-04-24  3:17       ` Laurent Pinchart
2023-04-24  3:17         ` Laurent Pinchart
2023-04-24  2:22   ` Adam Ford
2023-04-24  2:22     ` Adam Ford
2023-04-24  2:59     ` Adam Ford
2023-04-24  2:59       ` Adam Ford
2023-04-24  3:16       ` Laurent Pinchart
2023-04-24  3:16         ` Laurent Pinchart

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230424004802.GM21943@pendragon.ideasonboard.com \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=aford173@gmail.com \
    --cc=catalin.marinas@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=will@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.