* Re: [PATCH 1/3] exynos: config: Remove CONFIG_EXYNOS_THERMAL_CORE define (exynos_defconfig)
2015-01-28 15:28 [PATCH 1/3] exynos: config: Remove CONFIG_EXYNOS_THERMAL_CORE define (exynos_defconfig) Lukasz Majewski
@ 2015-01-28 5:26 ` Eduardo Valentin
2015-02-16 9:55 ` Lukasz Majewski
2015-01-28 15:28 ` [PATCH 2/3] exynos: config: Enable thermal emulation for Exynos TMU (exynos_defconfig) Lukasz Majewski
` (2 subsequent siblings)
3 siblings, 1 reply; 14+ messages in thread
From: Eduardo Valentin @ 2015-01-28 5:26 UTC (permalink / raw)
To: Lukasz Majewski
Cc: Kukjin Kim, Kukjin Kim, Zhang Rui, Linux PM list,
linux-samsung-soc@vger.kernel.org, Bartlomiej Zolnierkiewicz,
Lukasz Majewski, Amit Daniel Kachhap, Abhilash Kesavan,
Abhilash Kesavan, Chanwoo Choi
[-- Attachment #1: Type: text/plain, Size: 839 bytes --]
On Wed, Jan 28, 2015 at 04:28:38PM +0100, Lukasz Majewski wrote:
> After Exynos TMU rework to use device tree for configuration this flag
> can be removed. It is not used anymore.
>
> Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Acked-by: Eduardo Valentin <edubezval@gmail.com>
> ---
> arch/arm/configs/exynos_defconfig | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
> index 3d0c5d6..3691a68 100644
> --- a/arch/arm/configs/exynos_defconfig
> +++ b/arch/arm/configs/exynos_defconfig
> @@ -88,7 +88,6 @@ CONFIG_HWMON=y
> CONFIG_SENSORS_LM90=y
> CONFIG_THERMAL=y
> CONFIG_EXYNOS_THERMAL=y
> -CONFIG_EXYNOS_THERMAL_CORE=y
> CONFIG_WATCHDOG=y
> CONFIG_S3C2410_WATCHDOG=y
> CONFIG_MFD_CROS_EC=y
> --
> 2.0.0.rc2
>
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread* Re: [PATCH 1/3] exynos: config: Remove CONFIG_EXYNOS_THERMAL_CORE define (exynos_defconfig)
2015-01-28 5:26 ` Eduardo Valentin
@ 2015-02-16 9:55 ` Lukasz Majewski
0 siblings, 0 replies; 14+ messages in thread
From: Lukasz Majewski @ 2015-02-16 9:55 UTC (permalink / raw)
To: Kukjin Kim, Kukjin Kim
Cc: Eduardo Valentin, Zhang Rui, Linux PM list,
linux-samsung-soc@vger.kernel.org, Bartlomiej Zolnierkiewicz,
Lukasz Majewski, Amit Daniel Kachhap, Abhilash Kesavan,
Abhilash Kesavan, Chanwoo Choi
Hi Kukjin,
> On Wed, Jan 28, 2015 at 04:28:38PM +0100, Lukasz Majewski wrote:
> > After Exynos TMU rework to use device tree for configuration this
> > flag can be removed. It is not used anymore.
> >
> > Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
>
> 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 deletion(-)
> >
> > diff --git a/arch/arm/configs/exynos_defconfig
> > b/arch/arm/configs/exynos_defconfig index 3d0c5d6..3691a68 100644
> > --- a/arch/arm/configs/exynos_defconfig
> > +++ b/arch/arm/configs/exynos_defconfig
> > @@ -88,7 +88,6 @@ CONFIG_HWMON=y
> > CONFIG_SENSORS_LM90=y
> > CONFIG_THERMAL=y
> > CONFIG_EXYNOS_THERMAL=y
> > -CONFIG_EXYNOS_THERMAL_CORE=y
> > CONFIG_WATCHDOG=y
> > CONFIG_S3C2410_WATCHDOG=y
> > CONFIG_MFD_CROS_EC=y
> > --
> > 2.0.0.rc2
> >
--
Best regards,
Lukasz Majewski
Samsung R&D Institute Poland (SRPOL) | Linux Platform Group
^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH 2/3] exynos: config: Enable thermal emulation for Exynos TMU (exynos_defconfig)
2015-01-28 15:28 [PATCH 1/3] exynos: config: Remove CONFIG_EXYNOS_THERMAL_CORE define (exynos_defconfig) Lukasz Majewski
2015-01-28 5:26 ` Eduardo Valentin
@ 2015-01-28 15:28 ` Lukasz Majewski
2015-01-29 22:58 ` Eduardo Valentin
2015-01-28 15:28 ` [PATCH 3/3] exynos: config: Enable support for cpufreq on Exynos SoCs (exynos_defconfig) Lukasz Majewski
2015-01-29 22:59 ` [PATCH 1/3] exynos: config: Remove CONFIG_EXYNOS_THERMAL_CORE define (exynos_defconfig) Eduardo Valentin
3 siblings, 1 reply; 14+ messages in thread
From: Lukasz Majewski @ 2015-01-28 15:28 UTC (permalink / raw)
To: Kukjin Kim, Kukjin Kim
Cc: Eduardo Valentin, Zhang Rui, Linux PM list,
linux-samsung-soc@vger.kernel.org, Bartlomiej Zolnierkiewicz,
Lukasz Majewski, Amit Daniel Kachhap, Abhilash Kesavan,
Abhilash Kesavan, Chanwoo Choi, Lukasz Majewski
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(+)
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
^ permalink raw reply related [flat|nested] 14+ messages in thread
* Re: [PATCH 2/3] exynos: config: Enable thermal emulation for Exynos TMU (exynos_defconfig)
2015-01-28 15:28 ` [PATCH 2/3] exynos: config: Enable thermal emulation for Exynos TMU (exynos_defconfig) Lukasz Majewski
@ 2015-01-29 22:58 ` Eduardo Valentin
2015-02-04 13:51 ` Lukasz Majewski
2015-02-16 9:56 ` Lukasz Majewski
0 siblings, 2 replies; 14+ messages in thread
From: Eduardo Valentin @ 2015-01-29 22:58 UTC (permalink / raw)
To: Lukasz Majewski
Cc: Kukjin Kim, Kukjin Kim, Zhang Rui, Linux PM list,
linux-samsung-soc@vger.kernel.org, Bartlomiej Zolnierkiewicz,
Lukasz Majewski, Amit Daniel Kachhap, Abhilash Kesavan,
Abhilash Kesavan, Chanwoo Choi
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
>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 2/3] exynos: config: Enable thermal emulation for Exynos TMU (exynos_defconfig)
2015-01-29 22:58 ` Eduardo Valentin
@ 2015-02-04 13:51 ` Lukasz Majewski
2015-02-16 9:56 ` Lukasz Majewski
1 sibling, 0 replies; 14+ messages in thread
From: Lukasz Majewski @ 2015-02-04 13:51 UTC (permalink / raw)
To: Kukjin Kim
Cc: Eduardo Valentin, Kukjin Kim, Zhang Rui, Linux PM list,
linux-samsung-soc@vger.kernel.org, Bartlomiej Zolnierkiewicz,
Lukasz Majewski, Amit Daniel Kachhap, Abhilash Kesavan,
Abhilash Kesavan, Chanwoo Choi
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
> >
--
Best regards,
Lukasz Majewski
Samsung R&D Institute Poland (SRPOL) | Linux Platform Group
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 2/3] exynos: config: Enable thermal emulation for Exynos TMU (exynos_defconfig)
2015-01-29 22:58 ` Eduardo Valentin
2015-02-04 13:51 ` Lukasz Majewski
@ 2015-02-16 9:56 ` Lukasz Majewski
1 sibling, 0 replies; 14+ messages in thread
From: Lukasz Majewski @ 2015-02-16 9:56 UTC (permalink / raw)
To: Kukjin Kim, Kukjin Kim
Cc: Eduardo Valentin, Zhang Rui, Linux PM list,
linux-samsung-soc@vger.kernel.org, Bartlomiej Zolnierkiewicz,
Lukasz Majewski, Amit Daniel Kachhap, Abhilash Kesavan,
Abhilash Kesavan, Chanwoo Choi
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
> >
--
Best regards,
Lukasz Majewski
Samsung R&D Institute Poland (SRPOL) | Linux Platform Group
^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH 3/3] exynos: config: Enable support for cpufreq on Exynos SoCs (exynos_defconfig)
2015-01-28 15:28 [PATCH 1/3] exynos: config: Remove CONFIG_EXYNOS_THERMAL_CORE define (exynos_defconfig) Lukasz Majewski
2015-01-28 5:26 ` Eduardo Valentin
2015-01-28 15:28 ` [PATCH 2/3] exynos: config: Enable thermal emulation for Exynos TMU (exynos_defconfig) Lukasz Majewski
@ 2015-01-28 15:28 ` Lukasz Majewski
2015-01-29 23:01 ` Eduardo Valentin
2015-01-29 22:59 ` [PATCH 1/3] exynos: config: Remove CONFIG_EXYNOS_THERMAL_CORE define (exynos_defconfig) Eduardo Valentin
3 siblings, 1 reply; 14+ messages in thread
From: Lukasz Majewski @ 2015-01-28 15:28 UTC (permalink / raw)
To: Kukjin Kim, Kukjin Kim
Cc: Eduardo Valentin, Zhang Rui, Linux PM list,
linux-samsung-soc@vger.kernel.org, Bartlomiej Zolnierkiewicz,
Lukasz Majewski, Amit Daniel Kachhap, Abhilash Kesavan,
Abhilash Kesavan, Chanwoo Choi, Lukasz Majewski
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(+)
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
^ permalink raw reply related [flat|nested] 14+ messages in thread
* Re: [PATCH 3/3] exynos: config: Enable support for cpufreq on Exynos SoCs (exynos_defconfig)
2015-01-28 15:28 ` [PATCH 3/3] exynos: config: Enable support for cpufreq on Exynos SoCs (exynos_defconfig) Lukasz Majewski
@ 2015-01-29 23:01 ` Eduardo Valentin
2015-02-04 13:52 ` Lukasz Majewski
2015-02-16 9:57 ` Lukasz Majewski
0 siblings, 2 replies; 14+ messages in thread
From: Eduardo Valentin @ 2015-01-29 23:01 UTC (permalink / raw)
To: Lukasz Majewski
Cc: Kukjin Kim, Kukjin Kim, Zhang Rui, Linux PM list,
linux-samsung-soc@vger.kernel.org, Bartlomiej Zolnierkiewicz,
Lukasz Majewski, Amit Daniel Kachhap, Abhilash Kesavan,
Abhilash Kesavan, Chanwoo Choi
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
>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 3/3] exynos: config: Enable support for cpufreq on Exynos SoCs (exynos_defconfig)
2015-01-29 23:01 ` Eduardo Valentin
@ 2015-02-04 13:52 ` Lukasz Majewski
2015-02-16 9:57 ` Lukasz Majewski
1 sibling, 0 replies; 14+ messages in thread
From: Lukasz Majewski @ 2015-02-04 13:52 UTC (permalink / raw)
To: Kukjin Kim
Cc: Eduardo Valentin, Kukjin Kim, Zhang Rui, Linux PM list,
linux-samsung-soc@vger.kernel.org, Bartlomiej Zolnierkiewicz,
Lukasz Majewski, Amit Daniel Kachhap, Abhilash Kesavan,
Abhilash Kesavan, Chanwoo Choi
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
> >
--
Best regards,
Lukasz Majewski
Samsung R&D Institute Poland (SRPOL) | Linux Platform Group
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 3/3] exynos: config: Enable support for cpufreq on Exynos SoCs (exynos_defconfig)
2015-01-29 23:01 ` Eduardo Valentin
2015-02-04 13:52 ` Lukasz Majewski
@ 2015-02-16 9:57 ` Lukasz Majewski
1 sibling, 0 replies; 14+ messages in thread
From: Lukasz Majewski @ 2015-02-16 9:57 UTC (permalink / raw)
To: Kukjin Kim, Kukjin Kim
Cc: Eduardo Valentin, Zhang Rui, Linux PM list,
linux-samsung-soc@vger.kernel.org, Bartlomiej Zolnierkiewicz,
Lukasz Majewski, Amit Daniel Kachhap, Abhilash Kesavan,
Abhilash Kesavan, Chanwoo Choi
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
> >
--
Best regards,
Lukasz Majewski
Samsung R&D Institute Poland (SRPOL) | Linux Platform Group
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 1/3] exynos: config: Remove CONFIG_EXYNOS_THERMAL_CORE define (exynos_defconfig)
2015-01-28 15:28 [PATCH 1/3] exynos: config: Remove CONFIG_EXYNOS_THERMAL_CORE define (exynos_defconfig) Lukasz Majewski
` (2 preceding siblings ...)
2015-01-28 15:28 ` [PATCH 3/3] exynos: config: Enable support for cpufreq on Exynos SoCs (exynos_defconfig) Lukasz Majewski
@ 2015-01-29 22:59 ` Eduardo Valentin
2015-02-04 13:49 ` Lukasz Majewski
3 siblings, 1 reply; 14+ messages in thread
From: Eduardo Valentin @ 2015-01-29 22:59 UTC (permalink / raw)
To: Lukasz Majewski
Cc: Kukjin Kim, Kukjin Kim, Zhang Rui, Linux PM list,
linux-samsung-soc@vger.kernel.org, Bartlomiej Zolnierkiewicz,
Lukasz Majewski, Amit Daniel Kachhap, Abhilash Kesavan,
Abhilash Kesavan, Chanwoo Choi
On Wed, Jan 28, 2015 at 04:28:38PM +0100, Lukasz Majewski wrote:
> After Exynos TMU rework to use device tree for configuration this flag
> can be removed. It is not used anymore.
>
> Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
I dont see problems with this patch:
Acked-by: Eduardo Valentin <edubezval@gmail.com>
This should go, obviously, via the correct platform tree.
> ---
> arch/arm/configs/exynos_defconfig | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
> index 3d0c5d6..3691a68 100644
> --- a/arch/arm/configs/exynos_defconfig
> +++ b/arch/arm/configs/exynos_defconfig
> @@ -88,7 +88,6 @@ CONFIG_HWMON=y
> CONFIG_SENSORS_LM90=y
> CONFIG_THERMAL=y
> CONFIG_EXYNOS_THERMAL=y
> -CONFIG_EXYNOS_THERMAL_CORE=y
> CONFIG_WATCHDOG=y
> CONFIG_S3C2410_WATCHDOG=y
> CONFIG_MFD_CROS_EC=y
> --
> 2.0.0.rc2
>
^ permalink raw reply [flat|nested] 14+ messages in thread* Re: [PATCH 1/3] exynos: config: Remove CONFIG_EXYNOS_THERMAL_CORE define (exynos_defconfig)
2015-01-29 22:59 ` [PATCH 1/3] exynos: config: Remove CONFIG_EXYNOS_THERMAL_CORE define (exynos_defconfig) Eduardo Valentin
@ 2015-02-04 13:49 ` Lukasz Majewski
2015-02-04 14:33 ` Kukjin Kim
0 siblings, 1 reply; 14+ messages in thread
From: Lukasz Majewski @ 2015-02-04 13:49 UTC (permalink / raw)
To: Kukjin Kim
Cc: Eduardo Valentin, Kukjin Kim, Zhang Rui, Linux PM list,
linux-samsung-soc@vger.kernel.org, Bartlomiej Zolnierkiewicz,
Lukasz Majewski, Amit Daniel Kachhap, Abhilash Kesavan,
Abhilash Kesavan, Chanwoo Choi
Hi Kukjin,
> On Wed, Jan 28, 2015 at 04:28:38PM +0100, Lukasz Majewski wrote:
> > After Exynos TMU rework to use device tree for configuration this
> > flag can be removed. It is not used anymore.
> >
> > Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
>
> I dont see problems with this patch:
>
> Acked-by: Eduardo Valentin <edubezval@gmail.com>
>
> This should go, obviously, via the correct platform tree.
Could you apply this patch to -samsung tree?
>
> > ---
> > arch/arm/configs/exynos_defconfig | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/arch/arm/configs/exynos_defconfig
> > b/arch/arm/configs/exynos_defconfig index 3d0c5d6..3691a68 100644
> > --- a/arch/arm/configs/exynos_defconfig
> > +++ b/arch/arm/configs/exynos_defconfig
> > @@ -88,7 +88,6 @@ CONFIG_HWMON=y
> > CONFIG_SENSORS_LM90=y
> > CONFIG_THERMAL=y
> > CONFIG_EXYNOS_THERMAL=y
> > -CONFIG_EXYNOS_THERMAL_CORE=y
> > CONFIG_WATCHDOG=y
> > CONFIG_S3C2410_WATCHDOG=y
> > CONFIG_MFD_CROS_EC=y
> > --
> > 2.0.0.rc2
> >
--
Best regards,
Lukasz Majewski
Samsung R&D Institute Poland (SRPOL) | Linux Platform Group
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 1/3] exynos: config: Remove CONFIG_EXYNOS_THERMAL_CORE define (exynos_defconfig)
2015-02-04 13:49 ` Lukasz Majewski
@ 2015-02-04 14:33 ` Kukjin Kim
0 siblings, 0 replies; 14+ messages in thread
From: Kukjin Kim @ 2015-02-04 14:33 UTC (permalink / raw)
To: Lukasz Majewski
Cc: Kukjin Kim, Eduardo Valentin, Kukjin Kim, Zhang Rui,
Linux PM list, linux-samsung-soc@vger.kernel.org,
Bartlomiej Zolnierkiewicz, Lukasz Majewski, Amit Daniel Kachhap,
Abhilash Kesavan, Abhilash Kesavan, Chanwoo Choi
On 02/04/15 22:49, Lukasz Majewski wrote:
> Hi Kukjin,
>
Hi,
>> On Wed, Jan 28, 2015 at 04:28:38PM +0100, Lukasz Majewski wrote:
>>> After Exynos TMU rework to use device tree for configuration this
>>> flag can be removed. It is not used anymore.
>>>
>>> Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
>>
>> I dont see problems with this patch:
>>
>> Acked-by: Eduardo Valentin <edubezval@gmail.com>
>>
>> This should go, obviously, via the correct platform tree.
>
> Could you apply this patch to -samsung tree?
>
Sure, I'll queue this series into samsung tree.
Thanks,
Kukjin
^ permalink raw reply [flat|nested] 14+ messages in thread