Message ID | 1422458920-14555-1-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: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 > -- 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: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 > >
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 -- 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: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 > >
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
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> --- arch/arm/configs/exynos_defconfig | 1 - 1 file changed, 1 deletion(-)