Re: [PATCH v2 5/7] i2c: npcm: Modify the client address assignment
From: Tyrone Ting
Date: Sun Sep 01 2024 - 21:40:34 EST
Hi Andy:
Thank you for your comments.
Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> 於 2024年8月31日 週六 上午3:16寫道:
>
> On Fri, Aug 30, 2024 at 11:46:38AM +0800, Tyrone Ting wrote:
> > Store the client address earlier since it's used in the i2c_recover_bus
> > logic flow.
>
> Here no explanation why it's now left-shifted by one bit.
The address is stored from bit 1 to bit 7 in the register for sending
the i2c address later.
I'll write some comments about the left-shifted by one bit behavior
above this modification in next patch set.
>
> --
> With Best Regards,
> Andy Shevchenko
>
>
Thank you.
Regards,
Tyrone