Re: [PATCH v5 net-next 00/13] net: phy: marvell-88q2xxx: add driver for the Marvell 88Q2220 PHY
From: Jakub Kicinski <kuba@kernel.org>
Date: 2024-01-30 02:10:01
Also in:
lkml
From: Jakub Kicinski <kuba@kernel.org>
Date: 2024-01-30 02:10:01
Also in:
lkml
On Mon, 22 Jan 2024 22:28:33 +0100 Dimitri Fedrau wrote:
Changes in V5: - add missing statics for mv88q222x_revb0_init_seq0 and mv88q222x_revb0_init_seq1 - fix typo in commit message: autonegotiation - fix ordering of Signed-off-by and Reviewed-by in commit messages - add interrupt support for link detection - add suspend / resume ops - add support for internal temperature sensor - add cable test support - call .soft_reset in mv88q2xxx_config_aneg, this makes mv88q2xxx_config_aneg compatible for Marvell88Q222x devices and remove mv88q222x_config_aneg which is then just duplicated code - cleanup mv88q2xxx_config_init and make it compatible with Marvell88Q222x devices - move parts from mv88q222x_config_init to mv88q2xxx_config_init that are applicable for all Marvell88Q2xxx devices.
PHY maintainers - could anyone take a look at these patches?