From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] net: phy: realtek: add support for RTL8211 Date: Sat, 30 Jun 2018 20:47:30 +0900 (KST) Message-ID: <20180630.204730.1898008354553926592.davem@davemloft.net> References: <4ba9b12d-d7a2-6cfa-7ca5-fc4414c0b1e6@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: andrew@lunn.ch, f.fainelli@gmail.com, nic_swsd@realtek.com, netdev@vger.kernel.org To: hkallweit1@gmail.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:37762 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030246AbeF3Lrc (ORCPT ); Sat, 30 Jun 2018 07:47:32 -0400 In-Reply-To: <4ba9b12d-d7a2-6cfa-7ca5-fc4414c0b1e6@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Heiner Kallweit Date: Thu, 28 Jun 2018 20:46:45 +0200 > In preparation of adding phylib support to the r8169 driver we need > PHY drivers for all chip-internal PHY types. Fortunately almost all > of them are either supported by the Realtek PHY driver already or work > with the genphy driver. > Still missing is support for the PHY of RTL8169s, it requires a quirk > to properly support 100Mbit-fixed mode. The quirk was copied from > r8169 driver which copied it from the vendor driver. > Based on the PHYID the internal PHY seems to be a RTL8211. > > Signed-off-by: Heiner Kallweit Applied.