From patchwork Wed Apr 27 11:51:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yuiko Oshino X-Patchwork-Id: 12828700 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 319B8C433F5 for ; Wed, 27 Apr 2022 11:52:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233173AbiD0LzL (ORCPT ); Wed, 27 Apr 2022 07:55:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57916 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233155AbiD0LzK (ORCPT ); Wed, 27 Apr 2022 07:55:10 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DA4E564727 for ; Wed, 27 Apr 2022 04:51:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1651060319; x=1682596319; h=from:to:subject:date:message-id:mime-version; bh=g+Jbjdy396EC+HC4eObrWbd9Myu7YWULbIZia7SMu68=; b=w9ybeoG6E+h3ZlTmclZGSlXa4SrEdX3uSusZmVDNP8klHfIuvxUxL2OR G/j6Ni1vFczf9asHGAb+6aIMvFJlMm6aoyW6kFyky+eEaUgAApODfxYeA MuV/YbeW9BfZK1PfX4lCSkUyQ9f5H22stbMm0xxATJAIrbmJwdcIt/ZiQ ibJycKSnVmuQpwLWC0bXhNNYik/kDyEv0w4FOGn2eOyu1ZJ5ZrgbpdPgI kwb8WUIyAFEDS3zhm3wn2f1DJlSAVyuhG+5W/DQ2C0G9/l4mlXjjGLoRh GmcrKuVzHtscJfAAOPvjhpv+HN29xaxB1ufmbYZDg621TpMU5oWbqRq3G w==; X-IronPort-AV: E=Sophos;i="5.90,292,1643698800"; d="scan'208";a="161496753" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa5.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 27 Apr 2022 04:51:58 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.17; Wed, 27 Apr 2022 04:51:58 -0700 Received: from chn-vm-ungapp01.mchp-main.com (10.10.115.15) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Wed, 27 Apr 2022 04:51:58 -0700 From: Yuiko Oshino To: , , , , , , Subject: [PATCH net-next 0/2] net: phy: add LAN8742 phy support Date: Wed, 27 Apr 2022 04:51:40 -0700 Message-ID: <20220427115142.12642-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 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 | 6 +++--- drivers/net/phy/smsc.c | 27 +++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 3 deletions(-)