From patchwork Thu Aug 28 05:52:24 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 4792681 Return-Path: X-Original-To: patchwork-linux-arm-msm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 919D49F38D for ; Thu, 28 Aug 2014 05:52:59 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BB4AD20179 for ; Thu, 28 Aug 2014 05:52:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E30CD20145 for ; Thu, 28 Aug 2014 05:52:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933114AbaH1Fw5 (ORCPT ); Thu, 28 Aug 2014 01:52:57 -0400 Received: from mail-pa0-f44.google.com ([209.85.220.44]:62455 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751407AbaH1Fw4 (ORCPT ); Thu, 28 Aug 2014 01:52:56 -0400 Received: by mail-pa0-f44.google.com with SMTP id rd3so1117376pab.17 for ; Wed, 27 Aug 2014 22:52:56 -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:in-reply-to :references:in-reply-to:references; bh=01nQ0I4G+CKM+ZQMJ0yLnz94CSaMjP8OViYPLDVaCYU=; b=bhyhcYazD9R/MaKKVSKouy0PmZWa0TfgLSLLp3KcQWpGc4Ld8GzO8itzoeNlCwl/N5 aZlj2W3KihYbdivJkrVOYIcVxH0gcrQhn2xijrxNpIKiW55sfXDzNsp1NJI53z6VnN0c r9GbS4L8aVCfYsQzcgfWOLMoYp+eOUqNpWI/Gg99XcD40qIG8f7sg67Z9kkVMNlWwk/n IfYbP5uMa+40TEdZtmGfORYwHGDR3srNcyib27Y+F9xg24z3jAxVwSxudJ+DB5tYVdOn H+O0vtflpNwNmqt9EI20fPrRvMFUFRP7D0I8eVhrugDukzoxryDAU1yzjHQvhA2DwYQe bqLQ== X-Gm-Message-State: ALoCoQkzvA8vu+aB5U4P9p0jEy9hkp6tE+A3xHpWFy9f5ZQQ77FKtEuXbe3aIfr1QfE32A8hdmit X-Received: by 10.67.4.1 with SMTP id ca1mr2511889pad.50.1409205175974; Wed, 27 Aug 2014 22:52:55 -0700 (PDT) Received: from localhost ([122.167.123.172]) by mx.google.com with ESMTPSA id x1sm2311920pbt.65.2014.08.27.22.52.54 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 27 Aug 2014 22:52:55 -0700 (PDT) From: Viresh Kumar To: Rafael Wysocki Cc: linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, shawn.guo@linaro.org, sboyd@codeaurora.org, linux-arm-msm@vger.kernel.org, spk.linux@gmail.com, thomas.ab@samsung.com, t.figa@samsung.com, santosh.shilimkar@ti.com, thomas.petazzoni@free-electrons.com, pramod.gurav@smartplayin.com, Viresh Kumar Subject: [PATCH V3 02/10] cpufreq: cpu0: Update Module Author Date: Thu, 28 Aug 2014 11:22:24 +0530 Message-Id: X-Mailer: git-send-email 2.0.3.693.g996b0fd In-Reply-To: References: In-Reply-To: References: Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Spam-Status: No, score=-6.9 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 Two people are maintaining it now, Viresh and Shawn. Add Viresh's details in MODULE_AUTHOR() and copyright section. Suggested-by: Shawn Guo Tested-by: Stephen Boyd Signed-off-by: Viresh Kumar --- drivers/cpufreq/cpufreq-cpu0.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/cpufreq/cpufreq-cpu0.c b/drivers/cpufreq/cpufreq-cpu0.c index 0d2172b..4cfde63 100644 --- a/drivers/cpufreq/cpufreq-cpu0.c +++ b/drivers/cpufreq/cpufreq-cpu0.c @@ -1,6 +1,9 @@ /* * Copyright (C) 2012 Freescale Semiconductor, Inc. * + * Copyright (C) 2014 Linaro. + * Viresh Kumar + * * The OPP code in function cpu0_set_target() is reused from * drivers/cpufreq/omap-cpufreq.c * @@ -243,6 +246,7 @@ static struct platform_driver cpu0_cpufreq_platdrv = { }; module_platform_driver(cpu0_cpufreq_platdrv); +MODULE_AUTHOR("Viresh Kumar "); MODULE_AUTHOR("Shawn Guo "); MODULE_DESCRIPTION("Generic CPU0 cpufreq driver"); MODULE_LICENSE("GPL");