From 0c01ebbfd3caf1dc132e0d93c8e7e9f742839d94 Mon Sep 17 00:00:00 2001 From: Durgadoss R Date: Tue, 18 Sep 2012 11:05:04 +0530 Subject: [PATCH] Thermal: Remove throttling logic out of thermal_sys.c This patch removes the throttling logic out of thermal_sys.c; also refactors the code into smaller functions so that are easy to read/maintain. * Seperates the handling of critical and non-critical trips * Re-arranges the set_polling and device_check methods, so that all related functions are arranged in one place. * Removes the 'do_update' and 'trip_update' method, as part of moving the throttling logic out of thermal_sys.c Signed-off-by: Durgadoss R Signed-off-by: Zhang Rui --- Reading git-format-patch failed