From: Amit Daniel Kachhap Date: Mon, 11 Feb 2013 03:54:23 +0000 (+0000) Subject: thermal: exynos: Adapt to temperature emulation core thermal framework X-Git-Tag: v3.10-rc1~42^2~10^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bffd1f8ac87a798515a8aed5f64047b182e049f5;p=pandora-kernel.git thermal: exynos: Adapt to temperature emulation core thermal framework This removes the driver specific sysfs support of the temperature emulation and uses the newly added core thermal framework for thermal emulation. An exynos platform specific handler is added to support this. In this patch, the exynos senor(tmu) related code and exynos framework related (thermal zone, cooling devices) code are intentionally kept separate. So an emulated function pointer is passed from sensor to framework. This is beneficial in adding more sensor support using the same framework code which is an ongoing work. The goal is to finally split them totally. Even the existing read_temperature also follows the same execution method. Acked-by: Kukjin Kim Signed-off-by: Amit Daniel Kachhap Signed-off-by: Zhang Rui --- Reading git-diff-tree failed