From: Xander Huff <xander.huff@ni.com>
To: Florian Fainelli <f.fainelli@gmail.com>,
Christophe Leroy <christophe.leroy@c-s.fr>,
"David S. Miller" <davem@davemloft.net>
Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
brad.mouring@ni.com, nathan.sullivan@ni.com
Subject: Re: [PATCH] net: phy: micrel: remove suspend/resume
Date: Tue, 23 Aug 2016 17:06:40 -0500 [thread overview]
Message-ID: <57BCC8F0.4000803@ni.com> (raw)
In-Reply-To: <2ee9441d-1b3b-de6d-691d-b615c04c69d0@gmail.com>
On 8/23/2016 2:03 PM, Florian Fainelli wrote:
> +others,
>
> On 08/23/2016 04:13 AM, Christophe Leroy wrote:
>> In ERRATA DS80000700A dated 05 May 2016, Microship recommends to
>> not use software power down mode on KSZ8041 family.
>
> s/Microship/Microchip/
>
>> They say they have no plan to fix this ERRATA in future releases.
>
> The errata applies to specific revisions, is this revision present in
> the lower 4 bits of the MII_PHYSID2 register such that it could be used
> to key the disabling of the power down?
>
>>
>> http://ww1.microchip.com/downloads/en/DeviceDoc/80000700A.pdf
>>
>> Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
>> ---
>> drivers/net/phy/micrel.c | 4 ----
>> 1 file changed, 4 deletions(-)
>>
>> diff --git a/drivers/net/phy/micrel.c b/drivers/net/phy/micrel.c
>> index 053e879..f456c55 100644
>> --- a/drivers/net/phy/micrel.c
>> +++ b/drivers/net/phy/micrel.c
>> @@ -837,8 +837,6 @@ static struct phy_driver ksphy_driver[] = {
>> .get_sset_count = kszphy_get_sset_count,
>> .get_strings = kszphy_get_strings,
>> .get_stats = kszphy_get_stats,
>> - .suspend = genphy_suspend,
>> - .resume = genphy_resume,
>> }, {
>> .phy_id = PHY_ID_KSZ8041RNLI,
>> .phy_id_mask = MICREL_PHY_ID_MASK,
>> @@ -856,8 +854,6 @@ static struct phy_driver ksphy_driver[] = {
>> .get_sset_count = kszphy_get_sset_count,
>> .get_strings = kszphy_get_strings,
>> .get_stats = kszphy_get_stats,
>> - .suspend = genphy_suspend,
>> - .resume = genphy_resume,
>> }, {
>> .phy_id = PHY_ID_KSZ8051,
>> .phy_id_mask = MICREL_PHY_ID_MASK,
>>
>
>
It doesn't appear that KSZ9031 is affected by this errata; no mention of suspend:
http://ww1.microchip.com/downloads/en/DeviceDoc/KSZ9031MNX_Errata_Rev%20A_A2_032515.pdf
--
Xander Huff
Staff Software Engineer
National Instruments
next prev parent reply other threads:[~2016-08-23 22:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20160823111344.25FF41A2459@localhost.localdomain>
2016-08-23 19:03 ` [PATCH] net: phy: micrel: remove suspend/resume Florian Fainelli
2016-08-23 22:06 ` Xander Huff [this message]
2016-08-24 14:14 ` Christophe Leroy
2016-08-26 4:35 ` Florian Fainelli
2016-08-26 6:06 ` Christophe Leroy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=57BCC8F0.4000803@ni.com \
--to=xander.huff@ni.com \
--cc=brad.mouring@ni.com \
--cc=christophe.leroy@c-s.fr \
--cc=davem@davemloft.net \
--cc=f.fainelli@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=nathan.sullivan@ni.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.