08 Nov, 2016

1 commit

  • Like [1], reset the FLP burst timing for the KSZ9031 to the 16ms
    specified by the IEEE802.3 standard from the chip's default of 8ms.

    For more details, see the "Auto-Negotiation Timing" section of the
    KSZ9031RNX datasheet.

    [1] https://patchwork.kernel.org/patch/6558371/

    Signed-off-by: Ash Charles
    Acked-by: Joe Hershberger

    Ash Charles
     

02 Sep, 2015

1 commit


23 Nov, 2013

1 commit


25 Jun, 2013

1 commit


28 Feb, 2012

1 commit

  • Add the gigabit phy KSZ9021.
    Also, add function ksz9021_phy_extended_write
    /_read for access to the phys extended registers.
    The environment variable "disable_giga"
    can be used to disable 1000baseTx.

    Signed-off-by: Troy Kisky
    Acked-by: Dirk Behme

    Troy Kisky