[0/3] thermal: qoriq_thermal: support TMU 2.1

Message ID 20230516083746.63436-1-peng.fan@oss.nxp.com
Headers
Series thermal: qoriq_thermal: support TMU 2.1 |

Message

Peng Fan (OSS) May 16, 2023, 8:37 a.m. UTC
  From: Peng Fan <peng.fan@nxp.com>

i.MX93 use same TMU IP as Qoriq, but with version 2.1, so update
the driver to support 2.1.

This patch also includes a fix for i.MX8MQ

Pankit Garg (1):
  thermal: qoriq_thermal: No need to program site adjustment register

Peng Fan (2):
  thermal: qoriq_thermal: only enable supported sensors
  thermal: qoriq: support version 2.1

 drivers/thermal/qoriq_thermal.c | 48 ++++++++++++++++++++-------------
 1 file changed, 29 insertions(+), 19 deletions(-)
  

Comments

Alice Guo May 23, 2023, 1:59 a.m. UTC | #1
Hi,

For this patchset, Reviewed-by: Alice Guo <alice.guo@nxp.com>.

Best Regards,
Alice Guo

> -----Original Message-----
> From: Peng Fan (OSS) <peng.fan@oss.nxp.com>
> Sent: Tuesday, May 16, 2023 4:38 PM
> To: rafael@kernel.org; daniel.lezcano@linaro.org; shawnguo@kernel.org;
> s.hauer@pengutronix.de
> Cc: amitk@kernel.org; rui.zhang@intel.com; andrew.smirnov@gmail.com;
> linux-pm@vger.kernel.org; linux-kernel@vger.kernel.org;
> kernel@pengutronix.de; festevam@gmail.com; dl-linux-imx
> <linux-imx@nxp.com>; linux-arm-kernel@lists.infradead.org; Alice Guo
> <alice.guo@nxp.com>; Peng Fan <peng.fan@nxp.com>
> Subject: [PATCH 0/3] thermal: qoriq_thermal: support TMU 2.1
> 
> From: Peng Fan <peng.fan@nxp.com>
> 
> i.MX93 use same TMU IP as Qoriq, but with version 2.1, so update the driver to
> support 2.1.
> 
> This patch also includes a fix for i.MX8MQ
> 
> Pankit Garg (1):
>   thermal: qoriq_thermal: No need to program site adjustment register
> 
> Peng Fan (2):
>   thermal: qoriq_thermal: only enable supported sensors
>   thermal: qoriq: support version 2.1
> 
>  drivers/thermal/qoriq_thermal.c | 48 ++++++++++++++++++++-------------
>  1 file changed, 29 insertions(+), 19 deletions(-)
> 
> --
> 2.37.1
  
Peng Fan May 29, 2023, 3:35 a.m. UTC | #2
Hi Daniel

> Subject: [PATCH 0/3] thermal: qoriq_thermal: support TMU 2.1

Are you fine with this patchset?

Thanks,
Peng.

> 
> From: Peng Fan <peng.fan@nxp.com>
> 
> i.MX93 use same TMU IP as Qoriq, but with version 2.1, so update the driver
> to support 2.1.
> 
> This patch also includes a fix for i.MX8MQ
> 
> Pankit Garg (1):
>   thermal: qoriq_thermal: No need to program site adjustment register
> 
> Peng Fan (2):
>   thermal: qoriq_thermal: only enable supported sensors
>   thermal: qoriq: support version 2.1
> 
>  drivers/thermal/qoriq_thermal.c | 48 ++++++++++++++++++++-------------
>  1 file changed, 29 insertions(+), 19 deletions(-)
> 
> --
> 2.37.1
  
Daniel Lezcano June 16, 2023, 9:02 a.m. UTC | #3
On 16/05/2023 10:37, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> i.MX93 use same TMU IP as Qoriq, but with version 2.1, so update
> the driver to support 2.1.
> 
> This patch also includes a fix for i.MX8MQ
> 
> Pankit Garg (1):
>    thermal: qoriq_thermal: No need to program site adjustment register
> 
> Peng Fan (2):
>    thermal: qoriq_thermal: only enable supported sensors
>    thermal: qoriq: support version 2.1
> 
>   drivers/thermal/qoriq_thermal.c | 48 ++++++++++++++++++++-------------
>   1 file changed, 29 insertions(+), 19 deletions(-)

Applied, thanks