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 13011309DB1; Fri, 10 Apr 2026 03:10:46 +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=1775790647; cv=none; b=LrmOqewXgV15q4vm8yc6pTi+08IpNTsuheGXnkBfNkDrcTFrgpGRKDXR7uacCtaa2LcFG/24/I0KVSkGaa7AVPtvmhpw1F22t5k3GyAcl7k+hx4eUhbIdWDlnstjGvCCCTwgbK0SZuhg4xTAh0hVmOAQZSVIH+kPbxVKBCCl5rs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775790647; c=relaxed/simple; bh=8uwWqIKQKYdlfy9K/zuqROgSQ2HekfT66LpIoAS5aqk=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=YRbrmkfXNW0X6PIQruHTX5gvnkCuSZ9+C+pCRII2Ns6q/iss+xclYmJO2k7IRSTCrGF5siEnXFqe0A159P16omspKmCGjLlKk5Zr9EalzOmXhgARkrsV57LTUru1SLwek5U8h2sKdte+nKAPhN4IeC1viqVarmsYQVTWkesScrY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=dOWd1ZDW; 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="dOWd1ZDW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 980D7C4CEF7; Fri, 10 Apr 2026 03:10:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775790646; bh=8uwWqIKQKYdlfy9K/zuqROgSQ2HekfT66LpIoAS5aqk=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=dOWd1ZDW8gwug6z+kpUYbQAJFVqTAmt3VjrIPR9uJkuY8Z4DLgUnSERcO4qbOzfgQ qBFGhUbI63j+hR2rhVHSO/xBhIAwg5jFMBBrwSQ6kzqNlrhyj9JDrsR12PxwV9Qdrb yEvw4/jkZynEahKGaWeJiUCu9aUMNcIoqYmr0Nm4Nsv6qPj92smSTZxu5lotRgsJmt RQ6aCXLpZsiu+RpU2nrlu6Z/vWTPmE+BYJ1g5Y/R8bMdInKQpzuqPwUiK62QZaeDYQ QZkjUAAut9tzOhTFXXniVMO3yyh0dRApgHPG5CiITCmPMdVaYnGk1pajhljmPaRLPs iDobPTaYnKbhQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 02FB53809A22; Fri, 10 Apr 2026 03:10:23 +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: [net-next,PATCH v6 1/3] dt-bindings: net: realtek,rtl82xx: Keep property list sorted From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177579062179.1844106.1500361028332601259.git-patchwork-notify@kernel.org> Date: Fri, 10 Apr 2026 03:10:21 +0000 References: <20260405233008.148974-1-marek.vasut@mailbox.org> In-Reply-To: <20260405233008.148974-1-marek.vasut@mailbox.org> To: Marek Vasut Cc: netdev@vger.kernel.org, robh@kernel.org, davem@davemloft.net, olek2@wp.pl, andrew@lunn.ch, conor+dt@kernel.org, edumazet@google.com, f.fainelli@gmail.com, hkallweit1@gmail.com, ivan.galkin@axis.com, kuba@kernel.org, krzk+dt@kernel.org, michael@fossekall.de, pabeni@redhat.com, linux@armlinux.org.uk, vladimir.oltean@nxp.com, devicetree@vger.kernel.org Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 6 Apr 2026 01:29:56 +0200 you wrote: > Sort the documented properties alphabetically, no functional change. > > Acked-by: Rob Herring (Arm) > Signed-off-by: Marek Vasut > --- > Cc: "David S. Miller" > Cc: Aleksander Jan Bajkowski > Cc: Andrew Lunn > Cc: Conor Dooley > Cc: Eric Dumazet > Cc: Florian Fainelli > Cc: Heiner Kallweit > Cc: Ivan Galkin > Cc: Jakub Kicinski > Cc: Krzysztof Kozlowski > Cc: Michael Klein > Cc: Paolo Abeni > Cc: Rob Herring > Cc: Russell King > Cc: Vladimir Oltean > Cc: devicetree@vger.kernel.org > Cc: netdev@vger.kernel.org > > [...] Here is the summary with links: - [net-next,v6,1/3] dt-bindings: net: realtek,rtl82xx: Keep property list sorted https://git.kernel.org/netdev/net-next/c/4de7a8acd18e - [net-next,v6,2/3] dt-bindings: net: realtek,rtl82xx: Document realtek,*-ssc-enable property https://git.kernel.org/netdev/net-next/c/bfb859a5cb49 - [net-next,v6,3/3] net: phy: realtek: Add property to enable SSC https://git.kernel.org/netdev/net-next/c/84c5a3f00084 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html