On 30-08-2013 04:35, Zhang Rui wrote: > On 四, 2013-08-29 at 08:17 -0400, Eduardo Valentin wrote: >> On 19-08-2013 02:28, Sachin Kamat wrote: >>> Fixes some trivial typos. >>> >>> Signed-off-by: Sachin Kamat >> >> >> Acked-by: Eduardo Valentin >> > so are you going to take this patch series? > Yeah. already applied them in my next branch. I will send a pull request with this one and ti-soc-thermal fixes when I am done testing. > thanks, > rui >>> --- >>> This series is based on next branch of below tree: >>> git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git >>> >>> This is tested on Exynos4210 and 5250 based boards. >>> --- >>> drivers/thermal/samsung/Kconfig | 10 +++++----- >>> 1 file changed, 5 insertions(+), 5 deletions(-) >>> >>> diff --git a/drivers/thermal/samsung/Kconfig b/drivers/thermal/samsung/Kconfig >>> index b653f15..92492e4 100644 >>> --- a/drivers/thermal/samsung/Kconfig >>> +++ b/drivers/thermal/samsung/Kconfig >>> @@ -3,16 +3,16 @@ config EXYNOS_THERMAL >>> depends on ARCH_HAS_BANDGAP >>> help >>> If you say yes here you get support for the TMU (Thermal Management >>> - Unit) driver for SAMSUNG EXYNOS series of soc. This driver initialises >>> + Unit) driver for SAMSUNG EXYNOS series of SoCs. This driver initialises >>> the TMU, reports temperature and handles cooling action if defined. >>> - This driver uses the exynos core thermal API's and TMU configuration >>> - data from the supported soc's. >>> + This driver uses the Exynos core thermal APIs and TMU configuration >>> + data from the supported SoCs. >>> >>> config EXYNOS_THERMAL_CORE >>> - bool "Core thermal framework support for EXYNOS SOC's" >>> + bool "Core thermal framework support for EXYNOS SOCs" >>> depends on EXYNOS_THERMAL >>> help >>> If you say yes here you get support for EXYNOS TMU >>> (Thermal Management Unit) common registration/unregistration >>> functions to the core thermal layer and also to use the generic >>> - cpu cooling API's. >>> + CPU cooling APIs. >>> >> >> > > > > -- You have got to be excited about what you are doing. (L. Lamport) Eduardo Valentin