From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6016430FC12; Wed, 17 Sep 2025 22:30:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758148208; cv=none; b=QN4+0gDqQujQQ1laimjeovYxIWfUJ8RQXtYYOUUGup3bvmlnOSDfHBlGBIWdzW2Nh/s70Q1+Mg0+Oh2S/bdwadz6wQZZuVcbXYe5W2NiQ7SFNrMtAFswgEsY35SzUSx2EIobiXzbOF4lqcnI/itWIWD5rnpOoFDQRAZhFllNtJE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758148208; c=relaxed/simple; bh=t5U7bWcgyUOybfHJuAL0KyhfI9YLLbZycfjGX3jWjNo=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=YYgcmRNtxH6S6eUeVn+vkPGjsPplRDQO5uSLWQxVe9mY+8LtWUceMDaXD8cRTSshQsijgX3dCSYWx+OYfW1jqRPl0MvT5KsR1RRfoxpr2r1xsCGk3k2TLRbSPmlCPcTm904yrpuABGBj/MtoFImDc8H3+hUGzoJvPL3xh3TxVTs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=jVaQzSzs; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="jVaQzSzs" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F2FFFC4CEF5; Wed, 17 Sep 2025 22:30:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1758148208; bh=t5U7bWcgyUOybfHJuAL0KyhfI9YLLbZycfjGX3jWjNo=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=jVaQzSzsiXiJRliHRdiQf+Z/BjWHYypt4IK5+QDJftboOd8jN179ZQT9NpEdtjIsd R+CMv6kbdWhj2pW18QPfU6XqTW99Tze356a/iMb1vZKkGoEjoSyZvQ+x9HIW6cqIqI ImQln1XNS4QY+bwa3SIC9XhOyCdQqL4rbe4rm872ZVYl4yV+ns682cQi/rme9Xb8ct AEHRuxAUj0zKc2L2a4p2q+4xpE2v4Uzvi2bZIj1JFnwd21c0QbqwBzvqgnYfeloisT e7BjdLIia1rOdM/XSdgRjM4gPlYTmFak79jGmKuwc3qAieZ4SCYa1TdEh+cC/ExjF5 aiCqE4X+YGvGQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id ADE1B39D0C28; Wed, 17 Sep 2025 22:30:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] ptp: netc: only enable periodic pulse event interrupts for PPS From: patchwork-bot+netdevbpf@kernel.org Message-Id: <175814820850.2170568.9776868991501848097.git-patchwork-notify@kernel.org> Date: Wed, 17 Sep 2025 22:30:08 +0000 References: <20250915082528.1616361-1-wei.fang@nxp.com> In-Reply-To: <20250915082528.1616361-1-wei.fang@nxp.com> To: Wei Fang Cc: xiaoning.wang@nxp.com, richardcochran@gmail.com, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, Frank.Li@nxp.com, imx@lists.linux.dev, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 15 Sep 2025 16:25:28 +0800 you wrote: > The periodic pulse event interrupts are used to register the PPS events > into the system, so it is only applicable to PTP_CLK_REQ_PPS request. > However, these interrupts are mistakenly enabled in PTP_CLK_REQ_PEROUT > request, so fix this error. > > Fixes: 671e266835b8 ("ptp: netc: add periodic pulse output support") > Signed-off-by: Wei Fang > > [...] Here is the summary with links: - [net-next] ptp: netc: only enable periodic pulse event interrupts for PPS https://git.kernel.org/netdev/net-next/c/2479cba20946 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html