From patchwork Wed Sep 26 21:23:02 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sakari Ailus X-Patchwork-Id: 10616893 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 076A213A4 for ; Wed, 26 Sep 2018 21:23:07 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id EA2872B74E for ; Wed, 26 Sep 2018 21:23:06 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id DD8812B7F2; Wed, 26 Sep 2018 21:23:06 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 04A262B74E for ; Wed, 26 Sep 2018 21:23:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726976AbeI0Dh6 (ORCPT ); Wed, 26 Sep 2018 23:37:58 -0400 Received: from nblzone-211-213.nblnetworks.fi ([83.145.211.213]:60796 "EHLO hillosipuli.retiisi.org.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726107AbeI0Dh5 (ORCPT ); Wed, 26 Sep 2018 23:37:57 -0400 Received: from valkosipuli.localdomain (valkosipuli.retiisi.org.uk [IPv6:2001:1bc8:1a6:d3d5::80:2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hillosipuli.retiisi.org.uk (Postfix) with ESMTPS id 96BFF634C7D for ; Thu, 27 Sep 2018 00:23:02 +0300 (EEST) Received: from sakke by valkosipuli.localdomain with local (Exim 4.89) (envelope-from ) id 1g5HGw-0001J7-A9 for linux-media@vger.kernel.org; Thu, 27 Sep 2018 00:23:02 +0300 Date: Thu, 27 Sep 2018 00:23:02 +0300 From: Sakari Ailus To: linux-media@vger.kernel.org Subject: [GIT PULL for 4.20] Unlocked control grab and imx319 driver Message-ID: <20180926212302.yk3f5k7hqhp6vufl@valkosipuli.retiisi.org.uk> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Mauro, Here's a driver for Sony imx319 sensor and an unlocked version of v4l2_ctrl_grab() which is used by the driver. Please pull. The following changes since commit 985cdcb08a0488558d1005139596b64d73bee267: media: ov5640: fix restore of last mode set (2018-09-17 15:33:38 -0400) are available in the git repository at: ssh://linuxtv.org/git/sailus/media_tree.git tags/for-4.20-8-sign-2 for you to fetch changes up to 0e5924d5c0051228a59adffa1e48777f9ebd60de: media: add imx319 camera sensor driver (2018-09-27 00:19:40 +0300) ---------------------------------------------------------------- v4l2_ctrl_grab and imx319 ---------------------------------------------------------------- Bingbu Cao (1): media: add imx319 camera sensor driver Sakari Ailus (2): v4l: ctrl: Remove old documentation from v4l2_ctrl_grab v4l: ctrl: Provide unlocked variant of v4l2_ctrl_grab MAINTAINERS | 7 + drivers/media/i2c/Kconfig | 11 + drivers/media/i2c/Makefile | 1 + drivers/media/i2c/imx319.c | 2558 ++++++++++++++++++++++++++++++++++ drivers/media/v4l2-core/v4l2-ctrls.c | 14 +- include/media/v4l2-ctrls.h | 26 +- 6 files changed, 2606 insertions(+), 11 deletions(-) create mode 100644 drivers/media/i2c/imx319.c