On Fri, 2026-01-23 at 13:56 +0800, Macpaul Lin wrote: > On Fri, 2026-01-16 at 10:32 +0100, Julien Stephan wrote: > > From: Chris-QJ Chen <[email protected]> > > > > Add pinctrl driver for mt8188. The driver is based on the kernel > > driver. > > > > Signed-off-by: Chris-QJ Chen <[email protected]> > > Signed-off-by: Jill.Wu <[email protected]> > > Signed-off-by: Vitor Sato Eschholz <[email protected]> > > Signed-off-by: Julien Stephan <[email protected]> > > --- > > drivers/pinctrl/mediatek/Kconfig | 4 + > > drivers/pinctrl/mediatek/Makefile | 1 + > > drivers/pinctrl/mediatek/pinctrl-mt8188.c | 1344 > > +++++++++++++++++++++++++++++ > > 3 files changed, 1349 insertions(+) > >
[snip...] > > +/* MT8188 have multiple bases to program pin configuration listed > > as > > the below: > > + * iocfg[0]:0x10005000, iocfg[1]:0x11c00000, iocfg[2]:0x11e10000, > > + * iocfg[3]:0x11e20000, iocfg[4]:0x11ea0000 > > + * enum base could be used to indicate what base the pin should be > > mapped into. > > + */ > > [snip...] > > Reviewed-by: Macpaul Lin <[email protected]> > > Thanks > Macpaul Lin > It was too bad my Outlook database was not sync with my evolution database. Hence I've replied with a old version of the patch set. Updated reviewed-by tag in v2 version. I'm sorry for the confusing reply. Best regards, Macpaul Lin

