Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751248AbaF3Eub (ORCPT ); Mon, 30 Jun 2014 00:50:31 -0400 Received: from mail-oa0-f54.google.com ([209.85.219.54]:48948 "EHLO mail-oa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750803AbaF3Eu3 (ORCPT ); Mon, 30 Jun 2014 00:50:29 -0400 MIME-Version: 1.0 In-Reply-To: <20140628145253.GB7869@dragon> References: <20140628145253.GB7869@dragon> Date: Mon, 30 Jun 2014 10:20:29 +0530 Message-ID: Subject: Re: [PATCH 2/2] cpufreq: cpu0: Extend support beyond CPU0 From: Viresh Kumar To: Shawn Guo Cc: "Rafael J. Wysocki" , Stephen Boyd , Lists linaro-kernel , "linux-pm@vger.kernel.org" , Linux Kernel Mailing List , Arvind Chauhan , Mike Turquette , "linux-arm-kernel@lists.infradead.org" , linux-arm-msm@vger.kernel.org, Sachin Kamat , Thomas P Abraham , Nishanth Menon , Tomasz Figa Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 28 June 2014 20:22, Shawn Guo wrote: > Thanks for all the effort on maintaining and improving cpufreq-cpu0 > driver. You're welcome.. > Your patch rewrote the most part of the driver, so I'd like to > hand over the driver to you. Please add yourself as the primary person > for MODULE_AUTHOR. I don't think a complete handover would be right, and so still keeping you as author :) Author: Viresh Kumar Date: Mon Jun 30 10:15:22 2014 +0530 cpufreq: cpu0: Add Module Author Two people are maintaining it now, Viresh and Shawn. Add Viresh's details in MODULE_AUTHOR() and copyright section. Suggested-by: Shawn Guo Signed-off-by: Viresh Kumar --- drivers/cpufreq/cpufreq-generic.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/cpufreq/cpufreq-generic.c b/drivers/cpufreq/cpufreq-generic.c index 4da3f2f..5656dd1 100644 --- a/drivers/cpufreq/cpufreq-generic.c +++ b/drivers/cpufreq/cpufreq-generic.c @@ -1,6 +1,9 @@ /* * Copyright (C) 2012 Freescale Semiconductor, Inc. * + * Copyright (C) 2014 Linaro. + * Viresh Kumar + * * The OPP code in function set_target() is reused from * drivers/cpufreq/omap-cpufreq.c * @@ -402,6 +405,7 @@ static struct platform_driver generic_cpufreq_platdrv = { }; module_platform_driver(generic_cpufreq_platdrv); +MODULE_AUTHOR("Viresh Kumar "); MODULE_AUTHOR("Shawn Guo "); MODULE_DESCRIPTION("Generic cpufreq driver"); MODULE_LICENSE("GPL"); -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/