From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: Bad MAINTAINERS pattern in section 'MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER' Date: Fri, 28 Sep 2018 14:54:53 -0700 Message-ID: <20180928215453.29916-1-joe@perches.com> Cc: Andrew Lunn , Vivien Didelot , netdev@vger.kernel.org To: linux-kernel@vger.kernel.org Return-path: Received: from smtprelay0103.hostedemail.com ([216.40.44.103]:40760 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727443AbeI2EUi (ORCPT ); Sat, 29 Sep 2018 00:20:38 -0400 Sender: netdev-owner@vger.kernel.org List-ID: Please fix this defect appropriately. linux-next MAINTAINERS section: 8726 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER 8727 M: Andrew Lunn 8728 M: Vivien Didelot 8729 L: netdev@vger.kernel.org 8730 S: Maintained 8731 F: drivers/net/dsa/mv88e6xxx/ --> 8732 F: linux/platform_data/mv88e6xxx.h 8733 F: Documentation/devicetree/bindings/net/dsa/marvell.txt Commit that introduced this: commit 877b7cb0b6f283593a663134ee52703f12c895cc Author: Andrew Lunn Date: Sat May 19 22:31:34 2018 +0200 net: dsa: mv88e6xxx: Add minimal platform_data support Not all the world uses device tree. Some parts of the world still use platform devices and platform data. Add basic support for probing a Marvell switch via platform data. Signed-off-by: Andrew Lunn Reviewed-by: Florian Fainelli Signed-off-by: David S. Miller MAINTAINERS | 1 + drivers/net/dsa/mv88e6xxx/chip.c | 56 ++++++++++++++++++++++++++++----- include/linux/platform_data/mv88e6xxx.h | 17 ++++++++++ 3 files changed, 67 insertions(+), 7 deletions(-) No commit with linux/platform_data/mv88e6xxx.h found