From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kuninori Morimoto Subject: [PATCH 0/2 v2] thermal: rcar: fixup registration failure case Date: Mon, 25 Mar 2013 23:07:15 -0700 (PDT) Message-ID: <87r4j2itio.wl%kuninori.morimoto.gx@renesas.com> References: <87620gqbbe.wl%kuninori.morimoto.gx@renesas.com> <874ng0qb9f.wl%kuninori.morimoto.gx@renesas.com> <1364200856.2465.48.camel@rzhang1-mobl4> <871ub3j9r3.wl%kuninori.morimoto.gx@renesas.com> <87sj3iiu5m.wl%kuninori.morimoto.gx@renesas.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mail-pa0-f42.google.com ([209.85.220.42]:56646 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756178Ab3CZGHR (ORCPT ); Tue, 26 Mar 2013 02:07:17 -0400 In-Reply-To: <87sj3iiu5m.wl%kuninori.morimoto.gx@renesas.com> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Zhang Rui Cc: Simon , Magnus , Kuninori Morimoto , linux-pm@vger.kernel.org, Linux-SH Hi Zhang These are v2 patch set of rcar_thermal driver fixup I noticed that v1 patch had bug. These patch set are for linus/master branch, and, these requires zhang/next's f0e68fc3caf677e834f7bd0f601800e686b56c98 (thermal: rcar: fix missing unlock on error in rcar_thermal_update_temp()) fb84d9907f0ff0e3f7d70d55039ddf0f78d2a472 (thermal: rcar_thermal: propagate return value of thermal_zone_device_register) current linus/master branch needs above 2 patches, and these patch set are based on these. I Cc:ed SH-ARM ML Kuninori Morimoto (2): thermal: rcar: tidyup registration failure case thermal: rcar: add pm_runtime_xxx() support drivers/thermal/rcar_thermal.c | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) Best regards --- Kuninori Morimoto