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 7FA531849 for ; Fri, 26 Apr 2024 02:00:28 +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=1714096828; cv=none; b=FOpUhk2knt5BfCMUTRaRv05UubusnGKAC/6GAzulXCJ11myX9GH9xsDWYT5AGcfvt3Fc8IVSV0hCdSUfRVNrXA+TxMsqaC3/fITCz9h4JWkgZdhYuW2r2c3rJeLj7kK10w8fUCy/MdTkeSN8+g5aUcEGBNL93JZEKbhglneCR3s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714096828; c=relaxed/simple; bh=emvgRdkB4bT+QIHO1cO+WSz3Va0SmO9mMlVIKK1qlh0=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=Er5ReAhxnqpWh2JSjrCgce6YR/4EgqaQ4Q4AhPDAGzlUG56PBqEAlI48s5jdLTgkbHa6d7bWDl0Sk4YrBpYub8PU09zKXtDqJCx6EeDibph2ESYEpwAYLCelDTlQG11KV3x6YOPYdOHPUGhNhf60h/7j88toABvMYENMJM2hGYg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=bZcNZxO0; 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="bZcNZxO0" Received: by smtp.kernel.org (Postfix) with ESMTPS id 4BB2BC2BBFC; Fri, 26 Apr 2024 02:00:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1714096828; bh=emvgRdkB4bT+QIHO1cO+WSz3Va0SmO9mMlVIKK1qlh0=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=bZcNZxO0DKIK/Knu/s0P0jTty/qKWVBDUkORJQnZTLlSBwwSbRJNzNHwEGyySng6Z QOCo2mezH4Z8hOv4lMLW6maO0DhmpfSTMKXtG/aYh9n4gRWff6rFxOvwRdPG+ctEzq ZUoO3NCzYdw5JtRZ9DY3UPGdhLu2K0hyZuUYAAHw5zscEC78cNSpHXEEKBkI5EVMQy hA6bh+YBO7qbIpDab3Ggxbdi6Dpbzpz6QlNCzL5Up8/mgMP/4khuZjR1VX/vJIUCQj H0YLS/15q2iJhWRALKC03kQRYw/CfQZ7GSQdWm1zzOLZpOsiEEZohSxpl87wRIBrJn Vmowr4MDn6y9Q== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 3B9CAC43614; Fri, 26 Apr 2024 02:00:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v2 1/2] net: sfp: update comment for FS SFP-10G-T quirk From: patchwork-bot+netdevbpf@kernel.org Message-Id: <171409682823.30663.5163968269339844749.git-patchwork-notify@kernel.org> Date: Fri, 26 Apr 2024 02:00:28 +0000 References: <20240423085039.26957-1-kabel@kernel.org> In-Reply-To: <20240423085039.26957-1-kabel@kernel.org> To: =?utf-8?q?Marek_Beh=C3=BAn_=3Ckabel=40kernel=2Eorg=3E?=@ci.codeaurora.org Cc: netdev@vger.kernel.org, rmk+kernel@armlinux.org.uk, andrew@lunn.ch, hkallweit1@gmail.com Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 23 Apr 2024 10:50:38 +0200 you wrote: > Update the comment for the Fibrestore SFP-10G-T module: since commit > e9301af385e7 ("net: sfp: fix PHY discovery for FS SFP-10G-T module") > we also do a 4 second wait before probing the PHY. > > Fixes: e9301af385e7 ("net: sfp: fix PHY discovery for FS SFP-10G-T module") > Signed-off-by: Marek BehĂșn > Reviewed-by: Andrew Lunn > > [...] Here is the summary with links: - [net-next,v2,1/2] net: sfp: update comment for FS SFP-10G-T quirk https://git.kernel.org/netdev/net-next/c/6999e0fc9a55 - [net-next,v2,2/2] net: sfp: enhance quirk for Fibrestore 2.5G copper SFP module https://git.kernel.org/netdev/net-next/c/cd4a32e60061 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html