From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v1 net] lan78xx: Set ASD in MAC_CR when EEE is enabled. Date: Sun, 25 Mar 2018 21:07:07 -0400 (EDT) Message-ID: <20180325.210707.1571877676175504785.davem@davemloft.net> References: <20180323101808.6317-1-raghuramchary.jallipalli@microchip.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, unglinuxdriver@microchip.com, woojung.huh@microchip.com To: raghuramchary.jallipalli@microchip.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:44040 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750839AbeCZBHJ (ORCPT ); Sun, 25 Mar 2018 21:07:09 -0400 In-Reply-To: <20180323101808.6317-1-raghuramchary.jallipalli@microchip.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Raghuram Chary J Date: Fri, 23 Mar 2018 15:48:08 +0530 > Description: > EEE does not work with lan7800 when AutoSpeed is not set. > (This can happen when EEPROM is not populated or configured incorrectly) > > Root-Cause: > When EEE is enabled, the mac config register ASD is not set > i.e. in default state, causing EEE fail. > > Fix: > Set the register when eeprom is not present. > > Fixes: 55d7de9de6c3 ("Microchip's LAN7800 family USB 2/3 to 10/100/1000 Ethernet device driver") > Signed-off-by: Raghuram Chary J > --- > v0->v1: > * Resolved the style related problems. > * Removed 1/3 patch count from Subject line. Applied, thanks.