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 |
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
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 > >
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 --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
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(+)