Hi Andrew, Thank you for the review. On Thu, Sep 4, 2025 at 9:57 PM Andrew Lunn <andrew@xxxxxxx> wrote: > > > /** > > * struct miic - MII converter structure > > * @base: base address of the MII converter > > @@ -203,11 +255,24 @@ static inline void miic_unlock_regs(struct miic *miic) > > writel(0x0001, miic->base + MIIC_PRCMD); > > } > > > > +static inline void miic_lock_regs(struct miic *miic) > > Here as well. > Ok, I will drop it in the next version. Cheers, Prabhakar