From patchwork Wed Feb 21 19:06:53 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bryan Whitehead X-Patchwork-Id: 876242 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3zmn5d337lz9s00 for ; Thu, 22 Feb 2018 06:06:29 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752950AbeBUTG0 (ORCPT ); Wed, 21 Feb 2018 14:06:26 -0500 Received: from esa1.microchip.iphmx.com ([68.232.147.91]:41216 "EHLO esa1.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752021AbeBUTGZ (ORCPT ); Wed, 21 Feb 2018 14:06:25 -0500 X-IronPort-AV: E=Sophos;i="5.47,375,1515481200"; d="scan'208";a="12224063" Received: from exsmtp03.microchip.com (HELO email.microchip.com) ([198.175.253.49]) by esa1.microchip.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 21 Feb 2018 12:06:24 -0700 Received: from BW-Ubuntu-tester.mchp-main.com (10.10.76.4) by chn-sv-exch03.mchp-main.com (10.10.76.49) with Microsoft SMTP Server id 14.3.352.0; Wed, 21 Feb 2018 12:06:23 -0700 From: Bryan Whitehead To: CC: , Subject: [PATCH v2 net-next 0/2] lan743x: Add new lan743x driver Date: Wed, 21 Feb 2018 14:06:53 -0500 Message-ID: <1519240015-10263-1-git-send-email-Bryan.Whitehead@microchip.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Add new lan743x driver. The lan743x from Microchip Technologies Inc, is a PCIe to Gigabit Ethernet Controller. Bryan Whitehead (2): lan743x: Add main source files for new lan743x driver lan743x: Update MAINTAINERS to include lan743x driver MAINTAINERS | 7 + drivers/net/ethernet/microchip/Kconfig | 10 + drivers/net/ethernet/microchip/Makefile | 3 + drivers/net/ethernet/microchip/lan743x_main.c | 2757 +++++++++++++++++++++++++ drivers/net/ethernet/microchip/lan743x_main.h | 686 ++++++ 5 files changed, 3463 insertions(+) create mode 100644 drivers/net/ethernet/microchip/lan743x_main.c create mode 100644 drivers/net/ethernet/microchip/lan743x_main.h