Netdev List
 help / color / mirror / Atom feed
* Bad MAINTAINERS pattern in section 'LANTIQ / INTEL Ethernet drivers'
@ 2018-09-28 21:54 Joe Perches
  0 siblings, 0 replies; only message in thread
From: Joe Perches @ 2018-09-28 21:54 UTC (permalink / raw)
  To: linux-kernel; +Cc: Hauke Mehrtens, netdev

Please fix this defect appropriately.

linux-next MAINTAINERS section:

	8155	LANTIQ / INTEL Ethernet drivers
	8156	M:	Hauke Mehrtens <hauke@hauke-m.de>
	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 <hauke@hauke-m.de>
 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 <hauke@hauke-m.de>
     Signed-off-by: David S. Miller <davem@davemloft.net>
 
  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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-09-28 21:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-28 21:54 Bad MAINTAINERS pattern in section 'LANTIQ / INTEL Ethernet drivers' Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox