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 0700ECDB465 for ; Thu, 19 Oct 2023 09:10:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229830AbjJSJK1 (ORCPT ); Thu, 19 Oct 2023 05:10:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48612 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232952AbjJSJK0 (ORCPT ); Thu, 19 Oct 2023 05:10:26 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0BBD212D for ; Thu, 19 Oct 2023 02:10:24 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id 8A988C433C9; Thu, 19 Oct 2023 09:10:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1697706624; bh=Ebub719cRz9G5ACNsmDwbxaKVkRnz5JEOIBNJDMXBA8=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=NH5YXUvFrRWaZ2D+vykw34JsWFGdgzdgBFdmrdsOkJ/7vgNwqKuRdUna3jxCLdWfM c0TCEAurZcBgBtTV91z4sJoVQ3Cc1hOgbne7exSLOUnPuCyQLp+eYYRUCgf5BcHUWa MhE6OZSxPXtE8zSelO6WqCL8S538G2Qo+u2B0Lpodumu+pF7EyomOGjwZGXVZkGtFg VjkFYe4WsWg/k9gEnGEy/OU/0z2916DotNZz0Ue5G4zaMqINaA2+A6vYxGiogcpHM3 W5SeCJhIi9JK1FWib/1iTfzkxjPalG6YRR5oXs5MZIsIA7AuVXUSF9BO/xvGIzU2+K RBeGFKh3YQCpQ== 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 6D81AC73FE1; Thu, 19 Oct 2023 09:10:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v3 0/2] rswitch: Add PM ops From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169770662444.23024.10068818834489019175.git-patchwork-notify@kernel.org> Date: Thu, 19 Oct 2023 09:10:24 +0000 References: <20231017113402.849735-1-yoshihiro.shimoda.uh@renesas.com> In-Reply-To: <20231017113402.849735-1-yoshihiro.shimoda.uh@renesas.com> To: Yoshihiro Shimoda Cc: s.shtylyov@omp.ru, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-renesas-soc@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni : On Tue, 17 Oct 2023 20:34:00 +0900 you wrote: > This patch is based on the latest net-next.git / next branch. > After applied this patch with the following patches, the system can > enter/exit Suspend to Idle without any error: > https://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git/commit/?h=next&id=aa4c0bbf820ddb9dd8105a403aa12df57b9e5129 > https://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git/commit/?h=next&id=1a5361189b7acac15b9b086b2300a11b7aa84c06 > > Changes from v2: > https://lore.kernel.org/all/20231013121936.364678-1-yoshihiro.shimoda.uh@renesas.com/ > - Based on the latest net-next.git / main branch. > - Change the subject in the patch 1/2. > - Fix a condition to avoid endless loop in the patch 1/2. > > [...] Here is the summary with links: - [net-next,v3,1/2] rswitch: Use unsigned int for port related array index https://git.kernel.org/netdev/net-next/c/1bf55630694e - [net-next,v3,2/2] rswitch: Add PM ops https://git.kernel.org/netdev/net-next/c/35b78409e1c7 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html