Re: [PATCH 1/2] phy: qcom: Add driver for QCOM IPQ806x SATA PHY

2014-06-16 Thread Kumar Gala
On Jun 16, 2014, at 5:04 AM, Kishon Vijay Abraham I wrote: > Hi, > > On Friday 13 June 2014 12:48 AM, Kumar Gala wrote: >> Add a PHY driver for uses with AHCI based SATA controller driver on the >> IPQ806x family of SoCs. >> >> Signed-off-by: Kumar Gala >> --- >> drivers/phy/Kconfig

Re: [PATCH 1/2] phy: qcom: Add driver for QCOM IPQ806x SATA PHY

2014-06-16 Thread Kishon Vijay Abraham I
Hi, On Friday 13 June 2014 12:48 AM, Kumar Gala wrote: > Add a PHY driver for uses with AHCI based SATA controller driver on the > IPQ806x family of SoCs. > > Signed-off-by: Kumar Gala > --- > drivers/phy/Kconfig | 6 ++ > drivers/phy/Makefile| 1 + >

Re: [PATCH 1/2] phy: qcom: Add driver for QCOM IPQ806x SATA PHY

2014-06-16 Thread Kishon Vijay Abraham I
Hi, On Friday 13 June 2014 12:48 AM, Kumar Gala wrote: Add a PHY driver for uses with AHCI based SATA controller driver on the IPQ806x family of SoCs. Signed-off-by: Kumar Gala ga...@codeaurora.org --- drivers/phy/Kconfig | 6 ++ drivers/phy/Makefile|

Re: [PATCH 1/2] phy: qcom: Add driver for QCOM IPQ806x SATA PHY

2014-06-16 Thread Kumar Gala
On Jun 16, 2014, at 5:04 AM, Kishon Vijay Abraham I kis...@ti.com wrote: Hi, On Friday 13 June 2014 12:48 AM, Kumar Gala wrote: Add a PHY driver for uses with AHCI based SATA controller driver on the IPQ806x family of SoCs. Signed-off-by: Kumar Gala ga...@codeaurora.org ---

Re: [PATCH 1/2] phy: qcom: Add driver for QCOM IPQ806x SATA PHY

2014-06-12 Thread Stephen Boyd
On 06/12/14 12:18, Kumar Gala wrote: > + > +struct qcom_ipq806x_sata_phy { > + struct device *dev; Is this used? > + void __iomem *mmio; > + struct clk *cfg_clk; [...] > + > +static int qcom_ipq806x_sata_phy_init(struct phy *generic_phy) > +{ > + struct qcom_ipq806x_sata_phy *phy

[PATCH 1/2] phy: qcom: Add driver for QCOM IPQ806x SATA PHY

2014-06-12 Thread Kumar Gala
Add a PHY driver for uses with AHCI based SATA controller driver on the IPQ806x family of SoCs. Signed-off-by: Kumar Gala --- drivers/phy/Kconfig | 6 ++ drivers/phy/Makefile| 1 + drivers/phy/phy-qcom-ipq806x-sata.c | 204

[PATCH 1/2] phy: qcom: Add driver for QCOM IPQ806x SATA PHY

2014-06-12 Thread Kumar Gala
Add a PHY driver for uses with AHCI based SATA controller driver on the IPQ806x family of SoCs. Signed-off-by: Kumar Gala ga...@codeaurora.org --- drivers/phy/Kconfig | 6 ++ drivers/phy/Makefile| 1 + drivers/phy/phy-qcom-ipq806x-sata.c | 204

Re: [PATCH 1/2] phy: qcom: Add driver for QCOM IPQ806x SATA PHY

2014-06-12 Thread Stephen Boyd
On 06/12/14 12:18, Kumar Gala wrote: + +struct qcom_ipq806x_sata_phy { + struct device *dev; Is this used? + void __iomem *mmio; + struct clk *cfg_clk; [...] + +static int qcom_ipq806x_sata_phy_init(struct phy *generic_phy) +{ + struct qcom_ipq806x_sata_phy *phy =