From: Martin Peres Date: Sun, 2 Sep 2012 00:55:58 +0000 (+0200) Subject: drm/nouveau/therm: move thermal-related functions to the therm subdev X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~20^2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa1b9b4836a8ab093ec06b0780553566a5430da7;p=pandora-kernel.git drm/nouveau/therm: move thermal-related functions to the therm subdev It looks scary because of the size, but I tried to keep the differences minimal. Further patches will fix the actual "driver" code and add new features. v2: change filenames, split to submodules v3: add a missing include v4: Ben Skeggs - fixed set_defaults() to allow min_duty < 30 (thermal table will override this if it's actually necessary) - fixed set_defaults() to not provide pwm_freq so nv4x (which only has pwm_div) can actually work. the boards using pwm_freq will have a thermal table entry to provide us the value. - removed unused files Signed-off-by: Martin Peres Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed