From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ivan T. Ivanov" Subject: Re: [PATCH v2 1/3] usb: chipidea: msm: Add device tree binding information Date: Tue, 18 Feb 2014 19:27:00 +0200 Message-ID: <1392744420.17130.24.camel@iivanov-dev> References: <1392729681-21022-1-git-send-email-iivanov@mm-sol.com> <1392729681-21022-2-git-send-email-iivanov@mm-sol.com> <20140218161303.GD31116@joshc.qualcomm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20140218161303.GD31116@joshc.qualcomm.com> Sender: linux-arm-msm-owner@vger.kernel.org To: Josh Cartwright Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Rob Landley , Greg Kroah-Hartman , David Brown , devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org List-Id: devicetree@vger.kernel.org Hi, On Tue, 2014-02-18 at 10:13 -0600, Josh Cartwright wrote: > On Tue, Feb 18, 2014 at 03:21:19PM +0200, Ivan T. Ivanov wrote: > > From: "Ivan T. Ivanov" > > > > Document device tree binding information as required by > > the Qualcomm USB controller. > > > > Signed-off-by: Ivan T. Ivanov > > --- > > .../devicetree/bindings/usb/msm-hsusb.txt | 17 +++++++++++++++++ > > Is this really the appropriate place to document this? It seems like > this binding doc should be merged with the i.MX ci13xxx binding in a > common ci13xxx doc. > This driver is a "glue" layer driver which control Qualcomm specific logic around Chipidea IP core. It is supposed to hold "non standard" Chipidea properties, but I suppose that ci-hdrc-qcom.txt will be better name and will be similar to i.MX chosen name. What do you think? Regards, Ivan