Re: [PATCH net-next v4] octeon_ep: reset firmware ready status

From: Simon Horman

Date: Mon Jan 19 2026 - 11:33:38 EST


On Thu, Jan 15, 2026 at 09:20:47AM +0000, Vimlesh Kumar wrote:
> Add support to reset firmware ready status
> when the driver is removed(either in unload
> or unbind)
>
> Signed-off-by: Sathesh Edara <sedara@xxxxxxxxxxx>
> Signed-off-by: Shinas Rasheed <srasheed@xxxxxxxxxxx>
> Signed-off-by: Vimlesh Kumar <vimleshk@xxxxxxxxxxx>
> ---
> V4: Use static inline function instead of macro for readability.
>
> V3:
> - Reformat code to less than 80 columns wide.
> - Use #defines for register constants.
>
> V2: Use recommended bit manipulation macros.
>
> V1: https://lore.kernel.org/all/20251120112345.649021-2-vimleshk@xxxxxxxxxxx/

Thanks for hte updates.

Reviewed-by: Simon Horman <horms@xxxxxxxxxx>