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 770A222D780; Mon, 16 Jun 2025 22:10:12 +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=1750111812; cv=none; b=aVmhwcns5ou4cDs4yf59ub+6yZTJ+Kxmf3FrtiSPORTQYP9XBeMrou8zNugBIN/qS9wZRaCxOpv5awmUpsIyxivSU7IYtzZyqaYBZESTOWdfAPTo9QbUWvZtEhmXDeEre6wIQUvggFiNLyVrJWNJEzOKedzMsYjepNkKTDySbCk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750111812; c=relaxed/simple; bh=/UFQy/gwF7auX1dmeeWX0y5HeA22qawDpoPuhTXqVnw=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=axaNd9ezKgEUDdvmDTYagUv/mPCrZJmx5aewQJKNZrchEqgUWkacXqHpMYqh/lPicmqTsKxgduzHCPNSHs3KhdzsuKSNeJNjchwqcvah1xkVEvh6bTlb/LRreixutT2+EGkCfeN8bHrDbSUlEwtJnCTSCnUDugGsnFidIMa9NyU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=otR/Scfk; 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="otR/Scfk" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E0086C4CEEA; Mon, 16 Jun 2025 22:10:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1750111811; bh=/UFQy/gwF7auX1dmeeWX0y5HeA22qawDpoPuhTXqVnw=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=otR/ScfkmiBWXEbpcWOJlqYb1rAnFUVEnRn8+FYqoIAWGOYwV0AxHstBzFzUVzZCy jhAZgP1NU1I9cQnHfUZuUV1aYoRcmNgnsoHQqJx/vFibgYUjkK9PRncbe9uvr8Dd2j XHWDotczCBbx4cvoPJEHUbctkYP3wmpiUtCtWGg5jkYWXHRyiNX49/k5p3q0ElPqFl fPXYs8VWO/fnPF69/a+JY0NpRd8nK4WvWurTb8a3aCGOMdE9pQfARWcdb/jQHtFAOf qKAQvFPOfF45GNa+t9a1mcn4geHSpMh3Rrfm3vzM7CQDk7uYrJZyJy9dtQ+K6lWDG2 32jR9EAMHroDQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id EACFF38111D8; Mon, 16 Jun 2025 22:10:41 +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 0/3] net: phy: make phy_package a separate module From: patchwork-bot+netdevbpf@kernel.org Message-Id: <175011184073.2530350.6087096152984005228.git-patchwork-notify@kernel.org> Date: Mon, 16 Jun 2025 22:10:40 +0000 References: In-Reply-To: To: Heiner Kallweit Cc: andrew+netdev@lunn.ch, pabeni@redhat.com, kuba@kernel.org, davem@davemloft.net, edumazet@google.com, andrew@lunn.ch, linux@armlinux.org.uk, matthias.bgg@gmail.com, angelogioacchino.delregno@collabora.com, netdev@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 12 Jun 2025 23:25:00 +0200 you wrote: > Only a handful of PHY drivers needs the PHY package functionality, > therefore make it a separate module which is built only if needed. > > Heiner Kallweit (3): > net: phy: move __phy_package_[read|write]_mmd to phy_package.c > net: phy: make phy_package a separate module > net: phy: add Kconfig symbol PHY_PACKAGE > > [...] Here is the summary with links: - [net-next,1/3] net: phy: move __phy_package_[read|write]_mmd to phy_package.c https://git.kernel.org/netdev/net-next/c/cbd1ab0ce8f6 - [net-next,2/3] net: phy: make phy_package a separate module https://git.kernel.org/netdev/net-next/c/a1acde1e1bcf - [net-next,3/3] net: phy: add Kconfig symbol PHY_PACKAGE https://git.kernel.org/netdev/net-next/c/7d57386905d4 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html