aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/intel_menlow.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-02-15intel_menlo: extract return values using PTR_ERRThomas Sujith1-4/+7
Need to extract errors using PTR_ERR macro and process accordingly.thermal_cooling_device_register returning NULL means that CONFIG_THERMAL=n and in that case no need to create symbolic links. Signed-off-by: Thomas Sujith <sujith.thomas@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
2008-02-01intel_menlo: introduce new platform specific driverThomas Sujith1-0/+526
Intel menlow platform specific driver for thermal management extension. Signed-off-by: Thomas Sujith <sujith.thomas@intel.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>