From patchwork Mon Sep 17 09:43:10 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sakari Ailus X-Patchwork-Id: 10602291 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 6ADD56CB for ; Mon, 17 Sep 2018 09:43:14 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5BEB72900C for ; Mon, 17 Sep 2018 09:43:14 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4DD13292FD; Mon, 17 Sep 2018 09:43:14 +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 63C7B2900C for ; Mon, 17 Sep 2018 09:43:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727691AbeIQPJs (ORCPT ); Mon, 17 Sep 2018 11:09:48 -0400 Received: from nblzone-211-213.nblnetworks.fi ([83.145.211.213]:42426 "EHLO hillosipuli.retiisi.org.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726979AbeIQPJs (ORCPT ); Mon, 17 Sep 2018 11:09:48 -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 C4D0B634C7F for ; Mon, 17 Sep 2018 12:43:10 +0300 (EEST) Received: from sakke by valkosipuli.localdomain with local (Exim 4.89) (envelope-from ) id 1g1q3i-0000wD-HD for linux-media@vger.kernel.org; Mon, 17 Sep 2018 12:43:10 +0300 Date: Mon, 17 Sep 2018 12:43:10 +0300 From: Sakari Ailus To: linux-media@vger.kernel.org Subject: [GIT PULL for 4.20] Small lens driver fixes Message-ID: <20180917094310.pbrd6sjy77vzv4tt@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 are two patches for assing maintainers for dw9714 and dw9807 and a small cleanup for the dw9807-vcm driver. Please pull. The following changes since commit 78cf8c842c111df656c63b5d04997ea4e40ef26a: media: drxj: fix spelling mistake in fall-through annotations (2018-09-12 11:21:52 -0400) are available in the git repository at: ssh://linuxtv.org/git/sailus/media_tree.git tags/for-4.20-2-0 for you to fetch changes up to 7e5b31af58cbc946574c36ca4923d5bb7fe01efd: dw9807-vcm: Remove redundant pm_runtime_set_suspended in remove (2018-09-16 01:43:47 +0300) ---------------------------------------------------------------- some lens driver patches ---------------------------------------------------------------- Sakari Ailus (2): dt-bindings: dw9714, dw9807-vcm: Add files to MAINTAINERS, rename files dw9807-vcm: Remove redundant pm_runtime_set_suspended in remove .../bindings/media/i2c/{dongwoon,dw9807.txt => dongwoon,dw9807-vcm.txt} | 0 MAINTAINERS | 2 ++ drivers/media/i2c/dw9807-vcm.c | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) rename Documentation/devicetree/bindings/media/i2c/{dongwoon,dw9807.txt => dongwoon,dw9807-vcm.txt} (100%)