> -----Original Message-----
> From: Intel-wired-lan <[email protected]> On Behalf Of
> Emil Tantilov
> Sent: Monday, April 13, 2026 8:17 PM
> To: [email protected]
> Cc: [email protected]; Kitszel, Przemyslaw
> <[email protected]>; Bhat, Jay <[email protected]>; Barrera,
> Ivan D <[email protected]>; Loktionov, Aleksandr
> <[email protected]>; Zaremba, Larysa
> <[email protected]>; Nguyen, Anthony L
> <[email protected]>; [email protected];
> [email protected]; [email protected]; [email protected];
> [email protected]; Lobakin, Aleksander <[email protected]>;
> [email protected]; Chittim, Madhu <[email protected]>;
> [email protected]; [email protected]; [email protected];
> [email protected]
> Subject: [Intel-wired-lan] [PATCH iwl-next v2 1/2] idpf: remove conditonal
> MBX deinit from idpf_vc_core_deinit()
> 
> Previously it was assumed that idpf_vc_core_deinit() is always being called
> during reset handling, with remove being an exception. Ideally the driver
> needs to communicate the changes to FW in all instances where the MBX is
> not already disabled. Remove the remove_in_prog check from
> idpf_vc_core_deinit() as the MBX was already disabled while handling the
> reset via libie_ctlq_xn_shutdown() by the service task. This is also needed by
> the following patch, introducing PCI callbacks support.
> 
> Signed-off-by: Emil Tantilov <[email protected]>
> Reviewed-by: Jay Bhat <[email protected]>
> Reviewed-by: Madhu Chittim <[email protected]>
> ---
> 2.37.3

Tested-by: Samuel Salin <[email protected]>

Reply via email to