RE: [Intel-wired-lan] e1000e: PHY cann't be initialized correctly on some I218 controllers

2016-08-09 Thread Brown, Aaron F
[Intel-wired-lan] e1000e: PHY cann't be initialized correctly on > some I218 controllers > > > > On 8/7/2016 11:56, Denis Turischev wrote: > > Hi Raanan, > > > > On 08/04/2016 07:18 PM, Raanan Avargil wrote: > >> It is hard to determine what is exact

Re: [Intel-wired-lan] e1000e: PHY cann't be initialized correctly on some I218 controllers

2016-08-04 Thread Raanan Avargil
On 8/1/2016 15:28, Denis Turischev wrote: There is an error "e1000e: probe of :00:19.0 failed with error -3" that can be observed after power-on on some I218 controllers. Hardware reset and re-initialization fixes the issue. Signed-off-by: Denis Turischev diff -Nru linux-4.7.orig/drivers

e1000e: PHY cann't be initialized correctly on some I218 controllers

2016-08-01 Thread Denis Turischev
There is an error "e1000e: probe of :00:19.0 failed with error -3" that can be observed after power-on on some I218 controllers. Hardware reset and re-initialization fixes the issue. Signed-off-by: Denis Turischev diff -Nru linux-4.7.orig/drivers/net/ethernet/intel/e1000e/ich8lan.c linux-4.