From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 0/4] bcm63xx_enet: remove mac_id usage Date: Tue, 19 Dec 2017 11:07:31 -0500 (EST) Message-ID: <20171219.110731.419425553753960805.davem@davemloft.net> References: <20171217160255.30342-1-jonas.gorski@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-mips@linux-mips.org, ralf@linux-mips.org, f.fainelli@gmail.com, bcm-kernel-feedback-list@broadcom.com To: jonas.gorski@gmail.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:52470 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751035AbdLSQHd (ORCPT ); Tue, 19 Dec 2017 11:07:33 -0500 In-Reply-To: <20171217160255.30342-1-jonas.gorski@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Jonas Gorski Date: Sun, 17 Dec 2017 17:02:51 +0100 > This patchset aims at reducing the platform device id number usage with > the target of making it eventually possible to probe the driver through OF. > > Runtested on BCM6358. > > Since the patches touch mostly net/, they should go through net-next. Series applied, thank you.