RE: [PATCH platform-next v2 1/2] [PATCH platform-next 1/2] platform_data/mlxreg: Add fields for interrupt storm handling
From: Ciju Rajan K
Date: Tue Sep 23 2025 - 08:10:06 EST
Hi Ilpo,
Thanks for the review.
> > struct mlxreg_core_item {
> > struct mlxreg_core_data *data;
> > @@ -180,6 +185,7 @@ struct mlxreg_core_item {
> > u8 ind;
> > u8 inversed;
> > u8 health;
> > + u32 storming_bits;
> > };
> >
> > /**
> >
>
> I don't know what's the benefit of having this as a separate patch, the
> fields are getting used in patch 2 so it would feel natural to introduce
> them there so the entire change would end up into the same commit.
Combined into a single patch.
Thanks
Ciju