• R
    net: dp83640: fix broken calibration routine. · 397a253a
    Richard Cochran 提交于
    Currently, the calibration function that corrects the initial offsets
    among multiple devices only works the first time.  If the function is
    called more than once, the calibration fails and bogus offsets will be
    programmed into the devices.
    
    In a well hidden spot, the device documentation tells that trigger indexes
    0 and 1 are special in allowing the TRIG_IF_LATE flag to actually work.
    
    This patch fixes the issue by using one of the special triggers during the
    recalibration method.
    Signed-off-by: NRichard Cochran <richardcochran@gmail.com>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    397a253a
dp83640.c 36.3 KB