Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2903190imu; Mon, 19 Nov 2018 07:51:26 -0800 (PST) X-Google-Smtp-Source: AJdET5ftk12KMumKhXpDbtqHbRW79pER11/SwFQY94XOb13Y0ZfpeeicnD7kwUduq7lURE5x7zSk X-Received: by 2002:a63:5122:: with SMTP id f34mr19765343pgb.218.1542642686726; Mon, 19 Nov 2018 07:51:26 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542642686; cv=none; d=google.com; s=arc-20160816; b=kVveUgFVNhNpM7k97UVUWEOTjc0iQsClUkD4JF2IwF+NPJ1bOXZS2nQKO79lufElcm ASGTulpXN/fG8bZorFT5dzYhkg2p4eluCvAfRZSKlk3VfErKPKYmOuyel73Ijlh7+/B5 UoUyl0b/Gs7+mKJH7gKCFZjPUY2JZYfbhwSO9/qWUGc1XLAfGK9+oZqImH8BbU278G0X sL2pMH0f+kLGx/2T2fU/hT65D1t0DzWeqO4N5zpFT3d/0TCSY5qvqcpVG56pjp9hX+gF Wh8A3EhfUre610MNcz+Cv7Qowp80R/6xas6VO6JsqG7rt+z7kta8t1hJOeC+7cq4fYk5 Hx+g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from; bh=TuyigvSuwvzEmhhC/eNfnnz35IWyfoX7Tl/Dl8KzxD4=; b=X4IiYiUb1UpfHhvXSCA2KmW6h9f8s/TArDYLfLJ8zqP8/ZJMRQSB4hZ8hgeBnoSAbv AWuTr6JrzMqujJRscymh0YYtSvZyySkyKx1P+w6XdaQuCByPcI+eNDbVsEHue9/z4kOh JWG3xek1JCujrq+M+zh3P4QwnzX+joKh35NazaeUX51VS+iQmgDDEV/bK5oAeaXFVWj5 MSvtiilMFNS1e17PMe0hMd6J87Ja6LBDbByxn003QBX/THwu6jzTlxU2AhTuyWsmU/UX L+m1Y/Zt/oldQwkTjU+Uh0kBR3S79iROBWbQAi97TRSmXIxY4EXm/v67oV8ZCvujPTqb d0kQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o28si37226704pgm.238.2018.11.19.07.51.12; Mon, 19 Nov 2018 07:51:26 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729924AbeKTCOP (ORCPT + 99 others); Mon, 19 Nov 2018 21:14:15 -0500 Received: from mx2.suse.de ([195.135.220.15]:49642 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729796AbeKTCOP (ORCPT ); Mon, 19 Nov 2018 21:14:15 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 3BD21AFF6; Mon, 19 Nov 2018 15:50:15 +0000 (UTC) From: Andreas Schwab To: Alexandre Belloni Cc: Andrew Lunn , Quentin Schulz , davem@davemloft.net, f.fainelli@gmail.com, allan.nielsen@microchip.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, thomas.petazzoni@bootlin.com, linux-riscv@lists.infradead.org Subject: Re: [PATCH net-next v3 1/6] net: phy: mscc: migrate to phy_select/restore_page functions References: <20181008100728.24959-1-quentin.schulz@bootlin.com> <20181008100728.24959-2-quentin.schulz@bootlin.com> <20181119151057.GC26852@lunn.ch> <20181119152830.GE26852@lunn.ch> <20181119154005.GA8367@piout.net> X-Yow: YOW!! What should the entire human race DO?? Consume a fifth of CHIVAS REGAL, ski NUDE down MT. EVEREST, and have a wild SEX WEEKEND! Date: Mon, 19 Nov 2018 16:50:14 +0100 In-Reply-To: <20181119154005.GA8367@piout.net> (Alexandre Belloni's message of "Mon, 19 Nov 2018 16:40:05 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Nov 19 2018, Alexandre Belloni wrote: > My first intuition is that he mac driver quentin is using does > phy_connect when the interface is opened while macb is doing it at probe > time. I didn't investigate but maybe this can help :) The phy probing of macb is very unreliable, perhaps it needs to be rewritten. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."