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 4D02AC0015E for ; Sat, 29 Jul 2023 16:10:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229379AbjG2QKk (ORCPT ); Sat, 29 Jul 2023 12:10:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48336 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229847AbjG2QKg (ORCPT ); Sat, 29 Jul 2023 12:10:36 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 80AFD3C21 for ; Sat, 29 Jul 2023 09:10:22 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1BA4A60C7B for ; Sat, 29 Jul 2023 16:10:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 75FD3C433CA; Sat, 29 Jul 2023 16:10:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690647021; bh=oi5WpSWXZ+R74NunSULul0Bo/wksFDSKKr8cGlB4QyI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=uulKBsgx3MTAz2P/tk4zgthX4NmGQSZ9CWwYGoA4TX4i5RlfCTADiRm+p3zGDtBz8 OBHVr8NreJbCOBPjsS0ZAA3Xwc5T5uTI9+19OknBPehkrBaLf7A2EnTry9C3bJ/BSC CAjqbav4w5Bv3s82U/L+6YyiFjv7alT03KGafASjptHxnhoE+AktnfxviEk/clrW47 cW+5yTsNmeEH/IfEIQY/QQqtaAJ/9aLXcMYwXFg5wvF1+HXMYfMakchfgGjT6kWJsg rCyVxOs8VdydUtgoiQ+wBR9Y7T1XWqVamtvTzAMfsdO9YOAMJTfM4eNc3l2KRV/D7t dbuqtLLs8qmHA== 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 537F6C43169; Sat, 29 Jul 2023 16:10:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: dsa: microchip: KSZ9477 register regmap alignment to 32 bit boundaries From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169064702132.23345.436670879049888015.git-patchwork-notify@kernel.org> Date: Sat, 29 Jul 2023 16:10:21 +0000 References: <20230727081342.3828601-1-lukma@denx.de> In-Reply-To: <20230727081342.3828601-1-lukma@denx.de> To: Lukasz Majewski Cc: woojung.huh@microchip.com, UNGLinuxDriver@microchip.com, andrew@lunn.ch, f.fainelli@gmail.com, olteanv@gmail.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux@rasmusvillemoes.dk Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Thu, 27 Jul 2023 10:13:42 +0200 you wrote: > The commit (SHA1: 5c844d57aa7894154e49cf2fc648bfe2f1aefc1c) provided code > to apply "Module 6: Certain PHY registers must be written as pairs instead > of singly" errata for KSZ9477 as this chip for certain PHY registers > (0xN120 to 0xN13F, N=1,2,3,4,5) must be accesses as 32 bit words instead > of 16 or 8 bit access. > Otherwise, adjacent registers (no matter if reserved or not) are > overwritten with 0x0. > > [...] Here is the summary with links: - net: dsa: microchip: KSZ9477 register regmap alignment to 32 bit boundaries https://git.kernel.org/netdev/net/c/8d7ae22ae9f8 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html