From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v2 net-next] microchip_t1: Add driver for Microchip LAN87XX T1 PHYs Date: Fri, 04 May 2018 12:47:25 -0400 (EDT) Message-ID: <20180504.124725.731161621582496770.davem@davemloft.net> References: <20180502153917.6916-1-Nisar.Sayed@microchip.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: UNGLinuxDriver@microchip.com, netdev@vger.kernel.org To: Nisar.Sayed@microchip.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:35406 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751464AbeEDQr0 (ORCPT ); Fri, 4 May 2018 12:47:26 -0400 In-Reply-To: <20180502153917.6916-1-Nisar.Sayed@microchip.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Nisar Sayed Date: Wed, 2 May 2018 21:09:17 +0530 > Add driver for Microchip LAN87XX T1 PHYs > > This patch support driver for Microchp T1 PHYs. > There will be followup patches to this driver to support T1 PHY > features such as cable diagnostics, signal quality indicator(SQI), > sleep and wakeup (TC10) support. > > Signed-off-by: Nisar Sayed > --- > v0 - v1: > * Rename microchipT1phy.c file to microchip_t1.c > * Remove microchipT1phy.h include file > * Add SPDX license identifier > * Remove remove probe and remove functions > * Update LAN87XX_INTERRUPT_MASK write as suggested > v1 - v2: > * Update comments with C++ style > * Update suggestion for naming and style Applied, thanks.