From patchwork Wed Oct 26 05:59:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Raju Lakkaraju - I30499 X-Patchwork-Id: 13020171 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 99638C433FE for ; Wed, 26 Oct 2022 05:59:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233014AbiJZF7d (ORCPT ); Wed, 26 Oct 2022 01:59:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57864 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232404AbiJZF7b (ORCPT ); Wed, 26 Oct 2022 01:59:31 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2832655B6; Tue, 25 Oct 2022 22:59:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1666763969; x=1698299969; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=OPDRIT/NOY3NT0+5LfoVi5N4UHTzaLqe4zrXkJfQebs=; b=YVJG1Ku/z6kD3og0klRK5BsT+pT6oxQ3mUPi5IwSzDqlBbgnorsKUcos yecnOcFjrGHY9o//k8+nT+fEktKicPLDdKo3QGVRsDnHMw4PevSVir/KS iwRfVDfgZ3CtLrX2APa7O2+heh1ZfI4EKylRhTBGWogmE6OYINyRzcGFV VxZ3UFnBrr9h5XZ0XTINEK1DVfUCvqiyQMXnR+aX/lcgO80CW9QUxdI+Z Harqzxtcl4mq3XRiYyJ+nPHRzRueQ8n+nUU18EBs64rMyXwcEadifZD8S k3JlkanZmvPsW+wcPlzQUP9cX38jxpyfS+CkJcc0V6kR2wKVLGrQaGNgz w==; X-IronPort-AV: E=Sophos;i="5.95,213,1661842800"; d="scan'208";a="120382949" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa6.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 25 Oct 2022 22:59:28 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.12; Tue, 25 Oct 2022 22:59:27 -0700 Received: from localhost.localdomain (10.10.115.15) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server id 15.1.2507.12 via Frontend Transport; Tue, 25 Oct 2022 22:59:23 -0700 From: Raju Lakkaraju To: CC: , , , , , , , , , , Subject: [PATCH net-next V1 0/2] net: phy: mxl-gpy: Add MDI-X Date: Wed, 26 Oct 2022 11:29:16 +0530 Message-ID: <20221026055918.4225-1-Raju.Lakkaraju@microchip.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org This patch series add the MDI-X feature to GPY211 PHYs and Also Change return type to gpy_update_interface() function Raju Lakkaraju (2): net: phy: mxl-gpy: Change gpy_update_interface() function return type net: phy: mxl-gpy: Add PHY Auto/MDI/MDI-X set driver for GPY211 chips drivers/net/phy/mxl-gpy.c | 98 +++++++++++++++++++++++++++++++++++---- 1 file changed, 90 insertions(+), 8 deletions(-)