[PATCH net-next 0/3] Preserve PSE PD692x0 configuration across reboots

Kory Maincent posted 3 patches 2 months, 2 weeks ago
There is a newer version of this series
drivers/net/pse-pd/pd692x0.c | 155 +++++++++++++++++++++++++++++++------------
1 file changed, 112 insertions(+), 43 deletions(-)
[PATCH net-next 0/3] Preserve PSE PD692x0 configuration across reboots
Posted by Kory Maincent 2 months, 2 weeks ago
From: Kory Maincent (Dent Project) <kory.maincent@bootlin.com>

Previously, the driver would always reconfigure the PSE hardware on
probe, causing a port matrix reflash that resulted in temporary power
loss to all connected devices. This change maintains power continuity
by preserving existing configuration when the PSE has been previously
initialized.

Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
---
Kory Maincent (3):
      net: pse-pd: pd692x0: Replace __free macro with explicit kfree calls
      net: pse-pd: pd692x0: Separate configuration parsing from hardware setup
      net: pse-pd: pd692x0: Preserve PSE configuration across reboots

 drivers/net/pse-pd/pd692x0.c | 155 +++++++++++++++++++++++++++++++------------
 1 file changed, 112 insertions(+), 43 deletions(-)
---
base-commit: cebc5f8eed2c9ad0e048d6a68c3fac92a6020509
change-id: 20250929-feature_pd692x0_reboot_keep_conf-69a996467491

Best regards,
-- 
Köry Maincent, Bootlin
Embedded Linux and kernel engineering
https://bootlin.com

Re: [PATCH net-next 0/3] Preserve PSE PD692x0 configuration across reboots
Posted by Paolo Abeni 2 months, 2 weeks ago
On 9/30/25 11:12 AM, Kory Maincent wrote:
> From: Kory Maincent (Dent Project) <kory.maincent@bootlin.com>
> 
> Previously, the driver would always reconfigure the PSE hardware on
> probe, causing a port matrix reflash that resulted in temporary power
> loss to all connected devices. This change maintains power continuity
> by preserving existing configuration when the PSE has been previously
> initialized.
> 
> Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
> ---
> Kory Maincent (3):
>       net: pse-pd: pd692x0: Replace __free macro with explicit kfree calls
>       net: pse-pd: pd692x0: Separate configuration parsing from hardware setup
>       net: pse-pd: pd692x0: Preserve PSE configuration across reboots
> 
>  drivers/net/pse-pd/pd692x0.c | 155 +++++++++++++++++++++++++++++++------------
>  1 file changed, 112 insertions(+), 43 deletions(-)

## Form letter - net-next-closed

The merge window for v6.18 has begun and therefore net-next is closed
for new drivers, features, code refactoring and optimizations. We are
currently accepting bug fixes only.

Please repost when net-next reopens after October 12th.

RFC patches sent for review only are obviously welcome at any time.
Re: [PATCH net-next 0/3] Preserve PSE PD692x0 configuration across reboots
Posted by Kory Maincent 2 months, 2 weeks ago
On Tue, 30 Sep 2025 16:40:51 +0200
Paolo Abeni <pabeni@redhat.com> wrote:

> On 9/30/25 11:12 AM, Kory Maincent wrote:
> > From: Kory Maincent (Dent Project) <kory.maincent@bootlin.com>
> > 
> > Previously, the driver would always reconfigure the PSE hardware on
> > probe, causing a port matrix reflash that resulted in temporary power
> > loss to all connected devices. This change maintains power continuity
> > by preserving existing configuration when the PSE has been previously
> > initialized.
> > 
> > Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
> > ---
> > Kory Maincent (3):
> >       net: pse-pd: pd692x0: Replace __free macro with explicit kfree calls
> >       net: pse-pd: pd692x0: Separate configuration parsing from hardware
> > setup net: pse-pd: pd692x0: Preserve PSE configuration across reboots
> > 
> >  drivers/net/pse-pd/pd692x0.c | 155
> > +++++++++++++++++++++++++++++++------------ 1 file changed, 112
> > insertions(+), 43 deletions(-)  
> 
> ## Form letter - net-next-closed
> 
> The merge window for v6.18 has begun and therefore net-next is closed
> for new drivers, features, code refactoring and optimizations. We are
> currently accepting bug fixes only.
> 
> Please repost when net-next reopens after October 12th.
> 
> RFC patches sent for review only are obviously welcome at any time.

Oops sorry that is totally true and I forgot that we have entered the merge
window. Sorry for the noise :/

Regards,
-- 
Köry Maincent, Bootlin
Embedded Linux and kernel engineering
https://bootlin.com