From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932942AbcHVWEB (ORCPT ); Mon, 22 Aug 2016 18:04:01 -0400 Received: from skprod3.natinst.com ([130.164.80.24]:56765 "EHLO ni.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752629AbcHVWD7 (ORCPT ); Mon, 22 Aug 2016 18:03:59 -0400 Message-ID: <57BB76CE.7080606@ni.com> Date: Mon, 22 Aug 2016 17:03:58 -0500 From: Xander Huff User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: "f.fainelli@gmail.com" CC: "netdev@vger.kernel.org" , Brad Mouring , "linux-kernel@vger.kernel.org" , Nathan Sullivan Subject: Re: [PATCH] phy: micrel: Reenable interrupts during on resume for ksz9031 References: <1471898618-55834-1-git-send-email-xander.huff@ni.com> In-Reply-To: <1471898618-55834-1-git-send-email-xander.huff@ni.com> X-MIMETrack: Itemize by SMTP Server on US-AUS-MGWOut1/AUS/H/NIC(Release 8.5.3FP6 HF1218|December 12, 2014) at 08/22/2016 05:03:58 PM, Serialize by Router on US-AUS-MGWOut1/AUS/H/NIC(Release 8.5.3FP6 HF1218|December 12, 2014) at 08/22/2016 05:03:58 PM, Serialize complete at 08/22/2016 05:03:58 PM Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=windows-1252; format=flowed X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-08-22_13:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 8/22/2016 3:43 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 > Signed-off-by: Nathan Sullivan > Natinst-ReviewBoard-ID: 149877 > --- > 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, > Please disregard this patch as it was accidentally sent. Please instead refer to my subsequent email with the subject: "[PATCH] phy: micrel: Reenable interrupts during resume for ksz9031" -- Xander Huff Staff Software Engineer National Instruments