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 A4E14C77B7A for ; Thu, 1 Jun 2023 14:30:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233773AbjFAOaY (ORCPT ); Thu, 1 Jun 2023 10:30:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47662 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233318AbjFAOaV (ORCPT ); Thu, 1 Jun 2023 10:30:21 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9391FFC for ; Thu, 1 Jun 2023 07:30:20 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 31A49612A1 for ; Thu, 1 Jun 2023 14:30:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 90331C433EF; Thu, 1 Jun 2023 14:30:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685629819; bh=2eT6v1/C9jazgiPlmc7EA3TKFRAj8z2AYljVkDk7Xds=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=N+Ctla4de7wScrzh+1XaCSrzFpax6DikzdHp7zgitOiXL+/pC3aDU4R0qTS178IAl BvdGmSUxeOcje3vO8nKzUEhLAIxCjF55NwsprsDVdeviCTdhRm/1wGXhBa92tYpapN 6qesW+UnZ6+z0lw1mYvbIndqpG43o0Wzox9gUrXOOKUJfuK4iUlofOUDiCJ9d1gjtk KcSs51FQHfJwb22FPeJKiIs11NZCMaDA9ZpGrSNnt8sfIY1cGjGnrPfFlVzVa56Usb 6m2ipZxj30q/Xw+TLQl/7TRnT2SSapN1waVRNph2dBUHBE8Q4saQF5NRxElQoxiOtT PDi95CNMK7ChA== 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 797A0E52C02; Thu, 1 Jun 2023 14:30:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] net: dsa: mv88e6xxx: Increase wait after reset deactivation From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168562981949.12126.5921188118385782118.git-patchwork-notify@kernel.org> Date: Thu, 01 Jun 2023 14:30:19 +0000 References: <20230530145223.1223993-1-andreas.svensson@axis.com> In-Reply-To: <20230530145223.1223993-1-andreas.svensson@axis.com> To: Andreas Svensson Cc: andrew@lunn.ch, f.fainelli@gmail.com, olteanv@gmail.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, kernel@axis.com, baruch@tkos.co.il, netdev@vger.kernel.org, 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.git (main) by Paolo Abeni : On Tue, 30 May 2023 16:52:23 +0200 you wrote: > A switch held in reset by default needs to wait longer until we can > reliably detect it. > > An issue was observed when testing on the Marvell 88E6393X (Link Street). > The driver failed to detect the switch on some upstarts. Increasing the > wait time after reset deactivation solves this issue. > > [...] Here is the summary with links: - [net] net: dsa: mv88e6xxx: Increase wait after reset deactivation https://git.kernel.org/netdev/net/c/3c27f3d53d58 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html