Message ID | 20230516083746.63436-1-peng.fan@oss.nxp.com |
---|---|
Headers | show |
Series | thermal: qoriq_thermal: support TMU 2.1 | expand |
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
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
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(-)