From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753967AbdKKMjV (ORCPT ); Sat, 11 Nov 2017 07:39:21 -0500 Received: from shards.monkeyblade.net ([184.105.139.130]:48368 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752484AbdKKMjT (ORCPT ); Sat, 11 Nov 2017 07:39:19 -0500 Date: Sat, 11 Nov 2017 21:39:12 +0900 (KST) Message-Id: <20171111.213912.1492396596241585326.davem@davemloft.net> To: fthain@telegraphics.com.au Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net v3 00/12] Fixes, cleanup and modernization for some legacy ethernet NIC drivers From: David Miller In-Reply-To: References: X-Mailer: Mew version 6.7 on Emacs 25.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Sat, 11 Nov 2017 04:39:18 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Finn Thain Date: Sat, 11 Nov 2017 01:20:58 -0500 (EST) > This patch series adds support for the Linux Driver Model for Mac NIC > drivers, fixes some logging bugs, removes dead code, and adopts netif_* > calls to reduce code duplication. > > All up, about 100 lines of code are eliminated. > > This patch series has been tested on a variety of Macs, with coverage > for the changes to lib8390.c, mac8390.c, macsonic.c, sonic.[ch] and > macmace.c. > > This patch series should be applied after the NuBus subsystem > modernization patch series. Then you can't be submitting this for the networking tree.