From patchwork Mon Dec 9 17:59:41 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Murphy X-Patchwork-Id: 1206460 Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) 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=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.b="NBwxxhZD"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 47Wrck2G2qz9sPJ for ; Tue, 10 Dec 2019 05:02:14 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726741AbfLISB6 (ORCPT ); Mon, 9 Dec 2019 13:01:58 -0500 Received: from lelv0142.ext.ti.com ([198.47.23.249]:43480 "EHLO lelv0142.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726365AbfLISB6 (ORCPT ); Mon, 9 Dec 2019 13:01:58 -0500 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id xB9I1qIK087440; Mon, 9 Dec 2019 12:01:52 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1575914512; bh=NVEdmtqnF1FgORctGvl5SiwspTg/hxgrR/2+ib3BYgA=; h=From:To:CC:Subject:Date; b=NBwxxhZD5gqGRacKerGB5I1+h++zxhq2FYqv+93TAAVS5lgydpNhF9bFvaohMAfOj RD9qAOngiUybFfVwX7XmICvbb7YTpY0U8JMRp/5fhBf0ofPOpYsOqYANa4f5K+PC94 70MXdoTRoPCx2gMyrka7x9Jn7OxrfPbyHhYw8UqI= Received: from DFLE114.ent.ti.com (dfle114.ent.ti.com [10.64.6.35]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id xB9I1qpr046727 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 9 Dec 2019 12:01:52 -0600 Received: from DFLE113.ent.ti.com (10.64.6.34) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1847.3; Mon, 9 Dec 2019 12:01:52 -0600 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1847.3 via Frontend Transport; Mon, 9 Dec 2019 12:01:52 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id xB9I1qbi099391; Mon, 9 Dec 2019 12:01:52 -0600 From: Dan Murphy To: , , , CC: , , , , Dan Murphy Subject: [PATCH net-next v2 0/2] Rebase of patches Date: Mon, 9 Dec 2019 11:59:41 -0600 Message-ID: <20191209175943.23110-1-dmurphy@ti.com> X-Mailer: git-send-email 2.23.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 This is a rebase of the dp83867 patches on top of the net-next tree Dan Dan Murphy (2): dt-bindings: dp83867: Convert fifo-depth to common fifo-depth and make optional net: phy: dp83867: Add rx-fifo-depth and tx-fifo-depth .../devicetree/bindings/net/ti,dp83867.txt | 12 +++- drivers/net/phy/dp83867.c | 62 +++++++++++++++---- 2 files changed, 58 insertions(+), 16 deletions(-)