Message ID | 20220404123553.25851-1-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive) |
---|---|
Headers | show |
Series | Add RSPI/OSTM/WDT/TSU/OPP support to Renesas RZ/G2L SoC | expand |
Hi! > This patch series adds support for following to Renesas RZ/RGL SoC: > * RSPI > * WDT > * OSTM > * TSU/OPP/IPA > > All the patches have been cherry-picked from v5.17 release. Thanks for the series. It passes testing and I do not see any problems that would prevent merge. I can merge it if there are no other comments. Best regards, Pavel
Hi all, > > Hi All, > > This patch series adds support for following to Renesas RZ/RGL SoC: > * RSPI > * WDT > * OSTM > * TSU/OPP/IPA > > All the patches have been cherry-picked from v5.17 release. Looks good to me this series. I applied to Linux-5.10.y-cip tree. Best regards, Nobuhiro
Hi Nobuhiro, Pavel, > -----Original Message----- > From: nobuhiro1.iwamatsu@toshiba.co.jp <nobuhiro1.iwamatsu@toshiba.co.jp> > Sent: 05 April 2022 08:46 > To: Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@bp.renesas.com>; cip- > dev@lists.cip-project.org; pavel@denx.de > Cc: Biju Das <biju.das.jz@bp.renesas.com> > Subject: RE: [PATCH 5.10.y-cip 00/29] Add RSPI/OSTM/WDT/TSU/OPP support to > Renesas RZ/G2L SoC > > Hi all, > > > > > Hi All, > > > > This patch series adds support for following to Renesas RZ/RGL SoC: > > * RSPI > > * WDT > > * OSTM > > * TSU/OPP/IPA > > > > All the patches have been cherry-picked from v5.17 release. > > Looks good to me this series. > I applied to Linux-5.10.y-cip tree. > Thank you for the review and acceptance. Cheers, Prabhakar
Hi! > From: Biju Das <biju.das.jz@bp.renesas.com> > > commit 673c68bd48390dad01f7d17670de3e33b60860ac upstream. > > The RZ/G2L SoC incorporates a thermal sensor unit (TSU) that measures the > temperature inside the LSI. > > The thermal sensor in this unit measures temperatures in the range from > −40 degree Celsius to 125 degree Celsius with an accuracy of ±3°C. The > TSU repeats measurement at 20 microseconds intervals and automatically > updates the results of measurement. > > The TSU has no interrupts as well as no external pins. > > This patch adds Thermal Sensor Unit(TSU) driver for RZ/G2L SoC. > + /* TSU repeats measurement at 20 microseconds intervals and ... > + * ts_code_ave = (ts_code[0] + ⋯ + ts_code[7]) / 8 > + */ > + /* The temperature Tj is calculated by the formula > + * Tj = (dsensor − calib1) * 165/ (calib0 − calib1) − 40 > + * where calib0 and calib1 are the caliberation values. > + */ I'd avoid using non-ASCII characters where possible. ... is not that much longer, and that symbol should really be -. Also comments should start with /* on separate line, but that's really detail. Best regards, Pavel
Hi Pavel, Thank you for the review. > -----Original Message----- > From: Pavel Machek <pavel@denx.de> > Sent: 05 April 2022 20:06 > To: Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@bp.renesas.com> > Cc: cip-dev@lists.cip-project.org; Nobuhiro Iwamatsu > <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek <pavel@denx.de>; Biju Das > <biju.das.jz@bp.renesas.com> > Subject: Re: [PATCH 5.10.y-cip 26/29] thermal/drivers: Add TSU driver for > RZ/G2L > > Hi! > > > From: Biju Das <biju.das.jz@bp.renesas.com> > > > > commit 673c68bd48390dad01f7d17670de3e33b60860ac upstream. > > > > The RZ/G2L SoC incorporates a thermal sensor unit (TSU) that measures > > the temperature inside the LSI. > > > > The thermal sensor in this unit measures temperatures in the range > > from > > −40 degree Celsius to 125 degree Celsius with an accuracy of ±3°C. The > > TSU repeats measurement at 20 microseconds intervals and automatically > > updates the results of measurement. > > > > The TSU has no interrupts as well as no external pins. > > > > This patch adds Thermal Sensor Unit(TSU) driver for RZ/G2L SoC. > > > + /* TSU repeats measurement at 20 microseconds intervals and > ... > > + * ts_code_ave = (ts_code[0] + ⋯ + ts_code[7]) / 8 > > + */ > > > + /* The temperature Tj is calculated by the formula > > + * Tj = (dsensor − calib1) * 165/ (calib0 − calib1) − 40 > > + * where calib0 and calib1 are the caliberation values. > > + */ > > I'd avoid using non-ASCII characters where possible. ... is not that much > longer, and that symbol should really be -. > > Also comments should start with /* on separate line, but that's really > detail. > Agreed. Cheers, Prabhakar > Best regards, > Pavel > -- > DENX Software Engineering GmbH, Managing Director: Wolfgang Denk > HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany