linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Enable CONFIG_QORIQ_THERMAL
@ 2019-05-21  7:57 Anson Huang
  2019-05-23 13:16 ` Shawn Guo
  0 siblings, 1 reply; 3+ messages in thread
From: Anson Huang @ 2019-05-21  7:57 UTC (permalink / raw)
  To: catalin.marinas, will.deacon, shawn.guo, maxime.ripard, olof,
	agross, horms+renesas, jagan, bjorn.andersson, Leonard Crestez,
	dinguyen, enric.balletbo, linux-arm-kernel, linux-kernel
  Cc: dl-linux-imx

i.MX8MQ needs CONFIG_QORIQ_THERMAL for thermal support.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index da85808..61be39b 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -420,6 +420,7 @@ CONFIG_SENSORS_INA2XX=m
 CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y
 CONFIG_CPU_THERMAL=y
 CONFIG_THERMAL_EMULATION=y
+CONFIG_QORIQ_THERMAL=m
 CONFIG_ROCKCHIP_THERMAL=m
 CONFIG_RCAR_THERMAL=y
 CONFIG_RCAR_GEN3_THERMAL=y
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: defconfig: Enable CONFIG_QORIQ_THERMAL
  2019-05-21  7:57 [PATCH] arm64: defconfig: Enable CONFIG_QORIQ_THERMAL Anson Huang
@ 2019-05-23 13:16 ` Shawn Guo
  2019-05-24  0:42   ` Anson Huang
  0 siblings, 1 reply; 3+ messages in thread
From: Shawn Guo @ 2019-05-23 13:16 UTC (permalink / raw)
  To: Anson Huang
  Cc: catalin.marinas, will.deacon, maxime.ripard, olof, agross,
	horms+renesas, jagan, bjorn.andersson, Leonard Crestez, dinguyen,
	enric.balletbo, linux-arm-kernel, linux-kernel, dl-linux-imx

On Tue, May 21, 2019 at 07:57:05AM +0000, Anson Huang wrote:
> i.MX8MQ needs CONFIG_QORIQ_THERMAL for thermal support.
> 
> Signed-off-by: Anson Huang <Anson.Huang@nxp.com>

Please send to my kernel.org email address.

Shawn

> ---
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index da85808..61be39b 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -420,6 +420,7 @@ CONFIG_SENSORS_INA2XX=m
>  CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y
>  CONFIG_CPU_THERMAL=y
>  CONFIG_THERMAL_EMULATION=y
> +CONFIG_QORIQ_THERMAL=m
>  CONFIG_ROCKCHIP_THERMAL=m
>  CONFIG_RCAR_THERMAL=y
>  CONFIG_RCAR_GEN3_THERMAL=y
> -- 
> 2.7.4
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH] arm64: defconfig: Enable CONFIG_QORIQ_THERMAL
  2019-05-23 13:16 ` Shawn Guo
@ 2019-05-24  0:42   ` Anson Huang
  0 siblings, 0 replies; 3+ messages in thread
From: Anson Huang @ 2019-05-24  0:42 UTC (permalink / raw)
  To: Shawn Guo
  Cc: catalin.marinas, will.deacon, maxime.ripard, olof, agross,
	horms+renesas, jagan, bjorn.andersson, Leonard Crestez, dinguyen,
	enric.balletbo, linux-arm-kernel, linux-kernel, dl-linux-imx

Hi, Shawn

> -----Original Message-----
> From: Shawn Guo [mailto:shawn.guo@linaro.org]
> Sent: Thursday, May 23, 2019 9:16 PM
> To: Anson Huang <anson.huang@nxp.com>
> Cc: catalin.marinas@arm.com; will.deacon@arm.com;
> maxime.ripard@bootlin.com; olof@lixom.net; agross@kernel.org;
> horms+renesas@verge.net.au; jagan@amarulasolutions.com;
> bjorn.andersson@linaro.org; Leonard Crestez <leonard.crestez@nxp.com>;
> dinguyen@kernel.org; enric.balletbo@collabora.com; linux-arm-
> kernel@lists.infradead.org; linux-kernel@vger.kernel.org; dl-linux-imx
> <linux-imx@nxp.com>
> Subject: Re: [PATCH] arm64: defconfig: Enable CONFIG_QORIQ_THERMAL
> 
> On Tue, May 21, 2019 at 07:57:05AM +0000, Anson Huang wrote:
> > i.MX8MQ needs CONFIG_QORIQ_THERMAL for thermal support.
> >
> > Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
> 
> Please send to my kernel.org email address.

I just resend the patch to your kernel.org email address, looks like the
get_maintainer script still list your linaro.org email address for some
patches.

Thanks,
Anson.

> 
> Shawn
> 
> > ---
> >  arch/arm64/configs/defconfig | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/arch/arm64/configs/defconfig
> > b/arch/arm64/configs/defconfig index da85808..61be39b 100644
> > --- a/arch/arm64/configs/defconfig
> > +++ b/arch/arm64/configs/defconfig
> > @@ -420,6 +420,7 @@ CONFIG_SENSORS_INA2XX=m
> > CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y
> >  CONFIG_CPU_THERMAL=y
> >  CONFIG_THERMAL_EMULATION=y
> > +CONFIG_QORIQ_THERMAL=m
> >  CONFIG_ROCKCHIP_THERMAL=m
> >  CONFIG_RCAR_THERMAL=y
> >  CONFIG_RCAR_GEN3_THERMAL=y
> > --
> > 2.7.4
> >

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-05-24  0:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-21  7:57 [PATCH] arm64: defconfig: Enable CONFIG_QORIQ_THERMAL Anson Huang
2019-05-23 13:16 ` Shawn Guo
2019-05-24  0:42   ` Anson Huang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).