mbox series

[0/3] RZ/V2M I2Cdriver clean ups

Message ID 20230525135226.240732-1-biju.das.jz@bp.renesas.com
Headers show
Series RZ/V2M I2Cdriver clean ups | expand

Message

Biju Das May 25, 2023, 1:52 p.m. UTC
This patch series aims to do the following clean ups based on feedback
from Pavel while backporting this driver to 5.10.y-cip kernel.

Drop extra space from config help description, Rename macro names in all
uppercase and finally in probe disable the operation of unit in case of
error.

Biju Das (3):
  i2c: rzv2m: Drop extra space
  i2c: rzv2m: Rename macro names in all uppercase
  i2c: rzv2m: Disable the operation of unit in case of error

 drivers/i2c/busses/Kconfig     |  2 +-
 drivers/i2c/busses/i2c-rzv2m.c | 20 +++++++++++---------
 2 files changed, 12 insertions(+), 10 deletions(-)

Comments

Andy Shevchenko May 27, 2023, 8:26 a.m. UTC | #1
On Thu, May 25, 2023 at 02:52:26PM +0100, Biju Das wrote:
> This patch series aims to do the following clean ups based on feedback
> from Pavel while backporting this driver to 5.10.y-cip kernel.
> 
> Drop extra space from config help description, Rename macro names in all
> uppercase and finally in probe disable the operation of unit in case of
> error.

This mail is detached from the series.
I suppose you forgot to use --cover-letter option and/or --thread.
Biju Das May 27, 2023, 4:15 p.m. UTC | #2
Hi Andy Shevchenko,

Thanks for the feedback.

> Subject: Re: [PATCH 0/3] RZ/V2M I2Cdriver clean ups
> 
> On Thu, May 25, 2023 at 02:52:26PM +0100, Biju Das wrote:
> > This patch series aims to do the following clean ups based on feedback
> > from Pavel while backporting this driver to 5.10.y-cip kernel.
> >
> > Drop extra space from config help description, Rename macro names in
> > all uppercase and finally in probe disable the operation of unit in
> > case of error.
> 
> This mail is detached from the series.
> I suppose you forgot to use --cover-letter option and/or --thread.

I missed adding email addresses for cover letter patch, while sending
out with the series.

So, I send the cover letter patch separate.

New version of patch series can be found here [1]
[1] https://lore.kernel.org/linux-renesas-soc/20230526135738.348294-1-biju.das.jz@bp.renesas.com/T/#mbc7757b1417e301a56d30b8533ac36493c19d693

Cheers,
Biju