10 Mar, 2020

1 commit

  • Add NC-SI to the usual phy handling. This makes two notable changes:
    - Somewhat similar to a fixed phy, phy_connect() will create an NC-SI
    phy if CONFIG_PHY_NCSI is defined.
    - An early return is added to phy_read() and phy_write() to handle a
    case like the NC-SI phy which does not define a bus.

    Signed-off-by: Samuel Mendoza-Jonas
    Reviewed-by: Joel Stanley
    Acked-by: Joe Hershberger

    Samuel Mendoza-Jonas
     

09 Dec, 2019

1 commit


11 Oct, 2018

1 commit


27 Jul, 2018

1 commit

  • Because some phy wants to export some functions [1], export.h was
    including the whole phy subsystem which pulls in lots of stuff that
    causes some ordering and redefinition issues. Split out the only part
    that is actually needed in export.h and include it there and in phy.h.

    [1] commit 95279315076c ("board/ls2085rdb: Export functions for
    standalone AQ FW load apps")

    Signed-off-by: Joe Hershberger

    Joe Hershberger