All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 3/4] net: phy/vitesse: Add support for VSC8584 phy
@ 2015-08-07 12:31 Prabhakar Kushwaha
  2015-08-11 16:48 ` Joe Hershberger
  2015-09-02  2:46 ` York Sun
  0 siblings, 2 replies; 3+ messages in thread
From: Prabhakar Kushwaha @ 2015-08-07 12:31 UTC (permalink / raw)
  To: u-boot

Add support of VSC8584 phy placed on new QSGMII/SGMII ethernet riser cards
used on LS2085QDS platforms.

Signed-off-by: King Chung Lo at freescale.com <KingChungLo@freescale.com>
Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
---
 drivers/net/phy/vitesse.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/drivers/net/phy/vitesse.c b/drivers/net/phy/vitesse.c
index 20a6746..941d076 100644
--- a/drivers/net/phy/vitesse.c
+++ b/drivers/net/phy/vitesse.c
@@ -347,6 +347,16 @@ static struct phy_driver VSC8514_driver = {
 	.shutdown = &genphy_shutdown,
 };
 
+static struct phy_driver VSC8584_driver = {
+	.name = "Vitesse VSC8584",
+	.uid = 0x707c0,
+	.mask = 0xffff0,
+	.features = PHY_GBIT_FEATURES,
+	.config = &vsc8574_config,
+	.startup = &vitesse_startup,
+	.shutdown = &genphy_shutdown,
+};
+
 static struct phy_driver VSC8601_driver = {
 	.name = "Vitesse VSC8601",
 	.uid = 0x70420,
@@ -417,6 +427,7 @@ int phy_vitesse_init(void)
 	phy_register(&VSC8211_driver);
 	phy_register(&VSC8221_driver);
 	phy_register(&VSC8574_driver);
+	phy_register(&VSC8584_driver);
 	phy_register(&VSC8514_driver);
 	phy_register(&VSC8662_driver);
 	phy_register(&VSC8664_driver);
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH 3/4] net: phy/vitesse: Add support for VSC8584 phy
  2015-08-07 12:31 [U-Boot] [PATCH 3/4] net: phy/vitesse: Add support for VSC8584 phy Prabhakar Kushwaha
@ 2015-08-11 16:48 ` Joe Hershberger
  2015-09-02  2:46 ` York Sun
  1 sibling, 0 replies; 3+ messages in thread
From: Joe Hershberger @ 2015-08-11 16:48 UTC (permalink / raw)
  To: u-boot

Hi Prabhakar,

On Fri, Aug 7, 2015 at 7:31 AM, Prabhakar Kushwaha
<prabhakar@freescale.com> wrote:
> Add support of VSC8584 phy placed on new QSGMII/SGMII ethernet riser cards
> used on LS2085QDS platforms.
>
> Signed-off-by: King Chung Lo at freescale.com <KingChungLo@freescale.com>
> Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>

Acked-by: Joe Hershberger <joe.hershberger@ni.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH 3/4] net: phy/vitesse: Add support for VSC8584 phy
  2015-08-07 12:31 [U-Boot] [PATCH 3/4] net: phy/vitesse: Add support for VSC8584 phy Prabhakar Kushwaha
  2015-08-11 16:48 ` Joe Hershberger
@ 2015-09-02  2:46 ` York Sun
  1 sibling, 0 replies; 3+ messages in thread
From: York Sun @ 2015-09-02  2:46 UTC (permalink / raw)
  To: u-boot



On 08/07/2015 07:31 AM, Prabhakar Kushwaha wrote:
> Add support of VSC8584 phy placed on new QSGMII/SGMII ethernet riser cards
> used on LS2085QDS platforms.
> 
> Signed-off-by: King Chung Lo at freescale.com <KingChungLo@freescale.com>
> Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
> ---

Applied to fsl-qoriq master branch. Awaiting upstream.

York

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-09-02  2:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-07 12:31 [U-Boot] [PATCH 3/4] net: phy/vitesse: Add support for VSC8584 phy Prabhakar Kushwaha
2015-08-11 16:48 ` Joe Hershberger
2015-09-02  2:46 ` York Sun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.