[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1368439120-26322-3-git-send-email-neidhard.kim@lge.com>
Date: Mon, 13 May 2013 18:58:39 +0900
From: Jongsung Kim <neidhard.kim@....com>
To: davem@...emloft.net, peppe.cavallaro@...com,
chohnstaedt@...ominate.com, heiko.carstens@...ibm.com,
schwidefsky@...ibm.com
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
Jongsung Kim <neidhard.kim@....com>
Subject: [PATCH v3 3/4] net: phy: realtek: add suspend/resume handlers for the RTL8211B
Add compatible but missing generic PHY suspend/resume handlers for
the RTL8211B driver.
Signed-off-by: Jongsung Kim <neidhard.kim@....com>
---
drivers/net/phy/realtek.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/net/phy/realtek.c b/drivers/net/phy/realtek.c
index 8e95e38..6f0726a 100644
--- a/drivers/net/phy/realtek.c
+++ b/drivers/net/phy/realtek.c
@@ -126,6 +126,8 @@ static struct phy_driver realtek_drv[] = {
.read_status = &genphy_read_status,
.ack_interrupt = &rtl821x_ack_interrupt,
.config_intr = &rtl8211b_config_intr,
+ .suspend = genphy_suspend,
+ .resume = genphy_resume,
.driver = { .owner = THIS_MODULE,},
},
{ /* RTL8211E */
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists