Re: [PATCH v2 net-next 2/2] net: macb: Add zynqmp SGMII dynamic configuration support

From: Conor.Dooley
Date: Fri Jul 29 2022 - 15:58:08 EST


On 29/07/2022 20:35, Radhey Shyam Pandey wrote:
> Add support for the dynamic configuration which takes care of configuring
> the GEM secure space configuration registers using EEMI APIs. High level
> sequence is to:
> - Check for the PM dynamic configuration support, if no error proceed with
> GEM dynamic configurations(next steps) otherwise skip the dynamic
> configuration.
> - Configure GEM Fixed configurations.
> - Configure GEM_CLK_CTRL (gemX_sgmii_mode).
> - Trigger GEM reset.
>
> Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@xxxxxxx>
> Reviewed-by: Andrew Lunn <andrew@xxxxxxx>
> Tested-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> (for MPFS)

Do you have cc suppression turned on or did this not get picked up
b/c of the (for MPFS) you added? In the future, please CC me on
later revisions if I provided a tested-by :)
Thanks,
Conor.