From patchwork Wed May 29 10:40:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 2628781 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 84DC73FC23 for ; Wed, 29 May 2013 10:41:42 +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 1Uhdp3-0000P6-2O; Wed, 29 May 2013 10:41:37 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uhdp0-0002X7-7q; Wed, 29 May 2013 10:41:34 +0000 Received: from mail-pd0-f182.google.com ([209.85.192.182]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uhdox-0002Vb-Um for linux-arm-kernel@lists.infradead.org; Wed, 29 May 2013 10:41:32 +0000 Received: by mail-pd0-f182.google.com with SMTP id g10so8736299pdj.27 for ; Wed, 29 May 2013 03:41:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state; bh=8k3CeltvIsvqe5dUiNdIRQZeJlZE/xrTji0SMKURd/o=; b=XN/2pmqwh97CU065mx49MFd8O8GpPpUKEsqI1C7ZBQuBRcZ1IqdZpd44kTboScpHRL 7mt0JAlf+NDmctJscn8oyQRDLLCXvm79L73oLUu8ZIriQiKyxKFFiRh9uILhmzpJRswK kg+lJvcdkmaawuiNQ1B+BtZoU2KutMz5JESabMJG0x0VTYeCEqaPeaIuERPxlWVRGtUX asFDRZ3EZadd6ukvjzzgkFfQpAShXhkEUY0ke0jZHL5RCUD5KWDj5K/xko7A8ypa1heb x1NdRwUGw3HuDekWq004LIyXlMLDy2IMiNwguCJQY35H60GjqPXMIW3T/JFZ/3LPjcfu hpeg== X-Received: by 10.68.168.34 with SMTP id zt2mr2114206pbb.191.1369824070179; Wed, 29 May 2013 03:41:10 -0700 (PDT) Received: from localhost ([106.197.175.183]) by mx.google.com with ESMTPSA id rn7sm36876866pbc.12.2013.05.29.03.40.53 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 29 May 2013 03:41:09 -0700 (PDT) From: Viresh Kumar To: rjw@sisk.pl Subject: [PATCH] cpufreq: MAINTAINERS: Add git tree path for ARM specific updates Date: Wed, 29 May 2013 16:10:43 +0530 Message-Id: X-Mailer: git-send-email 1.7.12.rc2.18.g61b472e X-Gm-Message-State: ALoCoQnMb+2j0Sw6Wrsso3GWs6aWVW+FigDwFnok9WYD8CVIckSicG74MJj33TgUS9WumntqDw8d X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130529_064132_124482_BA736DCE X-CRM114-Status: UNSURE ( 9.33 ) X-CRM114-Notice: Please train this message. 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 ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [209.85.192.182 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: robin.randhawa@arm.com, linux-pm@vger.kernel.org, Viresh Kumar , patches@linaro.org, Liviu.Dudau@arm.com, linux-kernel@vger.kernel.org, cpufreq@vger.kernel.org, linaro-kernel@lists.linaro.org, 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: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org 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. Signed-off-by: Viresh Kumar --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index fd3a495..50c81bd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2216,6 +2216,7 @@ 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.linaro.org/people/vireshk/linux.git (For ARM Updates) F: drivers/cpufreq/ F: include/linux/cpufreq.h