Message ID | 20240206173115.7654-1-ansuelsmth@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | net: phy: Introduce PHY Package concept | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Tue, 6 Feb 2024 18:31:03 +0100 you wrote: > Idea of this big series is to introduce the concept of PHY package in DT > and give PHY drivers a way to derive the base address from DT. > > The concept of PHY package is nothing new and is already a thing in the > kernel with the API phy_package_join/leave/read/write. > > What is currently lacking is describing this in DT and better reference > a base address to calculate offset from. > > [...] Here is the summary with links: - [net-next,v7,01/10] dt-bindings: net: document ethernet PHY package nodes https://git.kernel.org/netdev/net-next/c/8453c88c7a15 - [net-next,v7,02/10] net: phy: add support for scanning PHY in PHY packages nodes https://git.kernel.org/netdev/net-next/c/385ef48f4686 - [net-next,v7,03/10] net: phy: add devm/of_phy_package_join helper https://git.kernel.org/netdev/net-next/c/471e8fd3afce - [net-next,v7,04/10] net: phy: qcom: move more function to shared library https://git.kernel.org/netdev/net-next/c/737eb75a815f - [net-next,v7,05/10] dt-bindings: net: Document Qcom QCA807x PHY package https://git.kernel.org/netdev/net-next/c/dd87eaa13787 - [net-next,v7,06/10] net: phy: provide whether link has changed in c37_read_status https://git.kernel.org/netdev/net-next/c/9b1d5e055508 - [net-next,v7,07/10] net: phy: qcom: add support for QCA807x PHY Family https://git.kernel.org/netdev/net-next/c/d1cb613efbd3 - [net-next,v7,08/10] net: phy: qcom: move common qca808x LED define to shared header https://git.kernel.org/netdev/net-next/c/ee9d9807bee0 - [net-next,v7,09/10] net: phy: qcom: generalize some qca808x LED functions https://git.kernel.org/netdev/net-next/c/47b930d0dd43 - [net-next,v7,10/10] net: phy: qca807x: add support for configurable LED https://git.kernel.org/netdev/net-next/c/f508a226b517 You are awesome, thank you!