RE: [PATCH V15 1/5] dt-bindings: fsl: scu: add thermal binding

2019-10-22 Thread Anson Huang
Ping again, it has been 3 months passed. > Subject: RE: [PATCH V15 1/5] dt-bindings: fsl: scu: add thermal binding > > Ping... > > > Hi, Daniel/Rui/Eduardo > > Could you please take a look at this patch series? > > > > Anson > > > > > From

RE: [PATCH V15 1/5] dt-bindings: fsl: scu: add thermal binding

2019-08-28 Thread Anson Huang
Hi, Rui > Subject: Re: [PATCH V15 1/5] dt-bindings: fsl: scu: add thermal binding > > Hi, Anson, > > We're missing ACK from the maintainers for patch 4/5 and 5/5, if we want to > shipped the patch via thermal tree. I think 4/5 and 5/5 can be taken by Shawn Guo once the driver part is taken, he

RE: [PATCH V15 1/5] dt-bindings: fsl: scu: add thermal binding

2019-07-23 Thread Anson Huang
Ping... > Hi, Daniel/Rui/Eduardo > Could you please take a look at this patch series? > > Anson > > > From: Anson Huang > > > > NXP i.MX8QXP is an ARMv8 SoC with a Cortex-M4 core inside as system > > controller, the system controller is in charge

RE: [PATCH V15 1/5] dt-bindings: fsl: scu: add thermal binding

2019-06-24 Thread Anson Huang
Hi, Daniel/Rui/Eduardo Could you please take a look at this patch series? Anson > From: Anson Huang > > NXP i.MX8QXP is an ARMv8 SoC with a Cortex-M4 core inside as system > controller, the system controller is in charge of system power, clock and > thermal sensors

[PATCH V15 3/5] thermal: imx_sc: add i.MX system controller thermal support

2019-06-17 Thread Anson . Huang
From: Anson Huang i.MX8QXP is an ARMv8 SoC which has a Cortex-M4 system controller inside, the system controller is in charge of controlling power, clock and thermal sensors etc.. This patch adds i.MX system controller thermal driver support, Linux kernel has to communicate with system

[PATCH V15 4/5] defconfig: arm64: add i.MX system controller thermal support

2019-06-17 Thread Anson . Huang
From: Anson Huang This patch enables CONFIG_IMX_SC_THERMAL as module. Signed-off-by: Anson Huang --- No change. --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index c40ec41..29f7768 100644 --- a

[PATCH V15 5/5] arm64: dts: imx: add i.MX8QXP thermal support

2019-06-17 Thread Anson . Huang
From: Anson Huang Add i.MX8QXP CPU thermal zone support. Signed-off-by: Anson Huang --- No change. --- arch/arm64/boot/dts/freescale/imx8qxp.dtsi | 37 ++ 1 file changed, 37 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi b/arch/arm64/boot

[PATCH V15 2/5] thermal: of-thermal: add API for getting sensor ID from DT

2019-06-17 Thread Anson . Huang
From: Anson Huang This patch adds new API thermal_zone_of_get_sensor_id() to provide the feature of getting sensor ID from DT thermal zone's node. It's useful for thermal driver to register the specific thermal zone devices from DT in a common way. Signed-off-by: Anson Huang Reviewe

[PATCH V15 1/5] dt-bindings: fsl: scu: add thermal binding

2019-06-17 Thread Anson . Huang
From: Anson Huang NXP i.MX8QXP is an ARMv8 SoC with a Cortex-M4 core inside as system controller, the system controller is in charge of system power, clock and thermal sensors etc. management, Linux kernel has to communicate with system controller via MU (message unit) IPC to get temperature

RE: [PATCH V14 2/5] thermal: of-thermal: add API for getting sensor ID from DT

2019-06-11 Thread Anson Huang
Hi, Aisheng > -Original Message- > From: Aisheng Dong > Sent: Tuesday, June 11, 2019 7:47 PM > To: Anson Huang ; robh...@kernel.org; > mark.rutl...@arm.com; cor...@lwn.net; shawn...@kernel.org; > s.ha...@pengutronix.de; ker...@pengutronix.de; feste...@gmail.com; > ca

[PATCH V14 2/5] thermal: of-thermal: add API for getting sensor ID from DT

2019-06-09 Thread Anson . Huang
From: Anson Huang On some platforms like i.MX8QXP, the thermal driver needs a real HW sensor ID from DT thermal zone, the HW sensor ID is used to get temperature from SCU firmware, and the virtual sensor ID starting from 0 to N is NOT used at all, this patch adds new API

[PATCH V14 5/5] arm64: dts: imx: add i.MX8QXP thermal support

2019-06-09 Thread Anson . Huang
From: Anson Huang Add i.MX8QXP CPU thermal zone support. Signed-off-by: Anson Huang --- No change. --- arch/arm64/boot/dts/freescale/imx8qxp.dtsi | 37 ++ 1 file changed, 37 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi b/arch/arm64/boot

[PATCH V14 3/5] thermal: imx_sc: add i.MX system controller thermal support

2019-06-09 Thread Anson . Huang
From: Anson Huang i.MX8QXP is an ARMv8 SoC which has a Cortex-M4 system controller inside, the system controller is in charge of controlling power, clock and thermal sensors etc.. This patch adds i.MX system controller thermal driver support, Linux kernel has to communicate with system

[PATCH V14 4/5] defconfig: arm64: add i.MX system controller thermal support

2019-06-09 Thread Anson . Huang
From: Anson Huang This patch enables CONFIG_IMX_SC_THERMAL as module. Signed-off-by: Anson Huang --- No change. --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index b3d6eb8..323e772 100644 --- a

[PATCH V14 1/5] dt-bindings: fsl: scu: add thermal binding

2019-06-09 Thread Anson . Huang
From: Anson Huang NXP i.MX8QXP is an ARMv8 SoC with a Cortex-M4 core inside as system controller, the system controller is in charge of system power, clock and thermal sensors etc. management, Linux kernel has to communicate with system controller via MU (message unit) IPC to get temperature