From patchwork Fri Jan 20 05:40:33 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 92030 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp624391qgi; Thu, 19 Jan 2017 21:40:59 -0800 (PST) X-Received: by 10.99.133.65 with SMTP id u62mr14816663pgd.70.1484890859689; Thu, 19 Jan 2017 21:40:59 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 9si5728464pfs.203.2017.01.19.21.40.59; Thu, 19 Jan 2017 21:40:59 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-pm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-pm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-pm-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751244AbdATFkm (ORCPT + 13 others); Fri, 20 Jan 2017 00:40:42 -0500 Received: from mail-pg0-f53.google.com ([74.125.83.53]:36265 "EHLO mail-pg0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751059AbdATFkl (ORCPT ); Fri, 20 Jan 2017 00:40:41 -0500 Received: by mail-pg0-f53.google.com with SMTP id t6so20562810pgt.3 for ; Thu, 19 Jan 2017 21:40:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=zInFBOnBMAugvjZj7ishcxR8VzReEPglzb+1Pw4wQEM=; b=J2ZTAfyEOrvMq10WWK76qNs6KMT/2FbuYS7HJJWiLG7F2RJBpJb9gVq3Vz4lMbJSS/ FeMPDyKh439wJT5vgvxK3YiNmsppXmYHvPrQ4inNdEqIO4F6K4ZSI6h7iUil7y0lsWYz ALpqfZPZeMYHVdK5s/dySe4PFMk8seZy+96Xs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=zInFBOnBMAugvjZj7ishcxR8VzReEPglzb+1Pw4wQEM=; b=t+eE7t42x0NphU3mSu/n2LoDBSNqHakGR8+6DhP9GfLk5IXXBG0+H3X/hTlc4SA9eb LdPrHUtUjwUNSshUJ2f68Q8uBr3+J83RgQ05V9fcXbxgc10CF/4GxFXN+vT2t1uCfxJP QWDGVseahpadj3qvm+5g/9FTtDA7ZHK8qady7nv6LIWWpVaWo76vqbUug6cdEIzxLfXe uffGdPkX21R97kn4g7xvAn3od2yj5LxquAl4RIyi1lXHIH7xkTN30Nf3zhTYCRavFwVi ekLQvdNZUuV4/HIdHcqkO1BcF9GK/3DY/TsIf7ardr3Zmz6nF2qkI5NrGvj33tkYFAXD Uxlg== X-Gm-Message-State: AIkVDXK1jMp6iXq0CBT+cL0Z7MyosXhWxKJ35wkntQgE1jEratDVUT5Dj/HQOy7n+XFngLcl X-Received: by 10.84.136.1 with SMTP id 1mr18993984plk.152.1484890840890; Thu, 19 Jan 2017 21:40:40 -0800 (PST) Received: from localhost ([122.171.65.82]) by smtp.gmail.com with ESMTPSA id q2sm12982918pga.8.2017.01.19.21.40.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Jan 2017 21:40:39 -0800 (PST) From: Viresh Kumar To: Rafael Wysocki , shuah@kernel.org Cc: linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Vincent Guittot , linux-kselftest@vger.kernel.org, Viresh Kumar Subject: [PATCH] selftest: cpufreq: Update MAINTAINERS file Date: Fri, 20 Jan 2017 11:10:33 +0530 Message-Id: X-Mailer: git-send-email 2.7.1.410.g6faf27b In-Reply-To: References: Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Update MAINTAINERS file with cpufreq's selftest directory. Signed-off-by: Viresh Kumar --- Hi shuah, Can you please add this one as well along with the code? Thanks. MAINTAINERS | 1 + 1 file changed, 1 insertion(+) -- 2.7.1.410.g6faf27b -- To unsubscribe from this list: send the line "unsubscribe linux-pm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/MAINTAINERS b/MAINTAINERS index c36976d3bd1a..bf414a1a5f82 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3381,6 +3381,7 @@ B: https://bugzilla.kernel.org F: Documentation/cpu-freq/ F: drivers/cpufreq/ F: include/linux/cpufreq.h +F: tools/testing/selftests/cpufreq/ CPU FREQUENCY DRIVERS - ARM BIG LITTLE M: Viresh Kumar