From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Chen Subject: Re: [PATCH v3 0/3] usb: chipidea: msm: Clean and fix glue layer driver Date: Wed, 23 Apr 2014 16:23:02 +0800 Message-ID: <20140423082259.GA22549@shlinux1.ap.freescale.net> References: <1398159797-26917-1-git-send-email-iivanov@mm-sol.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Received: from [207.46.163.209] ([207.46.163.209]:38621 "EHLO na01-bl2-obe.outbound.protection.outlook.com" rhost-flags-FAIL-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1750860AbaDWJch (ORCPT ); Wed, 23 Apr 2014 05:32:37 -0400 Content-Disposition: inline In-Reply-To: <1398159797-26917-1-git-send-email-iivanov@mm-sol.com> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: "Ivan T. Ivanov" Cc: Greg Kroah-Hartman , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, linux-arm-msm@vger.kernel.org On Tue, Apr 22, 2014 at 12:43:14PM +0300, Ivan T. Ivanov wrote: > From: "Ivan T. Ivanov" > > This series intend to fix driver, which was broken for a while. > It is used to create peripheral role device, which in coordination > with phy-usb-msm driver could provide USB2.0 gadget support for > Qualcomm targets. > > Changes since version 2. > > - Rename devicetree description file to ci-hdrc-qcom.txt to be in-line > with Freescale and Zevio naming scheme > - Use better name for usb-phy phandle. > - Make of_device_id structure const > > [1] https://lkml.org/lkml/2014/2/18/209 > > Ivan T. Ivanov (3): > usb: chipidea: msm: Add device tree binding information > usb: chipidea: msm: Add device tree support > usb: chipidea: msm: Initialize offset of the capability registers > > .../devicetree/bindings/usb/ci-hdrc-qcom.txt | 17 +++++++++++++++ > drivers/usb/chipidea/ci_hdrc_msm.c | 24 +++++++++++++++++++++- > 2 files changed, 40 insertions(+), 1 deletion(-) > create mode 100644 Documentation/devicetree/bindings/usb/ci-hdrc-qcom.txt > > -- > 1.8.3.2 > > > This patchset looks ok except the typo which Srinivas Kandagatla mentions. -- Best Regards, Peter Chen