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=-16.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 A8707C4338F for ; Tue, 3 Aug 2021 21:40:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 838E16103C for ; Tue, 3 Aug 2021 21:40:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232882AbhHCVkZ (ORCPT ); Tue, 3 Aug 2021 17:40:25 -0400 Received: from mail.kernel.org ([198.145.29.99]:52472 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232809AbhHCVkR (ORCPT ); Tue, 3 Aug 2021 17:40:17 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 6EDB261050; Tue, 3 Aug 2021 21:40:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1628026806; bh=5JMHB0yY8QqUV9gku+h/QydoqaLTh51fWRTu1crjXPU=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=erYr+K5AsO4XU0JtM8UkxPc8/gD65ijpSIUqmWNbdFDm6t/JgS8O8Me71HvyzIRNf hjrxXDJ2xAg+qUGlkJ+oKEFGakSy3vjsaMm+ilXQrvKQXcUpQvyVQbGBeZD2M2s0Eo Z4CtsJ7J6kAdBgBYH1GCLMmD3TTGT4Yl0fb9OCpOtUZ3rAURxtNKreWuZz1751PDRq /AZsJYDYYOeizIQwxYGpCY1EIenTWdO3eEKCXFkjY0QJkS6jaHs0WsTMtVuTDtt/Ee MlSTZHfBJhAWc32FrYDwWfAo6Tmlu7fFOtIUE/rnsdci4NTcfbESCrrEZ1Kt+6waMc LLwfbyAH7pz5Q== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next V2] net: fec: fix MAC internal delay doesn't work From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162802680642.18812.6472367485133674143.git-patchwork-notify@kernel.org> Date: Tue, 03 Aug 2021 21:40:06 +0000 References: <20210803052424.19008-1-qiangqing.zhang@nxp.com> In-Reply-To: <20210803052424.19008-1-qiangqing.zhang@nxp.com> To: Joakim Zhang Cc: davem@davemloft.net, kuba@kernel.org, andrew@lunn.ch, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-imx@nxp.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 3 Aug 2021 13:24:24 +0800 you wrote: > This patch intends to fix MAC internal delay doesn't work, due to use > of_property_read_u32() incorrectly, and improve this feature a bit: > 1) check the delay value if valid, only program register when it's 2000ps. > 2) only enable "enet_2x_txclk" clock when require MAC internal delay. > > Fixes: fc539459e900 ("net: fec: add MAC internal delayed clock feature support") > Signed-off-by: Joakim Zhang > > [...] Here is the summary with links: - [net-next,V2] net: fec: fix MAC internal delay doesn't work https://git.kernel.org/netdev/net-next/c/b820c114eba7 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html