]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'Move-MDIO-drivers-into-their-own-directory'
authorDavid S. Miller <davem@davemloft.net>
Thu, 27 Aug 2020 13:55:51 +0000 (06:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Aug 2020 13:55:51 +0000 (06:55 -0700)
commit528ccdd294c14a469668dcd44b7c4e45c3c332a1
tree03e563ae6d5911acb841c909a16e44db5da413b3
parent2cc88fac2f4d8f0971c4c22608b6085fc66729c3
parent8235c8293847c9cbd07572c23e686b993fdcba4a
Merge branch 'Move-MDIO-drivers-into-their-own-directory'

Andrew Lunn says:

====================
Move MDIO drivers into their own directory

The phy subdirectory is getting cluttered. It has both PHY drivers and
MDIO drivers, plus a stray switch driver. Soon more PCS drivers are
likely to appear.

Move MDIO and PCS drivers into new directories. This requires fixing
up the xgene driver which uses a relative include path.

v2:
Move the subdirs to drivers/net, rather than drivers/net/phy.

v3:
Add subdirectories under include/linux for mdio and pcs

v4:
there->their
include path fix
No new kconfig prompts
====================

Signed-off-by: David S. Miller <davem@davemloft.net>