15 May, 2018

1 commit


08 Aug, 2017

1 commit


23 Oct, 2012

1 commit


11 Nov, 2011

1 commit


21 Apr, 2011

1 commit

  • The tsec driver had a bunch of PHY drivers already written. This
    converts them all into PHY Lib drivers, and serves as the first
    set of PHY drivers for PHY Lib.

    While doing that, cleaned up a number of magic numbers (though
    not all of them, as PHY vendors like to keep their numbers as
    magical as possible). Also, noticed that almost all of the
    vitesse/cicada PHYs had the same config/parse/startup functions,
    so those have been collapsed into one.

    Signed-off-by: Andy Fleming
    Signed-off-by: Kumar Gala
    Acked-by: Detlev Zundel

    Andy Fleming