From patchwork Wed Sep 2 20:34:41 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Murphy X-Patchwork-Id: 1356117 Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.a=rsa-sha256 header.s=ti-com-17Q1 header.b=q3G44Rtz; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BhbKL3tpvz9sTM for ; Thu, 3 Sep 2020 06:35:02 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726490AbgIBUe4 (ORCPT ); Wed, 2 Sep 2020 16:34:56 -0400 Received: from fllv0015.ext.ti.com ([198.47.19.141]:53158 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726247AbgIBUe4 (ORCPT ); Wed, 2 Sep 2020 16:34:56 -0400 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 082KYog6040414; Wed, 2 Sep 2020 15:34:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1599078890; bh=fF830SA/Eu15w6Qx/NrIv2wkFC3SQSwPL90CCFfHyjE=; h=From:To:CC:Subject:Date; b=q3G44RtzjJB1hEyee3pJz/GMC6liv/DyxyCiTuYQS1hU57AwSDsBb0aFvqqEkd7FY v8Fbd+9bkK+SyIh3bg17b4YZDZKwAWeVlApJsLDzdlYijsmzczKOSYQwgWc0Lf/1MT OMDx3FORtJJk4P+HCiqbd1cGLgzR+Ls3DkfzsmEY= Received: from DFLE115.ent.ti.com (dfle115.ent.ti.com [10.64.6.36]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 082KYojn078081 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 2 Sep 2020 15:34:50 -0500 Received: from DFLE110.ent.ti.com (10.64.6.31) by DFLE115.ent.ti.com (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Wed, 2 Sep 2020 15:34:49 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE110.ent.ti.com (10.64.6.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Wed, 2 Sep 2020 15:34:49 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 082KYn6B060950; Wed, 2 Sep 2020 15:34:49 -0500 From: Dan Murphy To: , , , CC: , , Dan Murphy Subject: [PATCH net-next v2 0/3] DP83869 Feature additions Date: Wed, 2 Sep 2020 15:34:41 -0500 Message-ID: <20200902203444.29167-1-dmurphy@ti.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello Adding features to the DP83869 PHY. These features are also supported in other TI PHYs like the DP83867 and DP83822. Fiber Advertisement: (This is v2 fixing the return of phy_modify) The DP83869 supports a 100Base-FX connection. When this mode is selected the driver needs to advertise that this PHY supports fiber. WoL: The PHY also supports Wake on Lan feature with SecureOn password. Downshift: Speed optimization or AKA downshift is also supported by this PHY. Dan Murphy (3): net: dp83869: Add ability to advertise Fiber connection net: phy: dp83869: support Wake on LAN net: dp83869: Add speed optimization feature drivers/net/phy/dp83869.c | 280 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 280 insertions(+)