Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756223AbaGTAvf (ORCPT ); Sat, 19 Jul 2014 20:51:35 -0400 Received: from smtprelay01.ispgateway.de ([80.67.31.24]:48527 "EHLO smtprelay01.ispgateway.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752709AbaGTAve (ORCPT ); Sat, 19 Jul 2014 20:51:34 -0400 From: Peter Feuerer To: LKML Cc: Peter Feuerer Subject: [PATCH v4 0/6] acerhdf/thermal: adding new models, appropriate governor and minor clean up Date: Sun, 20 Jul 2014 02:51:14 +0200 Message-Id: <1405817480-25347-1-git-send-email-peter@piie.net> X-Mailer: git-send-email 2.0.2 In-Reply-To: <1398561815-22033-1-git-send-email-peter@piie.net> References: <1398561815-22033-1-git-send-email-peter@piie.net> X-Df-Sender: cGV0ZXJAcGlpZS5uZXQ= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This patch series is intended to: * Introduce "manual mode" support (Patch 1 & 2), which is needed to control the fan of a few new models. * Add an appropriate thermal governor (Patch 3 & 4). Manipulating and fiddling around with the step-wise governor has been a very fragile thing in the past and as it broke again, I used the opportunity to add a two point thermal governor which implements the actual fan handling required by acerhdf and puts from my point of view things straight. * Do some minor clean up like: - adding second trip point for critical temperature (Patch 5) - removing _t suffix from struct which isn't typedef and replace unsigned char by u8 (Patch 6) Thanks and kind regards, peter Peter Feuerer (6): acerhdf: Adding support for "manual mode" acerhdf: Adding support for new models thermal: Added Bang-bang thermal governor acerhdf: Use bang-bang thermal governor acerhdf: added critical trip point acerhdf: minor clean up drivers/platform/x86/Kconfig | 2 +- drivers/platform/x86/acerhdf.c | 266 ++++++++++++++++++++++++++-------------- drivers/thermal/Kconfig | 10 ++ drivers/thermal/Makefile | 1 + drivers/thermal/gov_bang_bang.c | 131 ++++++++++++++++++++ drivers/thermal/thermal_core.c | 5 + drivers/thermal/thermal_core.h | 8 ++ 7 files changed, 327 insertions(+), 96 deletions(-) create mode 100644 drivers/thermal/gov_bang_bang.c -- 2.0.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/