Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp624478pxj; Thu, 27 May 2021 08:05:58 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzMm1roSWs5pUyU7ZyDXbWNOSVPUXsNSf7Ga6XR1oh8MtWpNB9dPXc6lh+TAzCnM5cs13P7 X-Received: by 2002:a92:d304:: with SMTP id x4mr3302869ila.101.1622127958196; Thu, 27 May 2021 08:05:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622127958; cv=none; d=google.com; s=arc-20160816; b=nA8hpiTt6PaQ+M+h64qq/ncWow/64ijD7XcotKAe7Hy4FJcdCcShTJR3XTV61QXLBA mOgPPM8jttjTFPuoyUSNP3JKI5T/+m+nQzCLmbHKTBOKx+SPeiSFjqC7ZOBRJaKf1EHp vh//ZueFknivwgALu/WE495NwQJG+vn2N98mWHZ/SSMWS6am2q5uoY3/pl3vZtLrE9x8 Qnr9yzZW2pduRtHgpVHAts2LaZLHWJkxmdwHmL7bN9MJThaRH6POU1rN8HX4LI33xs4X TloCz14rrFkap577UJZrc8XrxvaQTjCR7W+tXH3SeNuhQup7P+0Gakg1cHP7RKWIHOcD lT6Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:message-id:date :subject:cc:to:from; bh=r2JI1UweNmwiGbh/Rb78NbpQNHpRSRkcL40dzBCtOck=; b=HuNO7av+ZIuy1SZ4wvy1SgBFikpG7W3i8nC6/0f9/7vMa5Vt4GqQOF+vb14XwBhTvV lYjxIhhGlaZ4yvJrRYk9b8e/FOjp5wS4zXEtCEsc0wmiSTp7LKzUjY64mTOpkyuWaP/P pG0NKX60DYC0DGXs9Ivm7VpcCGpnJGY2jF156y7cg95+KTId7bN98xfI+iXPCUV6dVBW mY98A2njqf2HrAfcuUqMYpbI6NrIaKGhcY5EL7OjGncxbCUsJ/kTXsPyujtinediSLVl orilILIesJ9x8Qo9pH3SlbduYr9NfY5lY34y7+btyzpR8QmG4zidb1/nO3lXTSRLj5yo qyaQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=puri.sm Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d5si2470415ilr.23.2021.05.27.08.05.43; Thu, 27 May 2021 08:05:58 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=puri.sm Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235168AbhE0H4Z (ORCPT + 99 others); Thu, 27 May 2021 03:56:25 -0400 Received: from comms.puri.sm ([159.203.221.185]:53418 "EHLO comms.puri.sm" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235054AbhE0H4Q (ORCPT ); Thu, 27 May 2021 03:56:16 -0400 Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id 2DF39E204A; Thu, 27 May 2021 00:54:42 -0700 (PDT) Received: from comms.puri.sm ([127.0.0.1]) by localhost (comms.puri.sm [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id loOtPd2eyV9H; Thu, 27 May 2021 00:54:41 -0700 (PDT) From: Martin Kepplinger To: laurent.pinchart@ideasonboard.com, mchehab@kernel.org, robh@kernel.org Cc: shawnguo@kernel.org, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, slongerbeam@gmail.com, kernel@puri.sm, krzk@kernel.org, linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev, Martin Kepplinger Subject: [PATCH v1 0/3] media: imx: add support for imx8mq MIPI RX Date: Thu, 27 May 2021 09:54:04 +0200 Message-Id: <20210527075407.3180744-1-martin.kepplinger@puri.sm> Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series adds a driver for the i.MX8MQ CSI MIPI receiver / controller. It includes the driver, the dt-bindings and the DT addition to the SoC dtsi. I'll send the sensor driver I'm using (that will use this code via the imx8mq-librem5 board) later, if that's ok. Thanks Laurent, who helped a lot. I'm happy for any feedback, martin Martin Kepplinger (3): dt-bindings: media: document the nxp,imx8mq-mipi-csi2 receiver phy and controller media: imx: add a driver for i.MX8MQ mipi csi rx phy and controller arm64: dts: imx8mq: add mipi csi phy and csi bridge descriptions .../bindings/media/nxp,imx8mq-mipi-csi2.yaml | 151 +++ arch/arm64/boot/dts/freescale/imx8mq.dtsi | 102 ++ drivers/staging/media/imx/Makefile | 1 + drivers/staging/media/imx/imx8mq-mipi-csi2.c | 1023 +++++++++++++++++ 4 files changed, 1277 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/nxp,imx8mq-mipi-csi2.yaml create mode 100644 drivers/staging/media/imx/imx8mq-mipi-csi2.c -- 2.30.2