From: David S. Miller Date: Sat, 19 Sep 2020 00:53:05 +0000 (-0700) Subject: Merge branch 'Felix-DSA-driver-cleanup-build-Seville-separately' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0db0561d13df07978bea63a19f644fc16a60f54a;p=linux.git 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 --- 0db0561d13df07978bea63a19f644fc16a60f54a