Re: [PATCH net-next v2 2/3] net: pse-pd: pd692x0: Separate configuration parsing from hardware setup
From: Simon Horman
Date: Tue Oct 14 2025 - 05:02:17 EST
On Mon, Oct 13, 2025 at 04:05:32PM +0200, Kory Maincent wrote:
> From: Kory Maincent (Dent Project) <kory.maincent@xxxxxxxxxxx>
>
> Cache the port matrix configuration in driver private data to enable
> PSE controller reconfiguration. This refactoring separates device tree
> parsing from hardware configuration application, allowing settings to be
> reapplied without reparsing the device tree.
>
> This refactoring is a prerequisite for preserving PSE configuration
> across reboots to prevent power disruption to connected devices.
>
> Signed-off-by: Kory Maincent <kory.maincent@xxxxxxxxxxx>
Reviewed-by: Simon Horman <horms@xxxxxxxxxx>