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 X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9E36FC4743E for ; Sun, 6 Jun 2021 00:55:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6D62A6141E for ; Sun, 6 Jun 2021 00:55:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230097AbhFFA4O (ORCPT ); Sat, 5 Jun 2021 20:56:14 -0400 Received: from mga12.intel.com ([192.55.52.136]:47919 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230022AbhFFA4M (ORCPT ); Sat, 5 Jun 2021 20:56:12 -0400 IronPort-SDR: qpzvihpEEDaZGQKRs1Jmb6V9+5F2Z+pHIl/tG5n9fIgI89oYgsHhwMSSJgU9iNuXe46YXnzyIu Uece5OkT0Lsg== X-IronPort-AV: E=McAfee;i="6200,9189,10006"; a="184150402" X-IronPort-AV: E=Sophos;i="5.83,252,1616482800"; d="scan'208";a="184150402" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jun 2021 17:54:23 -0700 IronPort-SDR: Z9Git1Ru7Cz8NqeCFcygTofXGZrBDyXZeGZue/4AhMzH2zN/hc+LeqsFrvdhc+Y6yrvy+UE0Ty Yt8ECc9QyuNA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,252,1616482800"; d="scan'208";a="439617649" Received: from linux.intel.com ([10.54.29.200]) by orsmga007.jf.intel.com with ESMTP; 05 Jun 2021 17:54:23 -0700 Received: from linux.intel.com (unknown [10.88.229.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by linux.intel.com (Postfix) with ESMTPS id AE541580522; Sat, 5 Jun 2021 17:54:21 -0700 (PDT) Date: Sun, 6 Jun 2021 08:54:18 +0800 From: Wong Vee Khee To: Andrew Lunn Cc: Heiner Kallweit , Russell King , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC net-next 0/2] Introduce MDIO probe order C45 over C22 Message-ID: <20210606005418.GA9776@linux.intel.com> References: <20210601154423.GA27463@linux.intel.com> <20210601230352.GA28209@linux.intel.com> <20210602141557.GA29554@linux.intel.com> <20210602235155.GA31624@linux.intel.com> <20210605003722.GA4979@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jun 05, 2021 at 08:36:37PM +0200, Andrew Lunn wrote: > > Can you take a look at the latest implementation and provide > > feedback? > > I think we are close, so please submit a proper patch. > Will do. Thanks Andrew! VK