From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751700AbcGRC2V (ORCPT ); Sun, 17 Jul 2016 22:28:21 -0400 Received: from mail-oi0-f65.google.com ([209.85.218.65]:34230 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751370AbcGRC2T (ORCPT ); Sun, 17 Jul 2016 22:28:19 -0400 Date: Sun, 17 Jul 2016 21:28:16 -0500 From: Rob Herring To: Stephen Boyd Cc: linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Andy Gross , Bjorn Andersson , Neil Armstrong , Arnd Bergmann , Felipe Balbi , Kishon Vijay Abraham I , devicetree@vger.kernel.org Subject: Re: [PATCH v2 22/22] phy: Add support for Qualcomm's USB HS phy Message-ID: <20160718022816.GA16357@rob-hp-laptop> References: <20160707222114.1673-1-stephen.boyd@linaro.org> <20160707222114.1673-23-stephen.boyd@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160707222114.1673-23-stephen.boyd@linaro.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 07, 2016 at 03:21:13PM -0700, Stephen Boyd wrote: > The high-speed phy on qcom SoCs is controlled via the ULPI > viewport. > > Cc: Kishon Vijay Abraham I > Cc: > Signed-off-by: Stephen Boyd > --- > .../devicetree/bindings/phy/qcom,usb-hs-phy.txt | 83 ++++++ > drivers/phy/Kconfig | 8 + > drivers/phy/Makefile | 1 + > drivers/phy/phy-qcom-usb-hs.c | 295 +++++++++++++++++++++ > 4 files changed, 387 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.txt > create mode 100644 drivers/phy/phy-qcom-usb-hs.c > > diff --git a/Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.txt b/Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.txt > new file mode 100644 > index 000000000000..a7bda9186d5b > --- /dev/null > +++ b/Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.txt > @@ -0,0 +1,83 @@ > +Qualcomm's USB HS PHY > + > +PROPERTIES > + > +- compatible: > + Usage: required > + Value type: > + Definition: Should contain "qcom,usb-hs-phy" Add a chip specific compatible. Rob