From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761248AbdAKDgV (ORCPT ); Tue, 10 Jan 2017 22:36:21 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:45226 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760964AbdAKDgT (ORCPT ); Tue, 10 Jan 2017 22:36:19 -0500 DMARC-Filter: OpenDMARC Filter v1.3.1 smtp.codeaurora.org C70DA613A9 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=pass smtp.mailfrom=vivek.gautam@codeaurora.org Subject: Re: [PATCH v4 4/4] phy: qcom-qmp: new qmp phy driver for qcom-chipsets To: Andy Gross References: <1484045519-19030-1-git-send-email-vivek.gautam@codeaurora.org> <1484045519-19030-5-git-send-email-vivek.gautam@codeaurora.org> <20170110232045.GE5710@hector.attlocal.net> Cc: robh+dt@kernel.org, kishon@ti.com, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, mark.rutland@arm.com, sboyd@codeaurora.org, bjorn.andersson@linaro.org, srinivas.kandagatla@linaro.org, linux-arm-msm@vger.kernel.org From: Vivek Gautam Message-ID: <08a0fd4f-fc53-55f7-dd24-87b7798e2e2f@codeaurora.org> Date: Wed, 11 Jan 2017 09:06:11 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20170110232045.GE5710@hector.attlocal.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 01/11/2017 04:50 AM, Andy Gross wrote: > On Tue, Jan 10, 2017 at 04:21:59PM +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. >> >> Signed-off-by: Vivek Gautam >> Tested-by: Srinivas Kandagatla >> --- > < snip> > >> +static const struct of_device_id qcom_qmp_phy_of_match_table[] = { >> + { >> + .compatible = "qcom,msm8996-qmp-pcie-phy", >> + .data = &msm8996_pciephy_cfg, >> + }, { >> + .compatible = "qcom,msm8996-qmp-usb3-phy", >> + .data = &msm8996_usb3phy_cfg, >> + }, > Which other chips would this driver support? msm8998 has the same combo PHY IP. We may need minor changes in the initialization tables to support that. Regards Vivek > > > Regards, > > Andy Gross > -- > To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project