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 CFC3EC43217 for ; Fri, 1 Apr 2022 14:05:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346658AbiDAOHc (ORCPT ); Fri, 1 Apr 2022 10:07:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52494 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239154AbiDAOHa (ORCPT ); Fri, 1 Apr 2022 10:07:30 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8DFA0FFF83; Fri, 1 Apr 2022 07:05:40 -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=5PTm0JMl8ZB8L2fZ+VGxDNX3rqsw2KJq19WqYqVhp7U=; b=jraTzZ0FjDbBYf66DScLypn3TN ar3fR9A39VnIEYQ78ThkKcF/g2JsRnqH2qgB6KQdnTDqgv3BKXmN/TfJY55QnZwnIh9vojzN6LQ/t 2R/dEZcJoBCsqmTM+InnpYWZXS9ctxdIiEAqyur90BAHo+tDrUo6pF9MGHjpPFNohQ4U=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1naHuE-00DgQl-Ik; Fri, 01 Apr 2022 16:05:38 +0200 Date: Fri, 1 Apr 2022 16:05:38 +0200 From: Andrew Lunn To: "Allan W. Nielsen" Cc: Horatiu Vultur , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, hkallweit1@gmail.com, linux@armlinux.org.uk, Divya.Koppera@microchip.com, davem@davemloft.net, kuba@kernel.org, richardcochran@gmail.com, UNGLinuxDriver@microchip.com Subject: Re: [PATCH net 2/3] net: phy: micrel: Remove latency from driver Message-ID: References: <20220401094805.3343464-1-horatiu.vultur@microchip.com> <20220401094805.3343464-3-horatiu.vultur@microchip.com> <20220401133454.ic6jxnripuxjhp5g@soft-dev3-1.localhost> <20220401135918.4tvwe6cfyku6l5wf@lx-anielsen> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220401135918.4tvwe6cfyku6l5wf@lx-anielsen> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > I would like to keep the default values. With default values, you can > get PTP working (accuracy is not great - but it is much better than > if set to zero). > > There is no risk of bootloaders to pre-load other values, as the kernel > will reset the PHY, and after reset we will be back to these numbers. O.K, that is what i wanted to know. It should be reasonable safe to assume these values, and userspace daemons can apply whatever correction they want, assuming this is what the hardware is doing. Andrew