Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932841AbdC2Ag4 (ORCPT ); Tue, 28 Mar 2017 20:36:56 -0400 Received: from relay1.mentorg.com ([192.94.38.131]:54727 "EHLO relay1.mentorg.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932621AbdC2AgI (ORCPT ); Tue, 28 Mar 2017 20:36:08 -0400 Subject: Re: [PATCH v6 02/39] [media] dt-bindings: Add bindings for i.MX media driver To: Rob Herring , Steve Longerbeam References: <1490661656-10318-1-git-send-email-steve_longerbeam@mentor.com> <1490661656-10318-3-git-send-email-steve_longerbeam@mentor.com> CC: Mark Rutland , Shawn Guo , "kernel@pengutronix.de" , Fabio Estevam , Russell King , Mauro Carvalho Chehab , Hans Verkuil , Nick Dyer , , Philipp Zabel , Laurent Pinchart , Benoit Parrot , Geert Uytterhoeven , Arnd Bergmann , Sudip Mukherjee , Minghsiu Tsai , tiffany lin , Jean-Christophe Trotin , Simon Horman , =?UTF-8?Q?Niklas_S=c3=b6derlund?= , Robert Jarzmik , Songjun Wu , =?UTF-8?B?QW5kcmV3LUNUIENoZW4gKOmZs+aZuui/qik=?= , Greg Kroah-Hartman , , Sakari Ailus , Pavel Machek , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-media@vger.kernel.org" , From: Steve Longerbeam Message-ID: <70bacfb5-aef1-76d1-37d2-23a524903d45@mentor.com> Date: Tue, 28 Mar 2017 17:35:52 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-ClientProxiedBy: SVR-ORW-MBX-06.mgc.mentorg.com (147.34.90.206) To svr-orw-mbx-02.mgc.mentorg.com (147.34.90.202) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1114 Lines: 36 On 03/28/2017 05:21 PM, Rob Herring wrote: > On Mon, Mar 27, 2017 at 7:40 PM, Steve Longerbeam wrote: >> Add bindings documentation for the i.MX media driver. >> >> >> + >> +mipi_csi2 node >> +-------------- >> + >> +This is the device node for the MIPI CSI-2 Receiver, required for MIPI >> +CSI-2 sensors. >> + >> +Required properties: >> +- compatible : "fsl,imx6-mipi-csi2", "snps,dw-mipi-csi2"; > > As I mentioned in v5, there's a DW CSI2 binding in progress. This > needs to be based on that. Hi Rob, I'm not sure what you are asking me to do. I assume if there's another binding doc in progress, it means someone is working on another Synopsys DW CSI-2 subdevice driver. Unfortunately I don't have the time to contribute and switch to this other subdevice, and do test/debug. For now I would prefer if this patchset is merged as is, and then contribute/switch to another CSI-2 subdev later. It is also getting very difficult managing all these patches (39 as of this version), and I'd prefer not to spam the lists with such large patchsets for too much longer. Steve