From patchwork Tue Sep 19 23:26:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 724545 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 B2693CE79A8 for ; Tue, 19 Sep 2023 23:26:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230189AbjISX0f (ORCPT ); Tue, 19 Sep 2023 19:26:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43244 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229521AbjISX0e (ORCPT ); Tue, 19 Sep 2023 19:26:34 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 740CB83; Tue, 19 Sep 2023 16:26:26 -0700 (PDT) Received: from pendragon.ideasonboard.com (213-243-189-158.bb.dnainternet.fi [213.243.189.158]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id C1E7211A9; Wed, 20 Sep 2023 01:24:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1695165888; bh=PI+lvb/TK5P30Y5dnCxwSmFcsvf8IJKYbKZWLYo29gw=; h=From:To:Cc:Subject:Date:From; b=d1qTRq4flcd1NBTnXsyEVaP8SGh/NPM4mbI1qznCb/7jOfwZtvwbkY3KaCFsihRe3 EcqgaP4U1Ytr5OWNBTNJmS2VjyAlC38WcCOG4uCC0HJ3+88Wbx4NfABTDWWbj4cv07 KyrXXYLaIDiwszuS79yafbLin4d0GZ+ieSD4ie6Y= From: Laurent Pinchart To: linux-media@vger.kernel.org Cc: Sakari Ailus , Jacopo Mondi , Rob Herring , Krzysztof Kozlowski , Conor Dooley , devicetree@vger.kernel.org Subject: [PATCH v3 0/2] media: Add onsemi MT9M114 camera sensor driver Date: Wed, 20 Sep 2023 02:26:24 +0300 Message-ID: <20230919232636.19755-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Hello, This series adds a driver for the onsemi MT9M114 camera sensor. It's all a pretty standard story, DT bindings are in 1/2, and the driver in 2/2. Review comments from v2 have all been taken into account as far as I can tell. The driver has been tested with an i.MX8MM in CSI-2 mode. Jacopo tested v2 in parallel mode, but given the number of changes in v3, I haven't kept the Tested-by tag. Laurent Pinchart (2): media: dt-bindings: media: i2c: Add MT9M114 camera sensor binding media: i2c: Add driver for onsemi MT9M114 camera sensor .../bindings/media/i2c/onnn,mt9m114.yaml | 114 + MAINTAINERS | 8 + drivers/media/i2c/Kconfig | 10 + drivers/media/i2c/Makefile | 1 + drivers/media/i2c/mt9m114.c | 2482 +++++++++++++++++ 5 files changed, 2615 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/i2c/onnn,mt9m114.yaml create mode 100644 drivers/media/i2c/mt9m114.c base-commit: 0bb80ecc33a8fb5a682236443c1e740d5c917d1d