From mboxrd@z Thu Jan 1 00:00:00 1970 From: Srinivas Kandagatla Subject: Re: [PATCH] phy: qcom: Add driver for QCOM APQ8064 SATA PHY Date: Mon, 23 Jun 2014 19:38:51 +0100 Message-ID: <53A8743B.8020404@linaro.org> References: <1403546409-10860-1-git-send-email-srinivas.kandagatla@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-ide-owner@vger.kernel.org To: Kumar Gala Cc: Kishon Vijay Abraham I , Grant Likely , Rob Herring , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-ide@vger.kernel.org, Sujit Reddy Thumma List-Id: linux-arm-msm@vger.kernel.org On 23/06/14 19:12, Kumar Gala wrote: > > On Jun 23, 2014, at 1:00 PM, Srinivas Kandagatla wrote: > >> Add a PHY driver for uses with AHCI based SATA controller driver on the >> APQ8064 family of SoCs. >> >> This patch is a forward port plus separating PHY code of SATA driver >> from Qualcomm's v3.4 andriod kernel. >> >> Tested on IFC6410 board. >> >> CC: Sujit Reddy Thumma >> Signed-off-by: Srinivas Kandagatla >> --- >> drivers/phy/Kconfig | 7 + >> drivers/phy/Makefile | 1 + >> drivers/phy/phy-qcom-apq8064-sata.c | 358 ++++++++++++++++++++++++++++++++++++ >> 3 files changed, 366 insertions(+) >> create mode 100644 drivers/phy/phy-qcom-apq8064-sata.c > > Did you look at the 3.10 Android kernel tree version of the phy driver? > No, I did not get a chance to look at it. I will have a look at it today. > Also do you have a DT binding spec to go with this? yes, I did add it into the same binding spec qcom-phy.txt as ipq806x. I will send this in a different patch. thanks, srini > > - k >