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.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 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 EC9EAC4363A for ; Thu, 29 Oct 2020 16:51:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9904421548 for ; Thu, 29 Oct 2020 16:51:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603990314; bh=CHD/9gHRLoFDqb2i1aThqXvO5dexszm10TA9Qc+jbmE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=hrZ9yPh/E4U40/wUUpXFEF9zuUUu4YO513T3fb/07UcCHqOTyhkj7bBvcWiSyJbKV HFc9QL0ai99pB0mjKjuiwHP6/fmNUZ1KLpQHt0cFXX5twidvy4AcKImEbQWVeaY93N 156e2XlYsJJF76x+EIv2QgeKGTX+Q38SI/R0MXzY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726345AbgJ2Qvy (ORCPT ); Thu, 29 Oct 2020 12:51:54 -0400 Received: from mail.kernel.org ([198.145.29.99]:55394 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727030AbgJ2QuB (ORCPT ); Thu, 29 Oct 2020 12:50:01 -0400 Received: from localhost (otava-0257.koleje.cuni.cz [78.128.181.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1BED820838; Thu, 29 Oct 2020 16:49:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603990193; bh=CHD/9gHRLoFDqb2i1aThqXvO5dexszm10TA9Qc+jbmE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=p6zRD09JVMKQthKLJkGnpe5sTSQk+7oro/ammUWiQ/LmYw6CdhPw93Pu907oyHkJe RYnVCXghkrOl0UxnuCM4hHRV3lxx61wcSAs62htARNh8BM5eiHafpHEByoDmXl7UEf /iSEjnJfzB4c8pOyIF77Ce1lSjDo5DqNhQ8CCWt4= Date: Thu, 29 Oct 2020 17:49:42 +0100 From: Marek =?UTF-8?B?QmVow7pu?= To: Russell King - ARM Linux admin Cc: netdev@vger.kernel.org, davem@davemloft.net, Andrew Lunn Subject: Re: [PATCH net-next 5/5] net: sfp: add support for multigig RollBall transceivers Message-ID: <20201029174942.6bdf10c4@kernel.org> In-Reply-To: <20201029133800.GU1551@shell.armlinux.org.uk> References: <20201028221427.22968-1-kabel@kernel.org> <20201028221427.22968-6-kabel@kernel.org> <20201029133800.GU1551@shell.armlinux.org.uk> X-Mailer: Claws Mail 3.17.6 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, 29 Oct 2020 13:38:00 +0000 Russell King - ARM Linux admin wrote: > Any ideas why it takes 25 seconds for the module to initialise - the > 88x3310 startup is pretty fast in itself. However, it never amazes me > how broken SFP modules can be. I don't know, but for the first 25 seconds the SFP returns 0xffff on all reads. I think it is due to the internal MCU doing it's own stuff with the PHY during that time. Marek