From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965655Ab3DQRPg (ORCPT ); Wed, 17 Apr 2013 13:15:36 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:57991 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965286Ab3DQRPc (ORCPT ); Wed, 17 Apr 2013 13:15:32 -0400 Message-ID: <516ED8A0.5050706@ti.com> Date: Wed, 17 Apr 2013 13:15:12 -0400 From: Eduardo Valentin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: CC: , , Subject: Re: From: Eduardo Valentin References: <1365437258-31412-1-git-send-email-eduardo.valentin@ti.com> In-Reply-To: <1365437258-31412-1-git-send-email-eduardo.valentin@ti.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Rui, On 08-04-2013 12:07, Eduardo Valentin wrote: > > > Here is a sequence of fixes and documentation improvements > thermal code base. This should be first of a series of changes > I am planing to send out. > > On this very first there is no change in functionality, as > the patches only change symbol names and updates kernel-doc > comments and their formants. I am going to rebase this series on top of your latest -next branch and resend with your comments. I believe name standardization could be still be applied though. > > > > Eduardo Valentin (11): > thermal: use strlcpy instead of strcpy > thermal: update driver license > thermal: rename notify_thermal_framework to thermal_notify_framework > thermal: rename get_thermal_instance to thermal_instance_get > thermal: rename get_tz_trend to thermal_zone_trend_get > thermal: use EXPORT_SYMBOL_GPL > thermal: update kernel-doc for thermal_zone_bind_cooling_device > thermal: update kernel-doc for thermal_zone_unbind_cooling_device > thermal: update kernel-doc for thermal_cooling_device_register > thermal: update kernel-doc for create_trip_attrs > thermal: update kernel-doc for thermal_zone_device_register > > Documentation/thermal/sysfs-api.txt | 6 +- > drivers/thermal/fair_share.c | 2 +- > drivers/thermal/step_wise.c | 2 +- > drivers/thermal/thermal_sys.c | 90 ++++++++++++++++++++++++----------- > include/linux/thermal.h | 6 +- > 5 files changed, 70 insertions(+), 36 deletions(-) >