From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: Bad MAINTAINERS pattern in section 'LANTIQ / INTEL Ethernet drivers' Date: Fri, 28 Sep 2018 14:54:22 -0700 Message-ID: <20180928215422.29755-1-joe@perches.com> Cc: Hauke Mehrtens , netdev@vger.kernel.org To: linux-kernel@vger.kernel.org Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Please fix this defect appropriately. linux-next MAINTAINERS section: 8155 LANTIQ / INTEL Ethernet drivers 8156 M: Hauke Mehrtens 8157 L: netdev@vger.kernel.org 8158 S: Maintained 8159 F: net/dsa/tag_gswip.c 8160 F: drivers/net/ethernet/lantiq_xrx200.c 8161 F: drivers/net/dsa/lantiq_pce.h --> 8162 F: drivers/net/dsa/intel_gswip.c Commit that introduced this: commit 14fceff4771e51b23b4485b575cf9e5b3414b89b Author: Hauke Mehrtens Date: Sun Sep 9 22:20:39 2018 +0200 net: dsa: Add Lantiq / Intel DSA driver for vrx200 This adds the DSA driver for the GSWIP Switch found in the VRX200 SoC. This switch is integrated in the DSL SoC, this SoC uses a GSWIP version 2.1, there are other SoCs using different versions of this IP block, but this driver was only tested with the version found in the VRX200. Currently only the basic features are implemented which will forward all packages to the CPU and let the CPU do the forwarding. The hardware also support Layer 2 offloading which is not yet implemented in this driver. The GPHY FW loaded is now done by this driver and not any more by the separate driver in drivers/soc/lantiq/gphy.c, I will remove this driver is a separate patch. to make use of the GPHY this switch driver is needed anyway. Other SoCs have more embedded GPHYs so this driver should support a variable number of GPHYs. After the firmware was loaded the GPHY can be probed on the MDIO bus and it behaves like an external GPHY, without the firmware it can not be probed on the MDIO bus. The clock names in the sysctrl.c file have to be changed because the clocks are now used by a different driver. This should be cleaned up and a real common clock driver should provide the clocks instead. Signed-off-by: Hauke Mehrtens Signed-off-by: David S. Miller MAINTAINERS | 2 + arch/mips/lantiq/xway/sysctrl.c | 8 +- drivers/net/dsa/Kconfig | 8 + drivers/net/dsa/Makefile | 1 + drivers/net/dsa/lantiq_gswip.c | 1169 +++++++++++++++++++++++++++++++++++++++ drivers/net/dsa/lantiq_pce.h | 153 +++++ 6 files changed, 1337 insertions(+), 4 deletions(-) No commit with drivers/net/dsa/intel_gswip.c found