Path: csiph.com!1.us.feeder.erje.net!feeder.erje.net!2.eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!news.unit0.net!news.panservice.it!bofh.it!news.nic.it!robomod From: Rob Herring Newsgroups: linux.kernel Subject: Re: [PATCH 2/2] phy: qcom-qmp: new qmp phy driver for qcom-chipsets Date: Wed, 26 Oct 2016 23:20:02 +0200 Message-ID: References: X-Google-Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=xu/2PgYwmLyBZsbmv5H72YJvIUpvEnA8U3l9wPqvUig=; b=S+YUbnxyoXa0I0zGvBws+yETUmXIpiFjunJ+wzy/4SIy53/tbjOhgKuIU9t9C5rV/C +1u7JFe3QF4YsSZtdGat5t/5LomwmbWc2EIsuP0Wt5kqEQmU+ez1KsUBiihp99qR3503 RwrNdwEP0OcjRkcq/DnGX7gtEbjpxXumy9nnog0Lubmg31YutRlYgywLsNEbqxcabNRN jqEgECzfcfialajBrFGyqBe/zI5XeXO67NHxz13lQjvycAX+XIJINShVE/5kY8xMS0SI shA5rG+zRyLHglCKAStfb6Oh/XzUB8L1H7CegN8Ohua/VT2WARV/SSRoSboDlroidZoy bx4w== X-Gm-Message-State: ABUngve6T7SGLAGE/c/+Omli3YhsYE/nm0B88ATpF8tJ559ER+dw5jXWLwYTpr6o1VYWAQ== X-Received: by 10.157.36.232 with SMTP id z95mr3239169ota.124.1477516700739; Wed, 26 Oct 2016 14:18:20 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: robomod@news.nic.it List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Approved: robomod@news.nic.it Lines: 27 Organization: linux.* mail to news gateway X-Original-Cc: kishon@ti.com, mark.rutland@arm.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org X-Original-Date: Wed, 26 Oct 2016 16:18:19 -0500 X-Original-Message-ID: <20161026211819.kwlx56ic5cmahwjm@rob-hp-laptop> X-Original-References: <1476873827-7191-1-git-send-email-vivek.gautam@codeaurora.org> <1476873827-7191-3-git-send-email-vivek.gautam@codeaurora.org> X-Original-Sender: linux-kernel-owner@vger.kernel.org Xref: csiph.com linux.kernel:1509830 On Wed, Oct 19, 2016 at 04:13:47PM +0530, Vivek Gautam wrote: > Qualcomm SOCs have QMP phy controller that provides support > to a number of controller, viz. PCIe, UFS, and USB. > Add a new driver, based on generic phy framework, for this > phy controller. > > USB3-phy changes: Based on phy-msm-ssusb-qmp driver available on > msm-4.4 kernel @codeaurora[1]. > PCIe-phy changes: Based on msm8996-pcie-phy driver posted by > Srinivas [2]. > > [1] https://source.codeaurora.org/quic/la/kernel/msm-4.4/log/?h=caf/3.18/msm-3.18 > [2] https://patchwork.kernel.org/patch/9318947/ > > Signed-off-by: Vivek Gautam > Cc: Kishon Vijay Abraham I > --- > .../devicetree/bindings/phy/qcom-qmp-phy.txt | 61 ++ Acked-by: Rob Herring > drivers/phy/Kconfig | 8 + > drivers/phy/Makefile | 1 + > drivers/phy/phy-qcom-qmp.c | 1154 ++++++++++++++++++++ > 4 files changed, 1224 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt > create mode 100644 drivers/phy/phy-qcom-qmp.c