aboutsummaryrefslogtreecommitdiff
path: root/include/linux/pcs
AgeCommit message (Collapse)AuthorFilesLines
2020-08-27net: pcs: Move XPCS into new PCS subdirectoryAndrew Lunn1-0/+41
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 <[email protected]> Reviewed-by: Florian Fainelli <[email protected]> Signed-off-by: Andrew Lunn <[email protected]> Signed-off-by: David S. Miller <[email protected]>