]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'Felix-DSA-driver-cleanup-build-Seville-separately'
authorDavid S. Miller <davem@davemloft.net>
Sat, 19 Sep 2020 00:53:05 +0000 (17:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 19 Sep 2020 00:53:05 +0000 (17:53 -0700)
commit6ee5d0bde406e884e43b868c3fa48ae44752f171
tree5666cdb4f4dcf0eb35282967470e2d9f6eaf1fc4
parenta8b7eddf52d5dea4b3c4906e3aee64c0f44dd6db
parent75c57e533ab412a6fc63b7f3d5d0ed469c06a711
Merge branch 'Felix-DSA-driver-cleanup-build-Seville-separately'

Vladimir Oltean says:

====================
Felix DSA driver cleanup: build Seville separately

When introducing the Seville switch support to the Felix driver, some
technical debt was created. Since both VSC9959 and VSC9953 are embedded
switches (one on an arm64 SoC and the other on a powerpc SoC), there is
no use case for having the code for both be present in the same module.

This was necessary at the time due to the common SERDES PCS code that
they were using, but that has been since refactored into
drivers/net/pcs/pcs-lynx.c.

This makes the Seville driver stop uselessly depending upon PCI and
FSL_ENETC_MDIO, which were only dependencies of Felix in fact.

Some whitespace/tab conversions are also present in this series as part
of the cleanup process.
====================

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