Message ID | 20230720100350.247386-1-biju.das.jz@bp.renesas.com (mailing list archive) |
---|---|
Headers | show |
Series | Add RZ/{G2L,G2LC,V2L} MTU3 support. | expand |
Hi! > This patch series aims to add support for RZ/{G2L,G2LC,V2L} > MTU3 core and PWM driver. > > All the patches are cherry-picked from the mainline > except patch#11-patch#13. The trivial patches#11-#13 are > cherry-picked from next. > > v1->v2: > * Add WARN_ON for rz_mtu3_pwm_get_state() in patch#8 as suggested by pavel. Thank you for the update. It passed testing, so I applied mainline parts of the series to 5.10. I added Iwamatsu-san's reviewed-by tag from the previous iteration. Best regards, Pavel
Hi Pavel, It seems that the following patches have not been applied in 5.10.y-cip tree. Do you forget these? Or do you have a reason? arm64: dts: renesas: rzg2l-smarc: Add support for enabling MTU3 arm64: dts: renesas: rzg2lc-smarc: Add support for enabling MTU3 arm64: defconfig: Enable Renesas MTU3a PWM config Best regards, Nobuhiro > -----Original Message----- > From: cip-dev@lists.cip-project.org <cip-dev@lists.cip-project.org> On > Behalf Of Pavel Machek > Sent: Friday, July 21, 2023 2:53 AM > To: Biju Das <biju.das.jz@bp.renesas.com> > Cc: cip-dev@lists.cip-project.org; iwamatsu nobuhiro(岩松 信洋 ○DITC□ > DIT○OST) <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek > <pavel@denx.de>; Fabrizio Castro <fabrizio.castro.jz@renesas.com> > Subject: Re: [cip-dev] [PATCH 5.10.y-cip v2 00/13] Add RZ/{G2L,G2LC,V2L} > MTU3 support. > > Hi! > > > This patch series aims to add support for RZ/{G2L,G2LC,V2L} > > MTU3 core and PWM driver. > > > > All the patches are cherry-picked from the mainline except > > patch#11-patch#13. The trivial patches#11-#13 are cherry-picked from > > next. > > > > v1->v2: > > * Add WARN_ON for rz_mtu3_pwm_get_state() in patch#8 as suggested by > pavel. > > Thank you for the update. It passed testing, so I applied mainline parts of the > series to 5.10. I added Iwamatsu-san's reviewed-by tag from the previous > iteration. > > Best regards, > Pavel > -- > DENX Software Engineering GmbH, Managing Director: Erika Unter > HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Hi Nobuhiro-San, > Subject: RE: [cip-dev] [PATCH 5.10.y-cip v2 00/13] Add RZ/{G2L,G2LC,V2L} > MTU3 support. > > Hi Pavel, > > It seems that the following patches have not been applied in 5.10.y-cip > tree. > Do you forget these? Or do you have a reason? > > arm64: dts: renesas: rzg2l-smarc: Add support for enabling MTU3 > arm64: dts: renesas: rzg2lc-smarc: Add support for enabling MTU3 > arm64: defconfig: Enable Renesas MTU3a PWM config These patches are from next. For testing I have added here. Pavel wants the patches to be picked from mainline due to CIP policy reason. We need to wait for another 2 months to get these patches hit on mainline, So that proper commit ID can be applied in backported cip patches. Commit-IDs in next can be changed while applying to mainline. Cheers, biju > > -----Original Message----- > > From: cip-dev@lists.cip-project.org <cip-dev@lists.cip-project.org> On > > Behalf Of Pavel Machek > > Sent: Friday, July 21, 2023 2:53 AM > > To: Biju Das <biju.das.jz@bp.renesas.com> > > Cc: cip-dev@lists.cip-project.org; iwamatsu nobuhiro(岩松 信洋 ○DITC□ > > DIT○OST) <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek > > <pavel@denx.de>; Fabrizio Castro <fabrizio.castro.jz@renesas.com> > > Subject: Re: [cip-dev] [PATCH 5.10.y-cip v2 00/13] Add > > RZ/{G2L,G2LC,V2L} > > MTU3 support. > > > > Hi! > > > > > This patch series aims to add support for RZ/{G2L,G2LC,V2L} > > > MTU3 core and PWM driver. > > > > > > All the patches are cherry-picked from the mainline except > > > patch#11-patch#13. The trivial patches#11-#13 are cherry-picked from > > > next. > > > > > > v1->v2: > > > * Add WARN_ON for rz_mtu3_pwm_get_state() in patch#8 as suggested > > > by > > pavel. > > > > Thank you for the update. It passed testing, so I applied mainline > > parts of the series to 5.10. I added Iwamatsu-san's reviewed-by tag > > from the previous iteration. > > > > Best regards, > > Pavel > > -- > > DENX Software Engineering GmbH, Managing Director: Erika Unter > > HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Hi Biju, > -----Original Message----- > From: Biju Das <biju.das.jz@bp.renesas.com> > Sent: Wednesday, August 9, 2023 3:28 PM > To: iwamatsu nobuhiro(岩松 信洋 ○DITC□DIT○OST) > <nobuhiro1.iwamatsu@toshiba.co.jp>; cip-dev@lists.cip-project.org > Cc: pavel@denx.de; Fabrizio Castro <fabrizio.castro.jz@renesas.com> > Subject: RE: [cip-dev] [PATCH 5.10.y-cip v2 00/13] Add RZ/{G2L,G2LC,V2L} > MTU3 support. > > Hi Nobuhiro-San, > > > Subject: RE: [cip-dev] [PATCH 5.10.y-cip v2 00/13] Add > > RZ/{G2L,G2LC,V2L} > > MTU3 support. > > > > Hi Pavel, > > > > It seems that the following patches have not been applied in > > 5.10.y-cip tree. > > Do you forget these? Or do you have a reason? > > > > arm64: dts: renesas: rzg2l-smarc: Add support for enabling MTU3 > > arm64: dts: renesas: rzg2lc-smarc: Add support for enabling MTU3 > > arm64: defconfig: Enable Renesas MTU3a PWM config > > These patches are from next. For testing I have added here. > > Pavel wants the patches to be picked from mainline due to CIP policy reason. > > We need to wait for another 2 months to get these patches hit on mainline, So > that proper commit ID can be applied in backported cip patches. > > Commit-IDs in next can be changed while applying to mainline. > Thank you for the explanation. I got it. Best regards, Nobuhiro