[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <9235D6609DB808459E95D78E17F2E43D40499B30@CHN-SV-EXMX02.mchp-main.com>
Date: Wed, 20 Jan 2016 21:20:16 +0000
From: <Woojung.Huh@...rochip.com>
To: <davem@...emloft.net>, <f.fainelli@...il.com>
CC: <netdev@...r.kernel.org>, <andrew@...n.ch>,
<sergei.shtylyov@...entembedded.com>
Subject: RE: [PATCH net 0/3] net: phy: Finally fix PHY_IGNORE_INTERRUPTS
> > Targetting the "net" tree since these are bugfixes, but I would like
> > Woojun and Andrew to take a look and test that on their respective
> > HW setups as well.
>
> Ok I'll wait for Woojun and Andrew to give feedback.
This patch fixes periodic phy read_status access when phy is configured as PHY_IGNORE_INTERRUPTS.
Tested and confirmed with LAN78xx USB-to-Ethernet driver except following checkpatch.pl warnings.
WARNING: line over 80 characters
#54: FILE: drivers/net/phy/phy.c:1008:
+ queue_delayed_work(system_power_efficient_wq, &phydev->state_queue,
WARNING: Comparisons should place the constant on the right side of the test
#68: FILE: drivers/net/phy/phy.c:714:
+ if (PHY_HALTED != phydev->state &&
Powered by blists - more mailing lists