No, I did not get a chance to look at it. I will have a look at it today.
On Jun 23, 2014, at 1:00 PM, Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx> 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 <sthumma@xxxxxxxxxxxxxx>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx>
---
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?
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.
--
- k