Message ID | 1422458920-14555-3-git-send-email-l.majewski@samsung.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Jan 28, 2015 at 04:28:40PM +0100, Lukasz Majewski wrote: > This commit enables the cpufreq subsystem. Moreover, support for using > CPU as a cooling device is provided. > > Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> I dont see problems with this patch: Acked-by: Eduardo Valentin <edubezval@gmail.com> Again, it must go via the correct tree. > --- > arch/arm/configs/exynos_defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig > index 376dbf4..d6be7e8 100644 > --- a/arch/arm/configs/exynos_defconfig > +++ b/arch/arm/configs/exynos_defconfig > @@ -86,6 +86,8 @@ CONFIG_BATTERY_SBS=y > CONFIG_CHARGER_TPS65090=y > CONFIG_HWMON=y > CONFIG_SENSORS_LM90=y > +CONFIG_CPU_FREQ=y > +CONFIG_CPU_THERMAL=y > CONFIG_THERMAL=y > CONFIG_EXYNOS_THERMAL=y > CONFIG_THERMAL_EMULATION=y > -- > 2.0.0.rc2 > -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" 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:40PM +0100, Lukasz Majewski wrote: > > This commit enables the cpufreq subsystem. Moreover, support for > > using CPU as a cooling device is provided. > > > > Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> > > I dont see problems with this patch: > > Acked-by: Eduardo Valentin <edubezval@gmail.com> > > > Again, it must go via the correct tree. Could you apply this patch to -samsung tree? > > > --- > > arch/arm/configs/exynos_defconfig | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/arch/arm/configs/exynos_defconfig > > b/arch/arm/configs/exynos_defconfig index 376dbf4..d6be7e8 100644 > > --- a/arch/arm/configs/exynos_defconfig > > +++ b/arch/arm/configs/exynos_defconfig > > @@ -86,6 +86,8 @@ CONFIG_BATTERY_SBS=y > > CONFIG_CHARGER_TPS65090=y > > CONFIG_HWMON=y > > CONFIG_SENSORS_LM90=y > > +CONFIG_CPU_FREQ=y > > +CONFIG_CPU_THERMAL=y > > CONFIG_THERMAL=y > > CONFIG_EXYNOS_THERMAL=y > > CONFIG_THERMAL_EMULATION=y > > -- > > 2.0.0.rc2 > >
Hi Kukjin, > On Wed, Jan 28, 2015 at 04:28:40PM +0100, Lukasz Majewski wrote: > > This commit enables the cpufreq subsystem. Moreover, support for > > using CPU as a cooling device is provided. > > > > Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> > > I dont see problems with this patch: > > Acked-by: Eduardo Valentin <edubezval@gmail.com> > > > Again, it must go via the correct tree. Could you add this change to -samsung tree? > > > --- > > arch/arm/configs/exynos_defconfig | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/arch/arm/configs/exynos_defconfig > > b/arch/arm/configs/exynos_defconfig index 376dbf4..d6be7e8 100644 > > --- a/arch/arm/configs/exynos_defconfig > > +++ b/arch/arm/configs/exynos_defconfig > > @@ -86,6 +86,8 @@ CONFIG_BATTERY_SBS=y > > CONFIG_CHARGER_TPS65090=y > > CONFIG_HWMON=y > > CONFIG_SENSORS_LM90=y > > +CONFIG_CPU_FREQ=y > > +CONFIG_CPU_THERMAL=y > > CONFIG_THERMAL=y > > CONFIG_EXYNOS_THERMAL=y > > CONFIG_THERMAL_EMULATION=y > > -- > > 2.0.0.rc2 > >
diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index 376dbf4..d6be7e8 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig @@ -86,6 +86,8 @@ CONFIG_BATTERY_SBS=y CONFIG_CHARGER_TPS65090=y CONFIG_HWMON=y CONFIG_SENSORS_LM90=y +CONFIG_CPU_FREQ=y +CONFIG_CPU_THERMAL=y CONFIG_THERMAL=y CONFIG_EXYNOS_THERMAL=y CONFIG_THERMAL_EMULATION=y
This commit enables the cpufreq subsystem. Moreover, support for using CPU as a cooling device is provided. Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> --- arch/arm/configs/exynos_defconfig | 2 ++ 1 file changed, 2 insertions(+)