Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1468050 > unrolled thread
| Started by | Xander Huff <xander.huff@ni.com> |
|---|---|
| First post | 2016-08-22 23:00 +0200 |
| Last post | 2016-08-24 02:00 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] phy: micrel: Reenable interrupts during resume for ksz9031 Xander Huff <xander.huff@ni.com> - 2016-08-22 23:00 +0200
Re: [PATCH] phy: micrel: Reenable interrupts during resume for ksz9031 Florian Fainelli <f.fainelli@gmail.com> - 2016-08-23 01:40 +0200
Re: [PATCH] phy: micrel: Reenable interrupts during resume for ksz9031 David Miller <davem@davemloft.net> - 2016-08-24 02:00 +0200
| From | Xander Huff <xander.huff@ni.com> |
|---|---|
| Date | 2016-08-22 23:00 +0200 |
| Subject | [PATCH] phy: micrel: Reenable interrupts during resume for ksz9031 |
| Message-ID | <s94u6-2Ol-43@gated-at.bofh.it> |
Like the ksz8081, the ksz9031 has the behavior where it will clear the
interrupt enable bits when leaving power down. This takes advantage of the
solution provided by f5aba91.
Signed-off-by: Xander Huff <xander.huff@ni.com>
Signed-off-by: Nathan Sullivan <nathan.sullivan@ni.com>
---
drivers/net/phy/micrel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/phy/micrel.c b/drivers/net/phy/micrel.c
index 053e879..885ac9c 100644
--- a/drivers/net/phy/micrel.c
+++ b/drivers/net/phy/micrel.c
@@ -964,7 +964,7 @@ static struct phy_driver ksphy_driver[] = {
.get_strings = kszphy_get_strings,
.get_stats = kszphy_get_stats,
.suspend = genphy_suspend,
- .resume = genphy_resume,
+ .resume = kszphy_resume,
}, {
.phy_id = PHY_ID_KSZ8873MLL,
.phy_id_mask = MICREL_PHY_ID_MASK,
--
1.9.1
[toc] | [next] | [standalone]
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Date | 2016-08-23 01:40 +0200 |
| Subject | Re: [PATCH] phy: micrel: Reenable interrupts during resume for ksz9031 |
| Message-ID | <s96YX-4v1-71@gated-at.bofh.it> |
| In reply to | #1468050 |
On 08/22/2016 01:57 PM, Xander Huff wrote: > Like the ksz8081, the ksz9031 has the behavior where it will clear the > interrupt enable bits when leaving power down. This takes advantage of the > solution provided by f5aba91. > > Signed-off-by: Xander Huff <xander.huff@ni.com> > Signed-off-by: Nathan Sullivan <nathan.sullivan@ni.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> -- Florian
[toc] | [prev] | [next] | [standalone]
| From | David Miller <davem@davemloft.net> |
|---|---|
| Date | 2016-08-24 02:00 +0200 |
| Subject | Re: [PATCH] phy: micrel: Reenable interrupts during resume for ksz9031 |
| Message-ID | <s9tLP-2xb-3@gated-at.bofh.it> |
| In reply to | #1468050 |
From: Xander Huff <xander.huff@ni.com> Date: Mon, 22 Aug 2016 15:57:16 -0500 > Like the ksz8081, the ksz9031 has the behavior where it will clear the > interrupt enable bits when leaving power down. This takes advantage of the > solution provided by f5aba91. > > Signed-off-by: Xander Huff <xander.huff@ni.com> > Signed-off-by: Nathan Sullivan <nathan.sullivan@ni.com> Applied.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web