Merge branch 'phy-ackage-addr-mmd-apis'
authorDavid S. Miller <davem@davemloft.net>
Sun, 17 Dec 2023 20:10:08 +0000 (20:10 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Dec 2023 20:10:08 +0000 (20:10 +0000)
commit54f4c2570a19186dfebd555b163084c1824cf1d6
treee38475640e5cd1259c4fce85eb290578bc0b7b00
parentdd7842878633453e38d6a4927593dd28b9d8ab91
parentd63710fc0f1a501fd75a7025e3070a96ffa1645f
Merge branch 'phy-ackage-addr-mmd-apis'

Christian Marangi says:

====================
net: phy: add PHY package base addr + mmd APIs

This small series is required for the upcoming qca807x PHY that
will make use of PHY package mmd API and the new implementation
with read/write based on base addr.

The MMD PHY package patch currently has no use but it will be
used in the upcoming patch and it does complete what a PHY package
may require in addition to basic read/write to setup global PHY address.

(Changelog for all the revision is present in the single patch)
====================

Signed-off-by: David S. Miller <davem@davemloft.net>