diff mbox

[2/3] exynos: config: Enable thermal emulation for Exynos TMU (exynos_defconfig)

Message ID 1422458920-14555-2-git-send-email-l.majewski@samsung.com (mailing list archive)
State Not Applicable, archived
Delegated to: Eduardo Valentin
Headers show

Commit Message

Lukasz Majewski Jan. 28, 2015, 3:28 p.m. UTC
Enabling thermal emulation on Exynos SoCs. New sysfs attribute - emul_temp
is created.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
---
 arch/arm/configs/exynos_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Eduardo Valentin Jan. 29, 2015, 10:58 p.m. UTC | #1
On Wed, Jan 28, 2015 at 04:28:39PM +0100, Lukasz Majewski wrote:
> Enabling thermal emulation on Exynos SoCs. New sysfs attribute - emul_temp
> is created.
> 
> Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>

I dont see problems with this patch:

Acked-by: Eduardo Valentin <edubezval@gmail.com>

> ---
>  arch/arm/configs/exynos_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
> index 3691a68..376dbf4 100644
> --- a/arch/arm/configs/exynos_defconfig
> +++ b/arch/arm/configs/exynos_defconfig
> @@ -88,6 +88,7 @@ CONFIG_HWMON=y
>  CONFIG_SENSORS_LM90=y
>  CONFIG_THERMAL=y
>  CONFIG_EXYNOS_THERMAL=y
> +CONFIG_THERMAL_EMULATION=y
>  CONFIG_WATCHDOG=y
>  CONFIG_S3C2410_WATCHDOG=y
>  CONFIG_MFD_CROS_EC=y
> -- 
> 2.0.0.rc2
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-pm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Lukasz Majewski Feb. 4, 2015, 1:51 p.m. UTC | #2
Hi Kukjin,

> On Wed, Jan 28, 2015 at 04:28:39PM +0100, Lukasz Majewski wrote:
> > Enabling thermal emulation on Exynos SoCs. New sysfs attribute -
> > emul_temp is created.
> > 
> > Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
> 
> I dont see problems with this patch:
> 
> Acked-by: Eduardo Valentin <edubezval@gmail.com>

Could you apply this patch to -samsung tree?

> 
> > ---
> >  arch/arm/configs/exynos_defconfig | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/arch/arm/configs/exynos_defconfig
> > b/arch/arm/configs/exynos_defconfig index 3691a68..376dbf4 100644
> > --- a/arch/arm/configs/exynos_defconfig
> > +++ b/arch/arm/configs/exynos_defconfig
> > @@ -88,6 +88,7 @@ CONFIG_HWMON=y
> >  CONFIG_SENSORS_LM90=y
> >  CONFIG_THERMAL=y
> >  CONFIG_EXYNOS_THERMAL=y
> > +CONFIG_THERMAL_EMULATION=y
> >  CONFIG_WATCHDOG=y
> >  CONFIG_S3C2410_WATCHDOG=y
> >  CONFIG_MFD_CROS_EC=y
> > -- 
> > 2.0.0.rc2
> >
Lukasz Majewski Feb. 16, 2015, 9:56 a.m. UTC | #3
Hi Kukjin,

> On Wed, Jan 28, 2015 at 04:28:39PM +0100, Lukasz Majewski wrote:
> > Enabling thermal emulation on Exynos SoCs. New sysfs attribute -
> > emul_temp is created.
> > 
> > Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
> 
> I dont see problems with this patch:
> 
> Acked-by: Eduardo Valentin <edubezval@gmail.com>

Could you add this change to -samsung tree?

> 
> > ---
> >  arch/arm/configs/exynos_defconfig | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/arch/arm/configs/exynos_defconfig
> > b/arch/arm/configs/exynos_defconfig index 3691a68..376dbf4 100644
> > --- a/arch/arm/configs/exynos_defconfig
> > +++ b/arch/arm/configs/exynos_defconfig
> > @@ -88,6 +88,7 @@ CONFIG_HWMON=y
> >  CONFIG_SENSORS_LM90=y
> >  CONFIG_THERMAL=y
> >  CONFIG_EXYNOS_THERMAL=y
> > +CONFIG_THERMAL_EMULATION=y
> >  CONFIG_WATCHDOG=y
> >  CONFIG_S3C2410_WATCHDOG=y
> >  CONFIG_MFD_CROS_EC=y
> > -- 
> > 2.0.0.rc2
> >
diff mbox

Patch

diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
index 3691a68..376dbf4 100644
--- a/arch/arm/configs/exynos_defconfig
+++ b/arch/arm/configs/exynos_defconfig
@@ -88,6 +88,7 @@  CONFIG_HWMON=y
 CONFIG_SENSORS_LM90=y
 CONFIG_THERMAL=y
 CONFIG_EXYNOS_THERMAL=y
+CONFIG_THERMAL_EMULATION=y
 CONFIG_WATCHDOG=y
 CONFIG_S3C2410_WATCHDOG=y
 CONFIG_MFD_CROS_EC=y