From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EBD6FC76186 for ; Wed, 24 Jul 2019 16:37:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BCE782189F for ; Wed, 24 Jul 2019 16:37:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563986262; bh=eN3PfAR7JAru4yH4gFnr7lGXWSeDttipjxKfFrZhV58=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=p5XJqvndu2GgPqI56f68TuWtpQchR5bL/6iLlV4pGCs3O2U9iW8xWdyv++b/w22Xs ploQ9jcltn4F5AIWhuJ73NuFRJc/jkRmoXdIe1m3SVC1/A2yw+UFnr0wteePQPXzsK NBYJewqP/NLPzoEESuln6pIa6LwLJEVO8WdD7yLU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387402AbfGXQhl (ORCPT ); Wed, 24 Jul 2019 12:37:41 -0400 Received: from mail-io1-f68.google.com ([209.85.166.68]:34418 "EHLO mail-io1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726316AbfGXQhl (ORCPT ); Wed, 24 Jul 2019 12:37:41 -0400 Received: by mail-io1-f68.google.com with SMTP id k8so91003976iot.1; Wed, 24 Jul 2019 09:37:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=aN3WiNJl0bfCZ6MqW9HUrJKO6cOxUKnLi8cPca8JyJ4=; b=PXkLnpXrc225FlQ/IUjX8YWqOFAh82Ma4N7/JtL5wngdM7SoIazxcbU7DyrPlaWbQU U6cozBESoJr1QeudKNIRORYrFA45yXj0FZQck3ecKJ4SQsrDrnxmKuV/0urqr5cBqDeO vP8zfXaYpE3dJa/qHYJe+5iEt2vxFBsybecYY7knLuBh3mHYQ6rzZDJSp1/N5AXMq5eW e9/aGHbC7pSKG6++sJwIkDw/baWVYomzEghH9zHEvbC/ejcB5kB9nfkEJAyOPZZeQWn6 WzHeFzfqKp0mPwtyGo6JuVut7/L3vDDV46xFYZ457x6vp5AVV0N6/cwdPuV9qwpsbMJm Ve2w== X-Gm-Message-State: APjAAAUm8YYL6EMs7SQ93t6yEITKNsxcdwkPiTebdQqfq88jd5qLekb+ sn7gZ2MfrPZ0v68Cn0K0Cg== X-Google-Smtp-Source: APXvYqxBJFBHz4CQS6sQgG+9iwqs2ivKeU8rEkIxda0VNz5GfxhHcwnTFYOz14lhl0mS6oDzsTpOug== X-Received: by 2002:a5d:8195:: with SMTP id u21mr78103739ion.260.1563986260529; Wed, 24 Jul 2019 09:37:40 -0700 (PDT) Received: from localhost ([64.188.179.254]) by smtp.gmail.com with ESMTPSA id l5sm80967912ioq.83.2019.07.24.09.37.39 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Wed, 24 Jul 2019 09:37:39 -0700 (PDT) Date: Wed, 24 Jul 2019 10:37:39 -0600 From: Rob Herring To: dongchun.zhu@mediatek.com Cc: mchehab@kernel.org, mark.rutland@arm.com, matthias.bgg@gmail.com, sakari.ailus@linux.intel.com, tfiga@chromium.org, bingbu.cao@intel.com, srv_heupstream@mediatek.com, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, sj.huang@mediatek.com, linux-media@vger.kernel.org, devicetree@vger.kernel.org, louis.kuo@mediatek.com, shengnan.wang@mediatek.com Subject: Re: [PATCH 1/2] media: i2c: dw9768: Add DT support and MAINTAINERS entry Message-ID: <20190724163739.GA29502@bogus> References: <20190708100641.2702-1-dongchun.zhu@mediatek.com> <20190708100641.2702-2-dongchun.zhu@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20190708100641.2702-2-dongchun.zhu@mediatek.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org On Mon, Jul 08, 2019 at 06:06:40PM +0800, dongchun.zhu@mediatek.com wrote: > From: Dongchun Zhu > > Add the Devicetree binding documentation and MAINTAINERS entry for dw9768. > > Signed-off-by: Dongchun Zhu > --- > Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.txt | 9 +++++++++ > MAINTAINERS | 7 +++++++ > 2 files changed, 16 insertions(+) > create mode 100644 Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.txt > > diff --git a/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.txt b/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.txt > new file mode 100644 > index 0000000..94b8ec3 > --- /dev/null > +++ b/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.txt > @@ -0,0 +1,9 @@ > +Dongwoon Anatech DW9768 camera voice coil lens driver > + > +DW9768 is a 10-bit DAC with current sink capability. It is intended > +for driving voice coil lenses in camera modules. > + > +Mandatory properties: > + > +- compatible: "dongwoon,dw9768" > +- reg: I²C slave address Why not shared with the existing DW9807 binding? Or this could be a trivial device. > diff --git a/MAINTAINERS b/MAINTAINERS > index 5cfbea4..8f6ac93 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -4872,6 +4872,13 @@ S: Maintained > F: drivers/media/i2c/dw9714.c > F: Documentation/devicetree/bindings/media/i2c/dongwoon,dw9714.txt > > +DONGWOON DW9768 LENS VOICE COIL DRIVER > +M: Dongchun Zhu > +L: linux-media@vger.kernel.org > +T: git git://linuxtv.org/media_tree.git > +S: Maintained > +F: Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.txt > + > DONGWOON DW9807 LENS VOICE COIL DRIVER > M: Sakari Ailus > L: linux-media@vger.kernel.org > -- > 2.9.2 >