From patchwork Wed Apr 11 07:24:47 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: 897059 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 40Lb7k0yjhz9s1r for ; Wed, 11 Apr 2018 17:21:37 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752363AbeDKHVf (ORCPT ); Wed, 11 Apr 2018 03:21:35 -0400 Received: from esa2.microchip.iphmx.com ([68.232.149.84]:25542 "EHLO esa2.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752212AbeDKHVe (ORCPT ); Wed, 11 Apr 2018 03:21:34 -0400 X-IronPort-AV: E=Sophos;i="5.48,435,1517900400"; d="scan'208";a="13053839" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa2.microchip.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 11 Apr 2018 00:21:34 -0700 Received: from I20884-mchip.microchip.com (10.10.76.4) by chn-sv-exch04.mchp-main.com (10.10.76.105) with Microsoft SMTP Server id 14.3.352.0; Wed, 11 Apr 2018 00:21:33 -0700 From: Raghuram Chary J To: CC: , , , Subject: [PATCH v1 net 0/3] lan78xx: Fixes and enhancements Date: Wed, 11 Apr 2018 12:54:47 +0530 Message-ID: <20180411072450.9809-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 have fix and enhancements for lan78xx driver. Raghuram Chary J (3): lan78xx: PHY DSP registers initialization to address EEE link drop issues with long cables lan78xx: Add support to dump lan78xx registers lan78xx: Lan7801 Support for Fixed PHY drivers/net/phy/microchip.c | 178 ++++++++++++++++++++++++++++++++++++++++++- drivers/net/usb/Kconfig | 1 + drivers/net/usb/lan78xx.c | 96 ++++++++++++++++++++++- include/linux/microchipphy.h | 8 ++ 4 files changed, 278 insertions(+), 5 deletions(-)