Re: [PATCH v2 2/5] phy: Add support for NS2 SATA3 PHY in Broadcom SATA3 PHY driver

2016-03-28 Thread Florian Fainelli
Le 27/03/2016 21:48, Anup Patel a écrit : > This patch adds support for Broadcom NS2 SATA3 PHY in existing > Broadcom SATA3 PHY driver. > > Signed-off-by: Anup Patel As mentioned before during the internal review, there is a lot of churn done here to add NS2 support, which in itself could be a g

[PATCH v2 2/5] phy: Add support for NS2 SATA3 PHY in Broadcom SATA3 PHY driver

2016-03-27 Thread Anup Patel
This patch adds support for Broadcom NS2 SATA3 PHY in existing Broadcom SATA3 PHY driver. Signed-off-by: Anup Patel --- drivers/phy/phy-brcm-sata.c | 238 +--- 1 file changed, 200 insertions(+), 38 deletions(-) diff --git a/drivers/phy/phy-brcm-sata.c b/d