From patchwork Thu Nov 15 00:58:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Zhang, Rui" X-Patchwork-Id: 1744661 Return-Path: X-Original-To: patchwork-linux-pm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 719193FC64 for ; Thu, 15 Nov 2012 00:58:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933268Ab2KOA6c (ORCPT ); Wed, 14 Nov 2012 19:58:32 -0500 Received: from mga01.intel.com ([192.55.52.88]:10409 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932984Ab2KOA6c (ORCPT ); Wed, 14 Nov 2012 19:58:32 -0500 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 14 Nov 2012 16:58:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.83,254,1352102400"; d="scan'208";a="249300160" Received: from unknown (HELO [10.255.21.120]) ([10.255.21.120]) by fmsmga002.fm.intel.com with ESMTP; 14 Nov 2012 16:58:28 -0800 Message-ID: <1352941107.2143.12.camel@rzhang1-mobl4> Subject: [PATCH] Thermal: Add Linux/Thermal subsystem info in MAINTAINER file From: Zhang Rui To: Linus Torvalds Cc: Linux PM list , LKML , ACPI Devel Maling List , "Rafael J. Wysocki" , Len Brown , durga , "Zhang, Rui" , Amit Kachhap , jhbird.choi@samsung.com, kuninori.morimoto.gx@renesas.com, eduardo.valentin@ti.com, "hongbo.zhang" , Viresh Kumar , Sachin Kamat Date: Thu, 15 Nov 2012 08:58:27 +0800 X-Mailer: Evolution 3.2.3-0ubuntu6 Mime-Version: 1.0 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Add Linux/Thermal subsystem info in MAINTAINER file. All the changes made to the generic thermal layer, or platform thermal drivers that make use of the thermal layer, should be sent to linux-pm@vger.kernel.org for discussion. And as the maintainer, I will only apply the patches that have been sent to linux-pm@vger.kernel.org. Signed-off-by: Zhang Rui --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 59203e7..2d8512b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7210,6 +7210,14 @@ L: linux-xtensa@linux-xtensa.org S: Maintained F: arch/xtensa/ +THERMAL +M: Zhang Rui +L: linux-pm@vger.kernel.org +T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git +S: Supported +F: drivers/thermal/ +F: include/linux/thermal.h + THINKPAD ACPI EXTRAS DRIVER M: Henrique de Moraes Holschuh L: ibm-acpi-devel@lists.sourceforge.net