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 10A2A1640B for ; Thu, 7 Dec 2023 12:10:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ErDL/9JQ" Received: by smtp.kernel.org (Postfix) with ESMTPS id 7EC96C433CA; Thu, 7 Dec 2023 12:10:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701951023; bh=lGVbiwQgi6rVKUo0EVi7BxRmbqXizI4m0cqQ8rcLPPo=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=ErDL/9JQMrjRzMfeJbQctZcg2JXfGHGsLb+p2r0Z+jiQVqA0khLfGa+l0l5GzVxoo aDfGn38kioAlq8y/dGFPeKAPU1nj/0sbBNdtvUvAZ/lSeEEoMDpx3j35i2ub+ypZXC uDPTn6brZJ6IYACjV8+aPlj+SvLV8XVZvS/hlI6nxOQBCXnLT9xxzWgpjlKKTpnPMD Fv684nkeQFAZVnNcgX71k1L8hEQfFIDmUGrgjxr06g/JfD/Wgb8XToZ6IzfOoMUnI4 1obapsaXwVU3R/5YDPAvmhB8LnKRg/ApAJ8cZiv8FXbBo6dFJVVo3BfMAthn9NuOA8 YX7N3TPJBd0mg== 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 63BF7C43170; Thu, 7 Dec 2023 12: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: [PATCH net-next 1/2] net: dsa: microchip: properly support platform_data probing From: patchwork-bot+netdevbpf@kernel.org Message-Id: <170195102340.30095.2050525382478340516.git-patchwork-notify@kernel.org> Date: Thu, 07 Dec 2023 12:10:23 +0000 References: <20231205164231.1863020-1-dd@embedd.com> In-Reply-To: <20231205164231.1863020-1-dd@embedd.com> To: Daniel Danzberger 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, vladimir.oltean@nxp.com Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Tue, 5 Dec 2023 17:42:30 +0100 you wrote: > From: Vladimir Oltean > > The ksz driver has bits and pieces of platform_data probing support, but > it doesn't work. > > The conventional thing to do is to have an encapsulating structure for > struct dsa_chip_data that gets put into dev->platform_data. This driver > expects a struct ksz_platform_data, but that doesn't contain a struct > dsa_chip_data as first element, which will obviously not work with > dsa_switch_probe() -> dsa_switch_parse(). > > [...] Here is the summary with links: - [net-next,1/2] net: dsa: microchip: properly support platform_data probing https://git.kernel.org/netdev/net-next/c/3bc05faf3787 - [net-next,2/2] net: dsa: microchip: move ksz_chip_id enum to platform include https://git.kernel.org/netdev/net-next/c/d16f1096b320 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html