Re: [PATCH v3 0/6] i2c: npcm: Bug fixes read/write operation, checkpatch

From: Tyrone Ting
Date: Sun Sep 15 2024 - 21:36:04 EST


Hi Andy:

Thank you for your feedback.

Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> 於 2024年9月13日 週五 下午6:31寫道:
>
> On Fri, Sep 13, 2024 at 06:14:40PM +0800, warp5tw@xxxxxxxxx wrote:
> > From: Tyrone Ting <kfting@xxxxxxxxxxx>
> >
> > This patchset includes the following fixes:
> >
> > - Enable the target functionality in the interrupt handling routine
> > when the i2c transfer is about to finish.
> > - Correct the read/write operation procedure.
> > - Introduce a software flag to handle the bus error (BER) condition
> > which is not caused by the i2c transfer.
> > - Modify timeout calculation.
> > - Assign the client address earlier logically.
> > - Use an i2c frequency table for the frequency parameters assignment.
> > - Coding style fix.
> >
> > The NPCM I2C driver is tested on NPCM750 and NPCM845 evaluation boards.
>
> The series titled as "Bug fixes...", however I haven't noticed many
> Fixes tags in it.
Understood. I'll remove the "Bug fixes" in the title in the next patch set.

>
> --
> With Best Regards,
> Andy Shevchenko
>
>

Thank you.

Regards,
Tyrone