Re: [PATCH v4 07/11] i2c: designware: Discard Cherry Trail model flag

From: Andy Shevchenko
Date: Wed May 27 2020 - 11:48:57 EST


On Wed, May 27, 2020 at 05:29:02PM +0300, Serge Semin wrote:
> On Wed, May 27, 2020 at 04:43:39PM +0300, Andy Shevchenko wrote:
> > On Wed, May 27, 2020 at 03:01:07PM +0300, Serge Semin wrote:
> > > A PM workaround activated by the flag MODEL_CHERRYTRAIL has been removed
> > > since commit 9cbeeca05049 ("i2c: designware: Remove Cherry Trail PMIC I2C
> > > bus pm_disabled workaround"), but the flag most likely by mistake has been
> > > left in the Dw I2C drivers. Let's remove it.
> >
> > ...
> >
> > > -#define MODEL_MSCC_OCELOT 0x00000200
> > > +#define MODEL_MSCC_OCELOT 0x00000100
> >
> > But why?
> >
> > Does 0x200 work or not? I didn't see this in commit message.
>
> I removed the MODEL_CHERRYTRAIL flag and redefined the only left
> MODEL_MSCC_OCELOT flag to set the very first bit allocated for the model
> flags. Isn't that obvious?

Yes, but how it's related to the MSCC_OCELOT?

Can't you simple put your define later to that number if absence of 0x100
provokes an exception when reading this code.

Again, unneeded churn.

--
With Best Regards,
Andy Shevchenko