From patchwork Wed May 4 15:28:20 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yuiko Oshino X-Patchwork-Id: 12838082 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 D1EB8C433FE for ; Wed, 4 May 2022 15:28:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352493AbiEDPcQ (ORCPT ); Wed, 4 May 2022 11:32:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57442 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1352366AbiEDPcN (ORCPT ); Wed, 4 May 2022 11:32:13 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 40CAD44747 for ; Wed, 4 May 2022 08:28:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1651678118; x=1683214118; h=from:to:subject:date:message-id:mime-version; bh=cfEhkhl5TsNM7WE5DaStFCKRrYP/lxVyu7IaHCalIVU=; b=AK5WJOZjTOJYOD36UHpcbxRnFHEkV/WBs/aNgjp/jbMMtk8x+jAmPfOr nmERXS4A2B2WT2NSLnQZqduZ+zsv0M3F5MvxYtrZ6n8kXMtnEqFfo6k5H onbo5WgNa4SJQDk++q35W6hRHvQ9B6VJoJ75vVvybYxsytGV42KjGTeqT 9TQ1wew5351JS4t+ifnX6uQ+n3dg2KApzYTDG0Tsm4mK5Ydsy/eD9ODAI P6nssVnt1CkTRM/V4ybLQUfhVWdDwesOjijq9E7MQYUJydenaOeB8pa5i jg9NytHOdfDRXD07YA7XHXf+jqrsOuUWLW79S0TegcrmPTfyrn/Yk6mAK A==; X-IronPort-AV: E=Sophos;i="5.91,198,1647327600"; d="scan'208";a="162310189" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa5.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 04 May 2022 08:28:38 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) 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.2375.17; Wed, 4 May 2022 08:28:36 -0700 Received: from chn-vm-ungapp01.mchp-main.com (10.10.115.15) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Wed, 4 May 2022 08:28:36 -0700 From: Yuiko Oshino To: , , , , , , Subject: [PATCH v3 net-next 0/2] net: phy: add LAN8742 phy support Date: Wed, 4 May 2022 08:28:20 -0700 Message-ID: <20220504152822.11890-1-yuiko.oshino@microchip.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org add LAN8742 phy support update LAN88xx phy ID and phy ID mask so that it can coexist with LAN8742 The current phy IDs on the available hardware. LAN8742 0x0007C130, 0x0007C131 LAN88xx 0x0007C132 v2->v3: -added comments about the 0xfffffff2 mask that is for the differentiation and the future revisions. v1->v2: -removed "REVIEW REQUEST3" from the PATCH 1/2. Yuiko Oshino (2): net: phy: microchip: update LAN88xx phy ID and phy ID mask. net: phy: smsc: add LAN8742 phy support. drivers/net/phy/microchip.c | 10 +++++++--- drivers/net/phy/smsc.c | 31 +++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 3 deletions(-)