Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754591AbbEMIw4 (ORCPT ); Wed, 13 May 2015 04:52:56 -0400 Received: from metis.ext.pengutronix.de ([92.198.50.35]:42358 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754378AbbEMIwv (ORCPT ); Wed, 13 May 2015 04:52:51 -0400 From: Sascha Hauer To: linux-pm@vger.kernel.org Cc: Zhang Rui , Eduardo Valentin , linux-kernel@vger.kernel.org, Stephen Warren , Mikko Perttunen , kernel@pengutronix.de, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Brian Norris Subject: [PATCH v3] Thermal hardware trip points and Mediatek thermal driver Date: Wed, 13 May 2015 10:52:28 +0200 Message-Id: <1431507163-19933-1-git-send-email-s.hauer@pengutronix.de> X-Mailer: git-send-email 2.1.4 X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::7 X-SA-Exim-Mail-From: sha@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1216 Lines: 29 This series adds support for hardware trip points. It picks up earlier work from Mikko Perttunen. Mikko implemented hardware trip points as part of the device tree support. It was suggested back then to move the functionality to the thermal core instead of putting more code into the device tree support. This series does exactly that. The majority of the patches are cleanups and fixes. Patch 11 introduces hardware tracked trip points and finally a driver for the Mediatek thermal controller is introduced as the first user is added. All comments welcome Changes since v2: - Add Mediatek thermal controller driver as first user for hardware trip points Changes since v1: - Use int instead of unsigned long consistently for temperatures - Instead of misfixing the emulation code add a comment how the code is meant - Add doc entry for .set_trips callback - initialize prev_low_trip/prev_high_trip properly - get tz->lock before calling thermal_zone_set_trips() -- 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/