Re: [PATCH v4 phy-next 6/9] soc: fsl: guts: make fsl_soc_data available after fsl_guts_init()
Ioana Ciornei <[email protected]>
| Newsgroups | gmane.linux.ports.ppc.embedded |
|---|---|
| Message-ID | <44vzj5ehxz6osrbddzwz642puwztrqtwoisznl2opuntrshjq2__18280.9507519536$1784711991$gmane$org@xdc3nr73qiaa> |
On Wed, Jul 22, 2026 at 02:16:00AM +0300, Vladimir Oltean wrote: > In a future change, struct fsl_soc_data will be extended with methods > for performing RCW override. > > Since this will be performed from a calling context outside > fsl_guts_init(), we need to keep track of the soc_data that we determine > at fsl_guts_init() time, so we can reference it later. > > Signed-off-by: Vladimir Oltean <[email protected]> Reviewed-by: Ioana Ciornei <[email protected]>