From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/3] Platform data support for mv88exxx Date: Sun, 20 May 2018 18:58:43 -0400 (EDT) Message-ID: <20180520.185843.1972867545830477540.davem@davemloft.net> References: <1526761895-15839-1-git-send-email-andrew@lunn.ch> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: vivien.didelot@savoirfairelinux.com, f.fainelli@gmail.com, netdev@vger.kernel.org To: andrew@lunn.ch Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:46902 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751597AbeETW6p (ORCPT ); Sun, 20 May 2018 18:58:45 -0400 In-Reply-To: <1526761895-15839-1-git-send-email-andrew@lunn.ch> Sender: netdev-owner@vger.kernel.org List-ID: From: Andrew Lunn Date: Sat, 19 May 2018 22:31:32 +0200 > 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. Series applied, thank you.