From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753050AbbDMGaa (ORCPT ); Mon, 13 Apr 2015 02:30:30 -0400 Received: from metis.ext.pengutronix.de ([92.198.50.35]:60877 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751227AbbDMGa1 (ORCPT ); Mon, 13 Apr 2015 02:30:27 -0400 Date: Mon, 13 Apr 2015 08:30:18 +0200 From: Sascha Hauer To: Eduardo Valentin Cc: linux-pm@vger.kernel.org, Zhang Rui , linux-kernel@vger.kernel.org, Stephen Warren , Mikko Perttunen , kernel@pengutronix.de, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 13/13] thermal: of: implement .set_trips for device tree thermal zones Message-ID: <20150413063018.GT9742@pengutronix.de> References: <1427385240-6086-1-git-send-email-s.hauer@pengutronix.de> <1427385240-6086-14-git-send-email-s.hauer@pengutronix.de> <20150407024307.GH4648@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150407024307.GH4648@localhost.localdomain> 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:27:30 up 27 days, 18:19, 54 users, load average: 0.00, 0.07, 0.12 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 Hi Eduardo, On Mon, Apr 06, 2015 at 07:43:08PM -0700, Eduardo Valentin wrote: > On Thu, Mar 26, 2015 at 04:54:00PM +0100, Sascha Hauer wrote: > > Signed-off-by: Sascha Hauer > > --- > > drivers/thermal/of-thermal.c | 12 ++++++++++++ > > include/linux/thermal.h | 1 + > > 2 files changed, 13 insertions(+) > > Can you please include at least one user of this call back in your patch > series? Thanks for the comments on this series. I'll address them in the next round. The user for this callback is not yet ready to be posted. I'll try and move this patch to the end of the series so that the series can be applied without this one. Thanks Sascha -- 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 | From mboxrd@z Thu Jan 1 00:00:00 1970 From: s.hauer@pengutronix.de (Sascha Hauer) Date: Mon, 13 Apr 2015 08:30:18 +0200 Subject: [PATCH 13/13] thermal: of: implement .set_trips for device tree thermal zones In-Reply-To: <20150407024307.GH4648@localhost.localdomain> References: <1427385240-6086-1-git-send-email-s.hauer@pengutronix.de> <1427385240-6086-14-git-send-email-s.hauer@pengutronix.de> <20150407024307.GH4648@localhost.localdomain> Message-ID: <20150413063018.GT9742@pengutronix.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Eduardo, On Mon, Apr 06, 2015 at 07:43:08PM -0700, Eduardo Valentin wrote: > On Thu, Mar 26, 2015 at 04:54:00PM +0100, Sascha Hauer wrote: > > Signed-off-by: Sascha Hauer > > --- > > drivers/thermal/of-thermal.c | 12 ++++++++++++ > > include/linux/thermal.h | 1 + > > 2 files changed, 13 insertions(+) > > Can you please include at least one user of this call back in your patch > series? Thanks for the comments on this series. I'll address them in the next round. The user for this callback is not yet ready to be posted. I'll try and move this patch to the end of the series so that the series can be applied without this one. Thanks Sascha -- 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 |