]> 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)
commit6f031ee30c81d54e223c17c40f1a2df6c3061d15
tree5666cdb4f4dcf0eb35282967470e2d9f6eaf1fc4
parent6de4d39efe2a4e7bf3916dba18fac1aa4c8a19f4
parent1c0b8d0fb1338a007b117789f2fc53cc1de6be8d
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>