lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 24 Apr 2023 03:48:02 +0300
From:   Laurent Pinchart <laurent.pinchart@...asonboard.com>
To:     Adam Ford <aford173@...il.com>
Cc:     linux-arm-kernel@...ts.infradead.org,
        Rob Herring <robh+dt@...nel.org>,
        Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
        Shawn Guo <shawnguo@...nel.org>,
        Sascha Hauer <s.hauer@...gutronix.de>,
        Pengutronix Kernel Team <kernel@...gutronix.de>,
        Fabio Estevam <festevam@...il.com>,
        NXP Linux Team <linux-imx@....com>,
        Catalin Marinas <catalin.marinas@....com>,
        Will Deacon <will@...nel.org>, devicetree@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] arm64: defconfig: Enable video capture drivers on
 imx8mm/imx8mn

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@...il.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@...asonboard.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ