Message ID | 20230630155352.584589-1-biju.das.jz@bp.renesas.com (mailing list archive) |
---|---|
Headers | show |
Series | RZ/V2M I2C driver improvements | expand |
Hi Biju, > -----Original Message----- > From: Biju Das <biju.das.jz@bp.renesas.com> > Sent: Saturday, July 1, 2023 12:54 AM > To: cip-dev@lists.cip-project.org; iwamatsu nobuhiro(岩松 信洋 ○DITC□ > DIT○OST) <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek > <pavel@denx.de> > Cc: Biju Das <biju.das.jz@bp.renesas.com>; Fabrizio Castro > <fabrizio.castro.jz@renesas.com> > Subject: [PATCH 6.1.y-cip 0/3] RZ/V2M I2C driver improvements > > This patch series aims to improve RZ/V2M I2C driver, based on the feedback > from Pavel. > > All these patches are cherry-picked from the mainline. > > Biju Das (3): > i2c: rzv2m: Drop extra space > i2c: rzv2m: Replace lowercase macros with static inline functions > i2c: rzv2m: Disable the operation of unit in case of error > I reviewed this series. Looks fine to me. I can apply, if there are no comments and issues. Test: https://gitlab.com/cip-project/cip-kernel/linux-cip/-/pipelines/919964303 Reviewed-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> Best regards, Nobuhiro
Hi! > > This patch series aims to improve RZ/V2M I2C driver, based on the feedback > > from Pavel. > > > > All these patches are cherry-picked from the mainline. > > > > Biju Das (3): > > i2c: rzv2m: Drop extra space > > i2c: rzv2m: Replace lowercase macros with static inline functions > > i2c: rzv2m: Disable the operation of unit in case of error > > > > I reviewed this series. Looks fine to me. > I can apply, if there are no comments and issues. > > Test: https://gitlab.com/cip-project/cip-kernel/linux-cip/-/pipelines/919964303 > Reviewed-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> Looks good to me. Reviewed-by: Pavel Machek <pavel@denx.de> It also looks identical (or very very similar) to 5.10 series. In such case, I believe you can just do [PATCH 5.10, 6.1] and we'll apply it to both branches. (It will likely be a bit easier for us, too). Best regards, Pavel
Hi all, > -----Original Message----- > From: cip-dev@lists.cip-project.org <cip-dev@lists.cip-project.org> On > Behalf Of Pavel Machek > Sent: Wednesday, July 5, 2023 5:09 AM > To: iwamatsu nobuhiro(岩松 信洋 ○DITC□DIT○OST) > <nobuhiro1.iwamatsu@toshiba.co.jp> > Cc: biju.das.jz@bp.renesas.com; cip-dev@lists.cip-project.org; > pavel@denx.de; fabrizio.castro.jz@renesas.com > Subject: Re: [cip-dev] [PATCH 6.1.y-cip 0/3] RZ/V2M I2C driver improvements > > Hi! > > > > This patch series aims to improve RZ/V2M I2C driver, based on the > > > feedback from Pavel. > > > > > > All these patches are cherry-picked from the mainline. > > > > > > Biju Das (3): > > > i2c: rzv2m: Drop extra space > > > i2c: rzv2m: Replace lowercase macros with static inline functions > > > i2c: rzv2m: Disable the operation of unit in case of error > > > > > > > I reviewed this series. Looks fine to me. > > I can apply, if there are no comments and issues. > > > > Test: > > https://gitlab.com/cip-project/cip-kernel/linux-cip/-/pipelines/919964 > > 303 > > Reviewed-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> > > Looks good to me. > > Reviewed-by: Pavel Machek <pavel@denx.de> > Thanks, applied. > It also looks identical (or very very similar) to 5.10 series. In such case, I believe > you can just do [PATCH 5.10, 6.1] and we'll apply it to both branches. (It will > likely be a bit easier for us, too). > I think so too. The same method is used when I submit patches in LTS. Best regards, Nobuhiro