On 8/16/2020 11:56 AM, Andrew Lunn wrote:
Create drivers/net/pcs and move the Synopsys DesignWare XPCS into the
new directory.

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

Cc: Jose Abreu <jose.ab...@synopsys.com>
Signed-off-by: Andrew Lunn <and...@lunn.ch>
---
  MAINTAINERS                                   |  5 +++--
  drivers/net/Kconfig                           |  2 ++
  drivers/net/Makefile                          |  1 +
  drivers/net/ethernet/stmicro/stmmac/Kconfig   |  2 +-
  drivers/net/ethernet/stmicro/stmmac/common.h  |  2 +-
  drivers/net/pcs/Kconfig                       | 20 +++++++++++++++++++
  drivers/net/pcs/Makefile                      |  4 ++++
  .../net/{phy/mdio-xpcs.c => pcs/pcs-xpcs.c}   |  2 +-
  drivers/net/phy/Kconfig                       |  6 ------
  drivers/net/phy/Makefile                      |  1 -
  include/linux/{mdio-xpcs.h => pcs-xpcs.h}     |  8 ++++----

Why not reflect that directory into the include folder as well and create include/linux/pcs/pcs-xpcs.h?
--
Florian

Reply via email to