From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: [PATCH net-next 0/3] Platform data support for mv88exxx Date: Sat, 19 May 2018 22:31:32 +0200 Message-ID: <1526761895-15839-1-git-send-email-andrew@lunn.ch> Cc: Vivien Didelot , Florian Fainelli , netdev , Andrew Lunn To: David Miller Return-path: Received: from vps0.lunn.ch ([185.16.172.187]:37663 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752462AbeESUh2 (ORCPT ); Sat, 19 May 2018 16:37:28 -0400 Sender: netdev-owner@vger.kernel.org List-ID: There are a few Intel based platforms making use of the mv88exxx. These don't easily have access to device tree in order to instantiate the switch driver. These patches allow the use of platform data to hold the configuration. Andrew Lunn (3): net: dsa: mv88e6xxx: Remove OF check for IRQ domain net: dsa: mv88e6xxx: Add minimal platform_data support net: dsa: mv88e6xxx: Add support for EEPROM via platform data MAINTAINERS | 1 + drivers/net/dsa/mv88e6xxx/chip.c | 67 +++++++++++++++++++++---- drivers/net/dsa/mv88e6xxx/chip.h | 2 +- drivers/net/dsa/mv88e6xxx/global2.c | 3 -- include/linux/platform_data/mv88e6xxx.h | 18 +++++++ 5 files changed, 76 insertions(+), 15 deletions(-) create mode 100644 include/linux/platform_data/mv88e6xxx.h -- 2.17.0