From mboxrd@z Thu Jan 1 00:00:00 1970 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 B5B98C433F5 for ; Fri, 4 Feb 2022 17:04:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1376727AbiBDRE1 (ORCPT ); Fri, 4 Feb 2022 12:04:27 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:42812 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236336AbiBDRE0 (ORCPT ); Fri, 4 Feb 2022 12:04:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=xzbIZkKNfNZlOnpceTUufYPgNrcPtbnsWdhukx8SdZA=; b=RWvrBVoQ/TBWtCOKIqFcnXFch7 1iJRaG+XfrQSIE9uOga41M8yeYo2iiDpYWr7lodRrP3RIG8HOBNo0I60+zhdMqJz3SGsF5VOFaCed KFvZRLA6MUY5NUsJ4nyHTljzsHYZocROGQXzV9/d0oTHS852su/P1EUFPhdRtNsCJn78=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1nG20W-004IQj-Jg; Fri, 04 Feb 2022 18:04:24 +0100 Date: Fri, 4 Feb 2022 18:04:24 +0100 From: Andrew Lunn To: Enguerrand de Ribaucourt Cc: netdev@vger.kernel.org, hkallweit1@gmail.com, linux@armlinux.org.uk Subject: Re: [PATCH 1/2] net: phy: micrel: add Microchip KSZ 9897 Switch PHY support Message-ID: References: <20220204133635.296974-1-enguerrand.de-ribaucourt@savoirfairelinux.com> <20220204133635.296974-2-enguerrand.de-ribaucourt@savoirfairelinux.com> <526221306.489515.1643987866650.JavaMail.zimbra@savoirfairelinux.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <526221306.489515.1643987866650.JavaMail.zimbra@savoirfairelinux.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org > > You can probably use PHY_ID_MATCH_EXACT(). > > Thank you for your feedback! The rest of the driver always uses > this style instead of PHY_ID_MATCH_EXACT(). You could add another patch converting them. It looks like some could also use PHY_ID_MATCH_MODEL(). Up to you, depending on how much time you want to spend on this. Andrew