Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp568129imm; Wed, 4 Jul 2018 02:03:04 -0700 (PDT) X-Google-Smtp-Source: AAOMgpea1LXyBOwmzy/Spt5maC3beHsdfPkdCFDLUcu+xubmDyilNwgLL8KAjq+aH1wMhVFX5MZ7 X-Received: by 2002:a62:2541:: with SMTP id l62-v6mr1326794pfl.0.1530694984032; Wed, 04 Jul 2018 02:03:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530694984; cv=none; d=google.com; s=arc-20160816; b=dbull+vtyvV83086kzkLoqlvUwhkXEHfA0liYnAmxt3NEFUoWO5494AE3szsk+4Bg9 aWFDB6gQ4mDUSYNV69zks97v3sTuSkoQNdtHIyB/r4MWz9vdPO0EtDJE2lVJC0wgL6wQ KCNahrCrYNlZKPEIexN7uFIjwGDvQ4UnklDWZFFI6B0Mj17CW+E7JKK12DXn0Qaxu8/D oGG3Wa0F031kreAaNbafumDzzVgttVTHRKVUo0ht4HxC6MnXjpGud7IDXi/3kFzMAI2S kMfYfYcHlh3ojN3ON1sCqlbY2+6jygoFEoB2a7iBBDyXLs85/2McGbnvfJqhhmx0h6Jm hZkg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=uAAb1+vRXxXBbRgPoZr7QAIJ3RA5gRjTD17B79NfiDU=; b=HzCvwBAGJ//hidhhMpYp4Pd6WWQJuZXHrfU+5ois5+m6+/vFX9YFrhy85VYiE+N5bZ 7JY7DKtI2pw2EuQo5fiqnPfr6UGCMaeWdTfhgTHZ5b1A7WbgQLp97ZabwU3SoNRjf1Du lKYURWFmen2kaRKz62leKJpPTAkemAJq4A8Ifp64pyxOmj+ATyP86CczK63VYVYuIfKd ZO0dWcAujep8LydE79Sa12yD3iTeF02PxMgvRLtTBTFGeYw/HOkIpeN20nyokkIzd3TH ES4+MYmBr3HM52Cl1cQ5Jf7Cx/H5+ygCWC/TdVFpg4lSZWJFV1rcNHJaN+wua76atd41 blUw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u134-v6si3216700pfc.244.2018.07.04.02.02.49; Wed, 04 Jul 2018 02:03:04 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934409AbeGDJB0 (ORCPT + 99 others); Wed, 4 Jul 2018 05:01:26 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:59569 "EHLO relay10.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934165AbeGDJBX (ORCPT ); Wed, 4 Jul 2018 05:01:23 -0400 Received: from w540 (2-224-242-101.ip172.fastwebnet.it [2.224.242.101]) (Authenticated sender: jacopo@jmondi.org) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 56592240028; Wed, 4 Jul 2018 09:01:20 +0000 (UTC) Date: Wed, 4 Jul 2018 11:01:18 +0200 From: jacopo mondi To: Jacopo Mondi Cc: mchehab@kernel.org, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH 0/2] media: i2c: mt9v111 sensor driver Message-ID: <20180704090118.GC4463@w540> References: <1528730253-25135-1-git-send-email-jacopo+renesas@jmondi.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JwB53PgKC5A7+0Ej" Content-Disposition: inline In-Reply-To: <1528730253-25135-1-git-send-email-jacopo+renesas@jmondi.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-Spam-Level: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --JwB53PgKC5A7+0Ej Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Hello linux-media list, On Mon, Jun 11, 2018 at 05:17:31PM +0200, Jacopo Mondi wrote: > Hello, > this is a sensor level driver for Aptina MT9V111. > > The driver supports YUYV_2X8 output formats and VGA,QVGA,QQVGA,CIF and QCIF > resolution. > > The driver allows control of frame rate through s_frame_interval or > V4L2_CID_H/VBLANK control. In order to allow manual frame control, the chip > is initialized with auto-exposure control, auto white balancing and flickering > control disabled. > > Tested VGA, QVGA QQVGA resolutions at 5, 10, 15 and 30 frame per second. Gentle ping for this driver, as I have now sent a patch to add a user for it https://patchwork.kernel.org/patch/10505175/ Thanks j > > Thanks > j > > Jacopo Mondi (2): > dt-bindings: media: i2c: Document MT9V111 bindings > media: i2c: Add driver for Aptina MT9V111 > > .../bindings/media/i2c/aptina,mt9v111.txt | 46 + > MAINTAINERS | 8 + > drivers/media/i2c/Kconfig | 12 + > drivers/media/i2c/Makefile | 1 + > drivers/media/i2c/mt9v111.c | 1297 ++++++++++++++++++++ > 5 files changed, 1364 insertions(+) > create mode 100644 Documentation/devicetree/bindings/media/i2c/aptina,mt9v111.txt > create mode 100644 drivers/media/i2c/mt9v111.c > > -- > 2.7.4 > --JwB53PgKC5A7+0Ej Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJbPIzeAAoJEHI0Bo8WoVY8MzAP/254585/SldQw+B3ZHU50Q9B nNGDfkMUOki6Y+nfOUuSHuErPrdYbCQo1JOXy7t7Yun2l5Ctb8qnQX2cohbPwHqV 2IDewGNmPxmNIzAmhDw6TbjvDvkTY3+K5axnAVSF0VAe8bisHtTwPPpzyFr5rPgJ a56gSvu/F9+LJG4zaKnFyWt+CMT/UnuR7+VXC0CS8llX0qhe54gK4S+njC5CTICN S4hrSA24IcKFGZCzArDyndT3obxdUh0Wk9ipzHgrtIIBZyOfky+a2h9g7JtGeHr+ DOb+l3l5kTkHJtR1CufRB93GrGDCkBFpBcsT7KerhThSZpGSAofX7ViiHgI/Ze2/ 8UlkwQUem5hFd/hq6CISQ7H5nEsijIIOjjOsYKv6Sv9aEr2vJhHYlr5PkY2oS333 DyAssMrjSwbafEokI5hMxudCVaN/b40JhymSmPL9bVgkeOhvgFdzQ3OpgMaes0so 6ni2QSZe8BHitJ4AH8QJOEivGlA0YI+4ABOz9TiBH2oZJzQyG8aM4JDGM6irnv4G JtYyMZ7HCZRzixCb9VuujNod/bOhcDEtPl+JyanG5k7aVEycnmetpuTk7LO54MPJ uJb2X8RIoWt57/qYT9KwOI+BWzErQIT3aBslLvfUYf/gX14VkCsW9hAsRBWU8B8z yUWow718UGGlQvFJjJnO =j6DM -----END PGP SIGNATURE----- --JwB53PgKC5A7+0Ej--