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 6DCEAC433EF for ; Fri, 1 Apr 2022 12:47:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345955AbiDAMtV (ORCPT ); Fri, 1 Apr 2022 08:49:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48440 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241268AbiDAMtU (ORCPT ); Fri, 1 Apr 2022 08:49:20 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6109C275CB3; Fri, 1 Apr 2022 05:47:31 -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=7/dgYS3syf6e4WPl///U0c97rXJHaQqG2eY4h+0hNxo=; b=BKO58wco6pKyLJVYezIMPxtzbV sodqClEKA6JJURGlafZl2fOhdngvW8YH2EpR/J2cYq3Q+V8pcCFpURcC1dLV/SMhlIH1LsJQ4hZ8Y /j8Auzt7dPhodgVsH7CZPvnPVWU/ymofy0RAQ8LBN9kOyrUNeZOOei6lANPfIOPVfST4=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1naGgb-00Dff8-QJ; Fri, 01 Apr 2022 14:47:29 +0200 Date: Fri, 1 Apr 2022 14:47:29 +0200 From: Andrew Lunn To: Horatiu Vultur Cc: 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 3/3] net: phy: micrel: Remove DT option lan8814,ignore-ts Message-ID: References: <20220401094805.3343464-1-horatiu.vultur@microchip.com> <20220401094805.3343464-4-horatiu.vultur@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220401094805.3343464-4-horatiu.vultur@microchip.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, Apr 01, 2022 at 11:48:05AM +0200, Horatiu Vultur wrote: > When the PHY and the MAC are capable of doing timestamping, the PHY has > priority. Therefore the DT option lan8814,ignore-ts was added such that > the PHY will not expose a PHC so then the timestamping was done in the > MAC. This is not the correct approach of doing it, therefore remove > this. > > Fixes: ece19502834d84 ("net: phy: micrel: 1588 support for LAN8814 phy") > Signed-off-by: Horatiu Vultur Reviewed-by: Andrew Lunn Andrew