From patchwork Thu Sep 19 08:16:36 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Grygorii Strashko X-Patchwork-Id: 1164449 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="FpV9zO28"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 46YrLh0j7cz9sP7 for ; Thu, 19 Sep 2019 18:56:44 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 44A5FC21DFD; Thu, 19 Sep 2019 08:17:05 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 03399C21E1A; Thu, 19 Sep 2019 08:17:03 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 99AD1C21E50; Thu, 19 Sep 2019 08:16:54 +0000 (UTC) Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by lists.denx.de (Postfix) with ESMTPS id B4D1CC21E16 for ; Thu, 19 Sep 2019 08:16:47 +0000 (UTC) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id x8J8Gj8D068742; Thu, 19 Sep 2019 03:16:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1568881005; bh=OGpl+b9V6RbTYYt4z3gGQSowq0b31G7UypHHFw/m1YI=; h=From:To:CC:Subject:Date; b=FpV9zO28rRHRzcXm9ctIDOcw9IKKoZcvjO//kJ8ZkijfxzhRviu9ljRFciSuJ4S6Y 4ebppgDttBIqFSNzO20ATRh0WIKK0GqUFWcaRwyGRk8xpeLSsdGeMgFIr87HRL2MF1 FHh9i32p38CYm+k6neOzE2S56kyuQ8TRvyo8WZNY= Received: from DLEE108.ent.ti.com (dlee108.ent.ti.com [157.170.170.38]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id x8J8Gj4I117257 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 19 Sep 2019 03:16:45 -0500 Received: from DLEE113.ent.ti.com (157.170.170.24) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5; Thu, 19 Sep 2019 03:16:41 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE113.ent.ti.com (157.170.170.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5 via Frontend Transport; Thu, 19 Sep 2019 03:16:41 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id x8J8GhA3123822; Thu, 19 Sep 2019 03:16:44 -0500 From: Grygorii Strashko To: Joe Hershberger , Lokesh Vutla , Tom Rini Date: Thu, 19 Sep 2019 11:16:36 +0300 Message-ID: <20190919081642.21038-1-grygorii.strashko@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH v2 0/6] net: ti: set of fixes and improvements X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Hi All, This series introduces set of fixes and improvements for TI CPSW and AM654x CPSW networking drivers. Patch 1 - Enables support of 10Mbit link speeds for TI CPSW driver. Patch 3 - Adds support of standard Ethernet "max-speed" DT property. Patches 4-5 - fix mac tx internal delay for rgmii-rxid mode Patches 2,6 - are code improvements Changes in v2: - fixed network init in Patch 3 v1: https://patchwork.ozlabs.org/cover/1159782/ Grygorii Strashko (6): net: ti: cpsw: enable 10Mbps link speed support in rgmii mode net: ti: cpsw: move parsing of dt port's parameters in separate func net: ti: cpsw: add support for standard eth "max-speed" dt property net: ti: cpsw: fix mac tx internal delay for rgmii-rxid mode net: ti: am65x-cpsw: fix mac tx internal delay for rgmii-rxid mode net: ti: cpsw: convert to use dev/ofnode api drivers/net/ti/am65-cpsw-nuss.c | 2 +- drivers/net/ti/cpsw.c | 154 +++++++++++++++++--------------- include/cpsw.h | 3 +- 3 files changed, 84 insertions(+), 75 deletions(-)