Hi Fabio, > Subject: Re: [PATCH 07/10] pinctrl: nxp: imx93: Rename to imx9 > > Hi Peng, > > On Tue, Feb 24, 2026 at 9:14 PM Peng Fan (OSS) > <[email protected]> wrote: > > > > From: Peng Fan <[email protected]> > > > > We are going to add pinctrl data support for both i.MX93 and i.MX91. > > Since these SoCs share the same pinctrl driver structure, rename > > pinctrl-imx93.c to a more generic pinctrl-imx9.c and update all > > related variable and function names accordingly. > > > > This prepares the driver for supporting additional i.MX9 family SoCs. > > > > Signed-off-by: Peng Fan <[email protected]> > > --- > > drivers/pinctrl/nxp/Makefile | 2 +- > > drivers/pinctrl/nxp/pinctrl-imx9.c | 34 > > ++++++++++++++++++++++++++++++++++ > > drivers/pinctrl/nxp/pinctrl-imx93.c | 34 > > ---------------------------------- > > Please generate this using "git mv" so it appears as a rename rather > than adding and removing files.
I updated all related variable and function names accordingly, such as imx93_pinctrl_ops to imx9_pinctrl_ops. Thanks, Peng.

