Message ID | 1431913636-31854-4-git-send-email-k.kozlowski@samsung.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 05/18/15 10:47, Krzysztof Kozlowski wrote: > From: Krzysztof Kozlowski <k.kozlowski.k@gmail.com> > > Enable support for Thermal Monitoring Unit present on Exynos SoCs. This > allows detection of overheat and handling this gracefully. > > Signed-off-by: Krzysztof Kozlowski <k.kozlowski.k@gmail.com> Krzysztof, you want to use gmail account on this, you used samsung accoung on 1st and 2nd patches though? - Kukjin > --- > arch/arm/configs/multi_v7_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig > index f09ae2089284..8fa7171b12f3 100644 > --- a/arch/arm/configs/multi_v7_defconfig > +++ b/arch/arm/configs/multi_v7_defconfig > @@ -342,6 +342,7 @@ CONFIG_SENSORS_LM90=y > CONFIG_SENSORS_LM95245=y > CONFIG_THERMAL=y > CONFIG_CPU_THERMAL=y > +CONFIG_EXYNOS_THERMAL=m > CONFIG_RCAR_THERMAL=y > CONFIG_ARMADA_THERMAL=y > CONFIG_DAVINCI_WATCHDOG -- 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
2015-05-19 14:57 GMT+09:00 Kukjin Kim <kgene@kernel.org>: > On 05/18/15 10:47, Krzysztof Kozlowski wrote: >> From: Krzysztof Kozlowski <k.kozlowski.k@gmail.com> >> >> Enable support for Thermal Monitoring Unit present on Exynos SoCs. This >> allows detection of overheat and handling this gracefully. >> >> Signed-off-by: Krzysztof Kozlowski <k.kozlowski.k@gmail.com> > > Krzysztof, you want to use gmail account on this, you used samsung > accoung on 1st and 2nd patches though? Yes, that is correct. I know that it seems mixed up and sorry for the confusion. I use the gmail account when I am developing at home to distinguish my personal and company's rights. So in one patchset I got some old patches done in company (@samsung.com) and newer one prepared during my free time. Best regards, Krzysztof -- 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
On 05/19/15 15:01, Krzysztof Kozlowski wrote: > 2015-05-19 14:57 GMT+09:00 Kukjin Kim <kgene@kernel.org>: >> On 05/18/15 10:47, Krzysztof Kozlowski wrote: >>> From: Krzysztof Kozlowski <k.kozlowski.k@gmail.com> >>> >>> Enable support for Thermal Monitoring Unit present on Exynos SoCs. This >>> allows detection of overheat and handling this gracefully. >>> >>> Signed-off-by: Krzysztof Kozlowski <k.kozlowski.k@gmail.com> >> >> Krzysztof, you want to use gmail account on this, you used samsung >> accoung on 1st and 2nd patches though? > > Yes, that is correct. I know that it seems mixed up and sorry for the confusion. > OK, I see. > I use the gmail account when I am developing at home to distinguish my > personal and company's rights. So in one patchset I got some old > patches done in company (@samsung.com) and newer one prepared during > my free time. > I've kept your origin email address. If any problems, please let me know. Thanks, Kukjin -- 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
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index f09ae2089284..8fa7171b12f3 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -342,6 +342,7 @@ CONFIG_SENSORS_LM90=y CONFIG_SENSORS_LM95245=y CONFIG_THERMAL=y CONFIG_CPU_THERMAL=y +CONFIG_EXYNOS_THERMAL=m CONFIG_RCAR_THERMAL=y CONFIG_ARMADA_THERMAL=y CONFIG_DAVINCI_WATCHDOG