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 56401C433FE for ; Tue, 26 Apr 2022 21:22:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1355379AbiDZVZG (ORCPT ); Tue, 26 Apr 2022 17:25:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34672 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234687AbiDZVZE (ORCPT ); Tue, 26 Apr 2022 17:25:04 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 642471569C2; Tue, 26 Apr 2022 14:21:54 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 01C95B82169; Tue, 26 Apr 2022 21:21:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 72590C385A0; Tue, 26 Apr 2022 21:21:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651008111; bh=oQKIZeX0vjJRXISGY0Cj3XrlmDdDeH8MMA61IbImjZ8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=hC7PunJ/yupon2K+QiiyJvSRk/WqOKcxcYwnKo+ovJjuI0zDQ6z/gt0vHaZfgGKOr lLrWmTm2J+B/p6at3rW80e7iq8NjCiR6RgsENxdS3DH8v2ZDL/inBlimLK9EVGPiOL 3FcjaFpCBGCd4ZPqPzERI9Wx+Oi548YCIjiIZyQQ7S4ZZ2bc1xfPuYej2uu5aY7ivp xhQ7QXoRHtcgXEK53bP7z1FzJdmiWFWtC4bFLGNLCfh7pblxotCHqMu03DDl/E6vGQ f5l2qwVBkm6BOEVsqfnnf7x1unAx0l2x01vLUA9GZnpXBZYurePW6HukW6Ti4q/63e wKD0QPch5biSw== Date: Tue, 26 Apr 2022 14:21:50 -0700 From: Jakub Kicinski To: Min Li Cc: richardcochran@gmail.com, lee.jones@linaro.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH net 1/2] ptp: ptp_clockmatrix: Add PTP_CLK_REQ_EXTTS support Message-ID: <20220426142150.47b057a3@kernel.org> In-Reply-To: <1651001574-32457-1-git-send-email-min.li.xe@renesas.com> References: <1651001574-32457-1-git-send-email-min.li.xe@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 26 Apr 2022 15:32:53 -0400 Min Li wrote: > Use TOD_READ_SECONDARY for extts to keep TOD_READ_PRIMARY > for gettime and settime exclusively Does not build on 32 bit. > -/* > +/** > * Maximum absolute value for write phase offset in picoseconds > * > + * @channel: channel > + * @delta_ns: delta in nanoseconds > + * Not a proper kdoc, first line must include struct name or function name. Please wait 24h with reposting fixed version so other feedback has a chance to come in.