27 Aug, 2020

1 commit

  • Create drivers/net/pcs and move the Synopsys DesignWare XPCS into the
    new directory. Move the header file into a subdirectory
    include/linux/pcs

    Start a naming convention of all PCS files use the prefix pcs-, and
    rename the XPCS files to fit.

    v2:
    Add include/linux/pcs

    v4:
    Fix include path in stmmac.
    Remove PCS_DEVICES to avoid new prompts

    Cc: Jose Abreu
    Reviewed-by: Florian Fainelli
    Signed-off-by: Andrew Lunn
    Signed-off-by: David S. Miller

    Andrew Lunn