From patchwork Wed May 29 10:54:55 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 2628821 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork1.kernel.org (Postfix) with ESMTP id 960BF3FC23 for ; Wed, 29 May 2013 10:55:25 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uhe2N-0001uW-RM; Wed, 29 May 2013 10:55:24 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uhe2L-0002mC-9S; Wed, 29 May 2013 10:55:21 +0000 Received: from mail-qa0-x22f.google.com ([2607:f8b0:400d:c00::22f]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uhe2H-0002lE-FP for linux-arm-kernel@lists.infradead.org; Wed, 29 May 2013 10:55:18 +0000 Received: by mail-qa0-f47.google.com with SMTP id n20so233040qaj.6 for ; Wed, 29 May 2013 03:54:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=m50S/rBZYgd+2XrPDctjIBvH/37LmoRfFNQf9f/ehkI=; b=luN4hh/EZNt8BV7VefnZ5NbwYaTXc8ypuDroSj9vvyj0dlRxaxnNh0zRrZdMs6C4Ma KQ238TJTcnn0YmL0wnaZ/aYyvEZ6rPyZzn/IJDxLThzzqLGbJWhXFS/o294qAhnkea3U tAYgtGCesS622P0KptXl2shlBKrkwxWBRckwG+JbaAscrQjGi6UP9hvr2n3oF6E1tgtn 8EWme3sca34X2RZxjSWnIEaF1KoBU49+5sxMQTF5ogXMyHQ8yrTtgLuPQFOqqc25HDw5 mSYvSxVGukuVg0bu1AcVmo87VF3MMj5h91LKzxnY60Ri4Vod3TN8VZtJ0o/Az5j58fCa wXvQ== MIME-Version: 1.0 X-Received: by 10.49.116.9 with SMTP id js9mr2208960qeb.15.1369824895880; Wed, 29 May 2013 03:54:55 -0700 (PDT) Received: by 10.49.10.193 with HTTP; Wed, 29 May 2013 03:54:55 -0700 (PDT) In-Reply-To: <1369824422.22004.101.camel@joe-AO722> References: <1369824422.22004.101.camel@joe-AO722> Date: Wed, 29 May 2013 16:24:55 +0530 Message-ID: Subject: Re: [PATCH] cpufreq: MAINTAINERS: Add git tree path for ARM specific updates From: Viresh Kumar To: Joe Perches X-Gm-Message-State: ALoCoQnGbK8T2Q/LSwqFWBXt1SogMQSGxDgin6wy3iqEfgqqNSkmhEJ9w0yFwoc4yKXNbWtE1Eel X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130529_065517_592678_ECC7E69E X-CRM114-Status: GOOD ( 13.64 ) X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, patches@linaro.org, Liviu.Dudau@arm.com, linux-kernel@vger.kernel.org, cpufreq@vger.kernel.org, rjw@sisk.pl, robin.randhawa@arm.com, Steve.Bannister@arm.com, arvind.chauhan@arm.com, linux-arm-kernel@lists.infradead.org, charles.garcia-tobin@arm.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org On 29 May 2013 16:17, Joe Perches wrote: > On Wed, 2013-05-29 at 16:10 +0530, Viresh Kumar wrote: >> ARM specific patches would be >> Applied by me now. Rafael will pull in these changes from time to time (at >> rc's). > [] >> diff --git a/MAINTAINERS b/MAINTAINERS > [] >> @@ -2216,6 +2216,7 @@ L: cpufreq@vger.kernel.org > [] >> T: git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git >> +T: git://git.linaro.org/people/vireshk/linux.git (For ARM Updates) > > please prefix these with git > > T: git git://git.etc... > > Every other T: git entry does. > Thanks for reporting it.. below commit must be fixing it.. @Rafael: attached for you to apply. ----------x-------------------x------------------ From: Viresh Kumar Date: Wed, 29 May 2013 12:23:14 +0530 Subject: [PATCH] cpufreq: MAINTAINERS: Add git tree path for ARM specific updates To reduce cpufreq maintenance load on Rafael, ARM specific patches would be Applied by me now. Rafael will pull in these changes from time to time (at rc's). Additionally I would be sending him pull request for every merge window and rc's (for fixes). Web interface of my tree is present here: https://git.linaro.org/gitweb?p=people/vireshk/linux.git;a=summary Branch names would be: cpufreq-next and cpufreq-fixes. This also prefixes tree path with "git ". Signed-off-by: Viresh Kumar --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index fd3a495..92a6624 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2215,7 +2215,8 @@ M: Viresh Kumar L: cpufreq@vger.kernel.org L: linux-pm@vger.kernel.org S: Maintained -T: git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git +T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git +T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates) F: drivers/cpufreq/ F: include/linux/cpufreq.h