Re: [PATCH v2 net-next 2/2] net: macb: Add zynqmp SGMII dynamic configuration support
From: <Conor.Dooley@microchip.com>
Date: 2022-07-29 19:58:08
Also in:
linux-arm-kernel, lkml
From: <Conor.Dooley@microchip.com>
Date: 2022-07-29 19:58:08
Also in:
linux-arm-kernel, lkml
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@amd.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Tested-by: Conor Dooley <conor.dooley@microchip.com> (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.