From patchwork Thu Aug 20 02:40:08 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 7040411 X-Patchwork-Delegate: rui.zhang@intel.com Return-Path: X-Original-To: patchwork-linux-pm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 9C6329F358 for ; Thu, 20 Aug 2015 02:40:29 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id ACF45207C4 for ; Thu, 20 Aug 2015 02:40:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6032120796 for ; Thu, 20 Aug 2015 02:40:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751746AbbHTCk0 (ORCPT ); Wed, 19 Aug 2015 22:40:26 -0400 Received: from mail-pa0-f50.google.com ([209.85.220.50]:35656 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751609AbbHTCkZ (ORCPT ); Wed, 19 Aug 2015 22:40:25 -0400 Received: by pacdd16 with SMTP id dd16so8151786pac.2 for ; Wed, 19 Aug 2015 19:40:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=8f/bz57Vd/H04/61quESjtVq8Defcc7dV7l7SBbQhFM=; b=DrzRxCsgij/GmYPyB4nZgaaBHA5XICAOM6wzU5DoqE4Rki2vo3Tog5joDuJHUX1hi9 47zADI7tPYnZz1sD8qC7BmLgUx87uA8kUN59zdVWS4Rmd9PHNBtZbjK3kW0Wz4PS5zZh rBl3RqAbgLVSLNIUv26KxwegwMD3dmZ5dKTu3hawBQ4O4fQA/g1WBcFTNUqsY++Y4/mT 4aKOpngn9uUfhEnWvg1KgC++f2/W7uXtedOI5FKB1QeZMJmS3VFW4P4QWC6hpBsVjgnl 1+ZajRg8C0wc+9KYr5kyJPpfzAJxMvSZ4nsi7Oxj0pmvqkKdgoHBwD84h8d9m6BYIg6/ alVQ== X-Gm-Message-State: ALoCoQkz2QlPd8yrNAwGl8pHiHPxoVO20fd0/XuHOD6M/WcRoQ71yV35PrJzsiLl12C3Zl5Yh8Z2 X-Received: by 10.66.250.226 with SMTP id zf2mr1721426pac.20.1440038425211; Wed, 19 Aug 2015 19:40:25 -0700 (PDT) Received: from localhost ([122.171.186.190]) by smtp.gmail.com with ESMTPSA id fm5sm2337226pbb.60.2015.08.19.19.40.23 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 19 Aug 2015 19:40:24 -0700 (PDT) From: Viresh Kumar To: edubezval@gmail.com Cc: linaro-kernel@lists.linaro.org, amit.daniel@samsung.com, linux-pm@vger.kernel.org, rui.zhang@intel.com, Viresh Kumar , Amit Daniel Kachhap , Andrew Morton , Arnd Bergmann , "David S. Miller" , Greg KH , Jiri Slaby , Joe Perches , linux-kernel@vger.kernel.org (open list), Mauro Carvalho Chehab Subject: [PATCH V3] thermal: cpu_cooling: Add MAINTAINERS entry Date: Thu, 20 Aug 2015 08:10:08 +0530 Message-Id: <898726e0b847fa46a5efec40578324b1b5051ac5.1440038267.git.viresh.kumar@linaro.org> X-Mailer: git-send-email 2.4.0 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP None of the patches are reaching Viresh or Daniel directly as get_maintainers doesn't report us as maintainers. Looks like file header or history of commits isn't able to do that properly. Add a separate entry for cpu_cooling driver in MAINTAINERS. Acked-by: Eduardo Valentin Acked-by: Amit Daniel Kachhap Acked-by: Amit Daniel Kachhap Signed-off-by: Viresh Kumar --- V2->V3: - Updated Amit's email address MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 5d8ab5c06c4f..e733bd6272b7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10298,6 +10298,15 @@ F: include/uapi/linux/thermal.h F: include/linux/cpu_cooling.h F: Documentation/devicetree/bindings/thermal/ +THERMAL/CPU_COOLING +M: Amit Daniel Kachhap +M: Viresh Kumar +L: linux-pm@vger.kernel.org +S: Supported +F: Documentation/thermal/cpu-cooling-api.txt +F: drivers/thermal/cpu_cooling.c +F: include/linux/cpu_cooling.h + THINGM BLINK(1) USB RGB LED DRIVER M: Vivien Didelot S: Maintained