Hi, Eduardo, > -----Original Message----- > From: [email protected] [mailto:linux-pm- > [email protected]] On Behalf Of Eduardo Valentin > Sent: Wednesday, April 24, 2013 5:48 AM > To: Zhang, Rui > Cc: [email protected]; [email protected]; Eduardo > Valentin > Subject: [PATCHv2 0/9] thermal: clean ups on thermal code base > Importance: High > > Hello Rui, > > This is v2 of this series. I have worked on the comments you sent on > these patches. For your reference, v1 has been reviewed at [1]. > All the patches in this series has been applied.
Thanks, rui > Summary of changelog: > - Added your acked-by on those patches you granted. > - Fixed the comments regarding functions that are not going to be > exported. > - Removed patches that are touching functions that are not going to be > exported. > > Also available, as usual, here: > [email protected]:thermal-framework/thermal-framework.git > thermal_work/thermal_core/coding_style > https://git.gitorious.org/thermal-framework/thermal-framework.git > thermal_work/thermal_core/coding_style > > The above branches are based on linux-next/master. > > All best, > > [1] - https://lkml.org/lkml/2013/4/8/471 > > Eduardo Valentin (9): > thermal: use strlcpy instead of strcpy > thermal: update driver license > thermal: rename notify_thermal_framework to thermal_notify_framework > 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 | 2 +- > drivers/thermal/thermal_core.c | 80 ++++++++++++++++++++++++++--- > -------- > include/linux/thermal.h | 2 +- > 3 files changed, 59 insertions(+), 25 deletions(-) > > -- > 1.8.2.1.342.gfa7285d > > -- > To unsubscribe from this list: send the line "unsubscribe linux-pm" in > the body of a message to [email protected] More majordomo info > at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

