Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752860AbdGSGVq (ORCPT ); Wed, 19 Jul 2017 02:21:46 -0400 Received: from out20-87.mail.aliyun.com ([115.124.20.87]:38946 "EHLO out20-87.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751548AbdGSGVp (ORCPT ); Wed, 19 Jul 2017 02:21:45 -0400 X-Alimail-AntiSpam: AC=CONTINUE;BC=0.07859742|-1;FP=0|0|0|0|0|-1|-1|-1;HT=e02c03295;MF=yong.deng@magewell.com;NM=1;PH=DS;RN=22;RT=22;SR=0;TI=SMTPD_---.8RZefKv_1500445280; Date: Wed, 19 Jul 2017 14:21:20 +0800 From: Yong To: Baruch Siach Cc: mchehab@kernel.org, robh+dt@kernel.org, mark.rutland@arm.com, maxime.ripard@free-electrons.com, wens@csie.org, hans.verkuil@cisco.com, peter.griffin@linaro.org, hugues.fruchet@st.com, krzk@kernel.org, bparrot@ti.com, arnd@arndb.de, jean-christophe.trotin@st.com, benjamin.gaignard@linaro.org, tiffany.lin@mediatek.com, kamil@wypas.org, kieran+renesas@ksquared.org.uk, andrew-ct.chen@mediatek.com, linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH RFC 2/2] dt-bindings: add binding documentation for Allwinner CSI Message-Id: <20170719142120.d00469cf9fce844d40b9988e@magewell.com> In-Reply-To: <20170719044923.yae2ye4slvrmtyfe@sapphire.tkos.co.il> References: <1498561654-14658-1-git-send-email-yong.deng@magewell.com> <1498561654-14658-3-git-send-email-yong.deng@magewell.com> <20170718115530.ssy7g5vv4siqnfpo@tarshish> <20170719092249.2fb6ec720ba1b194cea320c8@magewell.com> <20170719044923.yae2ye4slvrmtyfe@sapphire.tkos.co.il> X-Mailer: Sylpheed 3.6.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1883 Lines: 64 Hi Baruch, On Wed, 19 Jul 2017 07:49:23 +0300 Baruch Siach wrote: > Hi Yong, > > On Wed, Jul 19, 2017 at 09:22:49AM +0800, Yong wrote: > > On Tue, 18 Jul 2017 14:55:30 +0300 > > Baruch Siach wrote: > > > I am trying to get this driver working on the Olimex A33 OLinuXino. I > > > didn't get it working yet, but I had some progress. See the comment below > > > on one issue I encountered. > > > > > > On Tue, Jun 27, 2017 at 07:07:34PM +0800, Yong Deng wrote: > > > > Add binding documentation for Allwinner CSI. > > > > > > > > Signed-off-by: Yong Deng > > > > --- > > [...] > > > > > +Example: > > > > + > > > > + csi1: csi@01cb4000 { > > > > + compatible = "allwinner,sun8i-v3s-csi"; > > > > + reg = <0x01cb4000 0x1000>; > > > > > > You use platform_get_resource_byname() to get this IO resource. This requires > > > adding mandatory > > > > > > reg-names = "csi"; > > > > > > But is it actually needed? Wouldn't a simple platform_get_resource() be > > > enough? > > > > You are right. > > This will be fixed in the next version. > > I am waiting for more comments for the sunxi-csi.h. It's pleasure if > > you have any suggestions about it. > > You mean sunxi_csi.h, right? Yes. My spelling mistake. > > Why do you need the sunxi_csi_ops indirection? Do you expect to add > alternative implementations of these ops at some point? I want to seperate the sunxi_video.c and sunxi_csi_v3s.c. sunxi_csi_v3s.c is Soc specific. Maybe there will be sunxi_csi_r40.c in the futrue. But the sunxi_video.c and sunxi_csi.c are common. > > baruch > > -- > http://baruch.siach.name/blog/ ~. .~ Tk Open Systems > =}------------------------------------------------ooO--U--Ooo------------{= > - baruch@tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il - Thanks, Yong