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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 56A11C3A5A3 for ; Tue, 27 Aug 2019 10:26:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 38D3F20828 for ; Tue, 27 Aug 2019 10:26:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729377AbfH0KZ7 convert rfc822-to-8bit (ORCPT ); Tue, 27 Aug 2019 06:25:59 -0400 Received: from mga09.intel.com ([134.134.136.24]:1918 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726071AbfH0KZ6 (ORCPT ); Tue, 27 Aug 2019 06:25:58 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Aug 2019 03:25:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,436,1559545200"; d="scan'208";a="171151201" Received: from kmsmsx157.gar.corp.intel.com ([172.21.138.134]) by orsmga007.jf.intel.com with ESMTP; 27 Aug 2019 03:25:55 -0700 Received: from pgsmsx103.gar.corp.intel.com ([169.254.2.25]) by kmsmsx157.gar.corp.intel.com ([169.254.5.162]) with mapi id 14.03.0439.000; Tue, 27 Aug 2019 18:25:54 +0800 From: "Voon, Weifeng" To: David Miller CC: "mcoquelin.stm32@gmail.com" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "joabreu@synopsys.com" , "andrew@lunn.ch" , "f.fainelli@gmail.com" , "hkallweit1@gmail.com" , "Ong, Boon Leong" Subject: RE: [PATCH v1 net-next] net: phy: mdio_bus: make mdiobus_scan also cover PHY that only talks C45 Thread-Topic: [PATCH v1 net-next] net: phy: mdio_bus: make mdiobus_scan also cover PHY that only talks C45 Thread-Index: AQHVXDc1t4vgWavJu0GuD73CQMEeB6cNa/mAgAFexdA= Date: Tue, 27 Aug 2019 10:25:54 +0000 Message-ID: References: <1566870769-9967-1-git-send-email-weifeng.voon@intel.com> <20190826.142853.2135315525185656171.davem@davemloft.net> In-Reply-To: <20190826.142853.2135315525185656171.davem@davemloft.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [172.30.20.205] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org > There is something wrong with the clock on the computer you are posting > these patches from, the date in these postings are in the future by > several hours. > > This messes up the ordering of changes in patchwork and makes my life > miserable to a certain degree, so please fix this. > > Thank you. Sorry about that as my machine's date somehow went out of sync with the server time. I have already fixed that. Thanks, Weifeng