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 8EA9AC38A2D for ; Tue, 25 Oct 2022 00:52:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229851AbiJYAwv (ORCPT ); Mon, 24 Oct 2022 20:52:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41238 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230423AbiJYAwg (ORCPT ); Mon, 24 Oct 2022 20:52:36 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A20E04B491; Mon, 24 Oct 2022 16:34:06 -0700 (PDT) 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=ttAHk6m16gMQdK2347RG+Nxxbk4lheJULg5IJiXA248=; b=GH6OuSxns227qEhkvJEwst/kHc xTlzZEFehdb7pNboyUOakMO2zS4KbJ5wjObmCczQOLqsgI7+t6R8EDpqX+aytim/nxKHsdV3dgEdP la8ntVeOfpM8TCrfN5RPIerU81X1axh0DrK3ULvX3G3dtj/uel8kJqR5KAz/s2QQE7e8=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1omw6n-000NBN-3v; Mon, 24 Oct 2022 13:59:09 +0200 Date: Mon, 24 Oct 2022 13:59:09 +0200 From: Andrew Lunn To: Raju Lakkaraju Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org, linux-kernel@vger.kernel.org, bryan.whitehead@microchip.com, hkallweit1@gmail.com, pabeni@redhat.com, edumazet@google.com, linux@armlinux.org.uk, UNGLinuxDriver@microchip.com, Ian.Saturley@microchip.com Subject: Re: [PATCH net-next V1 2/2] net: phy: micrel: Add PHY Auto/MDI/MDI-X set driver for KSZ9131 Message-ID: References: <20221024082516.661199-1-Raju.Lakkaraju@microchip.com> <20221024082516.661199-3-Raju.Lakkaraju@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221024082516.661199-3-Raju.Lakkaraju@microchip.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, Oct 24, 2022 at 01:55:16PM +0530, Raju Lakkaraju wrote: > Add support for MDI-X status and configuration for KSZ9131 chips > > Signed-off-by: Raju Lakkaraju Reviewed-by: Andrew Lunn Andrew