From patchwork Thu Dec 4 04:12:08 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 5435251 X-Patchwork-Delegate: eduardo.valentin@ti.com Return-Path: X-Original-To: patchwork-linux-pm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 8242BBEEA8 for ; Thu, 4 Dec 2014 04:14:30 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BCDD220272 for ; Thu, 4 Dec 2014 04:14:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6C9DF20266 for ; Thu, 4 Dec 2014 04:14:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752887AbaLDEO1 (ORCPT ); Wed, 3 Dec 2014 23:14:27 -0500 Received: from mail-pa0-f50.google.com ([209.85.220.50]:53113 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752526AbaLDEO1 (ORCPT ); Wed, 3 Dec 2014 23:14:27 -0500 Received: by mail-pa0-f50.google.com with SMTP id bj1so17078933pad.23 for ; Wed, 03 Dec 2014 20:14:27 -0800 (PST) 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:in-reply-to :references:in-reply-to:references; bh=aUpD50c0X1cjv/V+U1iUn7UICPq+G31kDCCdDk/vRbg=; b=Q4LGqtUkYkLMpN1x18kLjHuw7mGzx/JuthBGujaEhyFIbX/c6lTwtxnvES6UF4NotN jMKgGJSu7pACoGIUxDjRd1iljdSL2aEf81VPENHrdD9wM3flAlye43ZQHq8yu9ZwVNrO oQ3ZP7MkkOpMysU25ApgyYgcN3p3fcQb+mMIlPsf4B0rtffwKtG9MlCqTPmtg39Gahn+ 5vBEFOFuqAY9Bg6phYh5giheDl616jIVfvhfH0tJESrL2YvfFJy7otQtOfrVLj46wFgc wIDYcV2MIbRTOeVShc3gPmD6gzKu1v3cSQLsM603/AN+1I+1FfrsXyIf1MCqsrQSDLPZ WeKw== X-Gm-Message-State: ALoCoQkrHAoVWlt8e/GLSlV4Ug0kCrCDf7pZ1Jf4eBJ+oldKNMmyWl8QoStWpoglg2/3CEGPFnX6 X-Received: by 10.70.103.37 with SMTP id ft5mr14620924pdb.159.1417666467082; Wed, 03 Dec 2014 20:14:27 -0800 (PST) Received: from localhost ([122.166.92.172]) by mx.google.com with ESMTPSA id fl2sm24628535pab.0.2014.12.03.20.14.25 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 03 Dec 2014 20:14:26 -0800 (PST) From: Viresh Kumar To: linux-pm@vger.kernel.org, edubezval@gmail.com Cc: linaro-kernel@lists.linaro.org, rui.zhang@intel.com, amit.daniel@samsung.com, javi.merino@arm.com, Viresh Kumar Subject: [PATCH V2 26/26] thermal: cpu_cooling: update copyright tags Date: Thu, 4 Dec 2014 09:42:08 +0530 Message-Id: X-Mailer: git-send-email 2.0.3.693.g996b0fd In-Reply-To: References: In-Reply-To: References: Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 Adding my copyright information for two purposes: - To get cc'd for future patches to review (Only if people read this header while sending mail) - Have done enough changes to earn a place here? Cc: Amit Daniel Kachhap Signed-off-by: Viresh Kumar --- drivers/thermal/cpu_cooling.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c index d97e14d..a975fe2e 100644 --- a/drivers/thermal/cpu_cooling.c +++ b/drivers/thermal/cpu_cooling.c @@ -4,6 +4,8 @@ * Copyright (C) 2012 Samsung Electronics Co., Ltd(http://www.samsung.com) * Copyright (C) 2012 Amit Daniel * + * Copyright (C) 2014 Viresh Kumar + * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by