> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Larysa Zaremba > Sent: 17 November 2025 19:19 > To: [email protected]; Nguyen, Anthony L > <[email protected]> > Cc: Lobakin, Aleksander <[email protected]>; Samudrala, Sridhar > <[email protected]>; Singhai, Anjali <[email protected]>; > Michal Swiatkowski <[email protected]>; Zaremba, Larysa > <[email protected]>; Fijalkowski, Maciej > <[email protected]>; Tantilov, Emil S <[email protected]>; > Chittim, Madhu <[email protected]>; Hay, Joshua A > <[email protected]>; Keller, Jacob E <[email protected]>; > Shanmugam, Jayaprakash <[email protected]>; > Wochtman, Natalia <[email protected]>; Jiri Pirko > <[email protected]>; David S. Miller <[email protected]>; Eric Dumazet > <[email protected]>; Jakub Kicinski <[email protected]>; Paolo Abeni > <[email protected]>; Simon Horman <[email protected]>; Jonathan > Corbet <[email protected]>; Richard Cochran <[email protected]>; > Kitszel, Przemyslaw <[email protected]>; Andrew Lunn > <[email protected]>; [email protected]; linux- > [email protected]; [email protected] > Subject: [Intel-wired-lan] [PATCH iwl-next v5 13/15] ixd: add reset checks and > initialize the mailbox > > At the end of the probe, trigger hard reset, initialize and schedule the > after- > reset task. If the reset is complete in a pre-determined time, initialize the > default mailbox, through which other resources will be negotiated. > > Co-developed-by: Amritha Nambiar <[email protected]> > Signed-off-by: Amritha Nambiar <[email protected]> > Reviewed-by: Maciej Fijalkowski <[email protected]> > Signed-off-by: Larysa Zaremba <[email protected]> > --- > drivers/net/ethernet/intel/ixd/Kconfig | 1 + > drivers/net/ethernet/intel/ixd/Makefile | 2 + > drivers/net/ethernet/intel/ixd/ixd.h | 28 +++- > drivers/net/ethernet/intel/ixd/ixd_dev.c | 89 +++++++++++ > drivers/net/ethernet/intel/ixd/ixd_lan_regs.h | 40 +++++ > drivers/net/ethernet/intel/ixd/ixd_lib.c | 143 ++++++++++++++++++ > drivers/net/ethernet/intel/ixd/ixd_main.c | 32 +++- > 7 files changed, 326 insertions(+), 9 deletions(-) create mode 100644 >
Tested-by: Bharath R <[email protected]>
