From patchwork Sat Apr 28 06:03:13 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Raghuram Chary J X-Patchwork-Id: 906042 Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@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=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=microchip.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40Y0Wk5zC2z9s06 for ; Sat, 28 Apr 2018 16:00:02 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752375AbeD1F7n (ORCPT ); Sat, 28 Apr 2018 01:59:43 -0400 Received: from esa6.microchip.iphmx.com ([216.71.154.253]:60870 "EHLO esa6.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751844AbeD1F7m (ORCPT ); Sat, 28 Apr 2018 01:59:42 -0400 X-IronPort-AV: E=Sophos;i="5.49,337,1520924400"; d="scan'208";a="10991799" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa6.microchip.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 27 Apr 2018 22:59:42 -0700 Received: from I20884-mchip.microchip.com (10.10.76.4) by chn-sv-exch05.mchp-main.com (10.10.76.106) with Microsoft SMTP Server id 14.3.352.0; Fri, 27 Apr 2018 22:59:41 -0700 From: Raghuram Chary J To: CC: , , , Subject: [PATCH v6 net-next 0/3] lan78xx updates along with Fixed phy Support Date: Sat, 28 Apr 2018 11:33:13 +0530 Message-ID: <20180428060316.31396-1-raghuramchary.jallipalli@microchip.com> X-Mailer: git-send-email 2.16.2 MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org These series of patches handle few modifications in driver and adds support for fixed phy. Raghuram Chary J (3): lan78xx: Lan7801 Support for Fixed PHY lan78xx: Remove DRIVER_VERSION for lan78xx driver lan78xx: Modify error messages drivers/net/usb/Kconfig | 1 + drivers/net/usb/lan78xx.c | 110 ++++++++++++++++++++++++++++++++-------------- 2 files changed, 79 insertions(+), 32 deletions(-)