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 90C1CC678D5 for ; Mon, 9 Jan 2023 16:50:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233609AbjAIQuo (ORCPT ); Mon, 9 Jan 2023 11:50:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42410 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229789AbjAIQuU (ORCPT ); Mon, 9 Jan 2023 11:50:20 -0500 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AFF8E13F91 for ; Mon, 9 Jan 2023 08:49:18 -0800 (PST) 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=7QJcxuFW1iROFOzz2zYlSVhBexhFj/kr5yA2w28fAhM=; b=rfX8ecD2NK7tAPErlaXhK7Ul0q nnZUJjD68WtOQDZ+xOhRGGXLWfpvgkqkWXXDmPFOVg0TN0uputLivWbJitdsYsCsTubII8hBgc9yC e2plPIbsgp8ftdwn7riBSKnJinTPcRpms4Tee3U+kblx4EBYbxYlC1FOOZhRy74Mw50A=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1pEvKi-001aS5-LF; Mon, 09 Jan 2023 17:49:12 +0100 Date: Mon, 9 Jan 2023 17:49:12 +0100 From: Andrew Lunn To: Mengyuan Lou Cc: netdev@vger.kernel.org, jiawenwu@trustnetic.com Subject: Re: [PATCH net-next v7] net: ngbe: Add ngbe mdio bus driver. Message-ID: References: <20230109153508.37084-1-mengyuanlou@net-swift.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230109153508.37084-1-mengyuanlou@net-swift.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, Jan 09, 2023 at 11:35:08PM +0800, Mengyuan Lou wrote: > Add mdio bus register for ngbe. > The internal phy and external phy need to be handled separately. > Add phy changed event detection. > > Signed-off-by: Mengyuan Lou Reviewed-by: Andrew Lunn Andrew