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=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 E70C6C433ED for ; Wed, 14 Apr 2021 20:00:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CA31D61177 for ; Wed, 14 Apr 2021 20:00:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353590AbhDNUAe (ORCPT ); Wed, 14 Apr 2021 16:00:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:44200 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245471AbhDNUAc (ORCPT ); Wed, 14 Apr 2021 16:00:32 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id CE33C61154; Wed, 14 Apr 2021 20:00:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1618430410; bh=EbCR73hTmasaxW7y6jUvE4FvFPo0Fm+mX5csPYP4qk8=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=EGr3JThFN6cNAfKMlY1ucQ2qNbZH4lF4AOoKsl7eUSIgcVjYByI4eY68Rgqs/VnUj fyPHbCc5pXdhokr/wyEwqT7DRjow8p96S3B2unqrFbspvTWXrFjyqPueTytU0GPPiX 7diiCKrYX/zof0cczgFeqo1J5diVciMNsU6uC15SR1MXL9Ysd0FCjXR2F08jYd3jk+ caOnxw6ob9ipxyZzbVOrYHX1dXWhtUSfuKz4MLIBWKGRRIsQi6Wzm1dDuZDHJtMAcO XIP27Xqe4G+aSSctj7iEH+7UyUR5JtbGBkGqcncB576D7XVe84KXmFI66FaqLeWpba wYuT34GFdBt+g== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v4 1/1] net: stmmac: Add support for external trigger timestamping From: patchwork-bot+netdevbpf@kernel.org Message-Id: <161843041077.5559.2620169684665757690.git-patchwork-notify@kernel.org> Date: Wed, 14 Apr 2021 20:00:10 +0000 References: <20210414001617.3490-1-vee.khee.wong@linux.intel.com> In-Reply-To: <20210414001617.3490-1-vee.khee.wong@linux.intel.com> To: Wong Vee Khee Cc: peppe.cavallaro@st.com, alexandre.torgue@st.com, joabreu@synopsys.com, davem@davemloft.net, kuba@kernel.org, mcoquelin.stm32@gmail.com, weifeng.voon@intel.com, boon.leong.ong@intel.com, netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, richardcochran@gmail.com, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 14 Apr 2021 08:16:17 +0800 you wrote: > From: Tan Tee Min > > The Synopsis MAC controller supports auxiliary snapshot feature that > allows user to store a snapshot of the system time based on an external > event. > > This patch add supports to the above mentioned feature. Users will be > able to triggered capturing the time snapshot from user-space using > application such as testptp or any other applications that uses the > PTP_EXTTS_REQUEST ioctl request. > > [...] Here is the summary with links: - [net-next,v4,1/1] net: stmmac: Add support for external trigger timestamping https://git.kernel.org/netdev/net-next/c/f4da56529da6 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html