From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933013AbbFVGis (ORCPT ); Mon, 22 Jun 2015 02:38:48 -0400 Received: from metis.ext.pengutronix.de ([92.198.50.35]:35653 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753886AbbFVGik (ORCPT ); Mon, 22 Jun 2015 02:38:40 -0400 Date: Mon, 22 Jun 2015 08:38:32 +0200 From: Sascha Hauer To: Eduardo Valentin , Zhang Rui Cc: Stephen Warren , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Mikko Perttunen , linux-mediatek@lists.infradead.org, kernel@pengutronix.de, Brian Norris , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v4] Thermal cleanups and hardware trip points Message-ID: <20150622063832.GS26575@pengutronix.de> References: <1432128046-12921-1-git-send-email-s.hauer@pengutronix.de> <20150608065657.GL26575@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150608065657.GL26575@pengutronix.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain X-Uptime: 08:36:55 up 97 days, 18:28, 111 users, load average: 0.44, 0.30, 0.21 User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::c0 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 Eduardo, Rui, Is there anything I can do to get this series forward? Should I split it up more into separate topics? Is there anything that I should drop from this series to get at least the rest mainline? Sascha On Mon, Jun 08, 2015 at 08:56:57AM +0200, Sascha Hauer wrote: > Eduardo, Rui, > > Any feedback to this series? > > Thanks > Sascha > > On Wed, May 20, 2015 at 03:20:30PM +0200, Sascha Hauer wrote: > > 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. > > > > All comments welcome > > > > Changes since v3: > > - Fix some missing function type changes in int3400_thermal.c, > > processor_thermal_device.c, kirkwood_thermal.c and exynos_tmu.c > > - Add better description for set_trips callback > > - update the interrupt triggers also when the trip points change > > - Add missing MODULE_* tags > > - Broaden temperature range in the Mediatek driver so that we can be sure > > the measured temperatures are really out of the desired range > > > > 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() > > > > > > > > -- > Pengutronix e.K. | | > Industrial Linux Solutions | http://www.pengutronix.de/ | > Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | > Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | > > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/