From patchwork Mon Mar 2 21:10:12 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Stultz X-Patchwork-Id: 45334 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-wi0-f197.google.com (mail-wi0-f197.google.com [209.85.212.197]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 45D4D214B5 for ; Mon, 2 Mar 2015 21:11:36 +0000 (UTC) Received: by wiwl15 with SMTP id l15sf11747338wiw.0 for ; Mon, 02 Mar 2015 13:11:35 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:in-reply-to:references:x-original-sender :x-original-authentication-results:precedence:mailing-list:list-id :list-post:list-help:list-archive:list-unsubscribe; bh=G8WaLBsujjF7GSke6PTCR9KG/PCh61U24qOuVVjZi4Y=; b=aWiyMsPXMmjciC3FVR8T1tT1cn8MCsQ1fsGwU/Vsvs7G8Nc8fkg2nM5nmvf/yi2Riz JrFrzfZsiPxGnm5Eh1xmRbnUSbihibEsQk42BuMJfo6XF9UO6MVMF09CVGHmDgsO0alF zBEv6VtYq60dOEhCJvtYs2uZMeQslrhgcoyr87KJyxw5BFL95hL+1m/OJCoE+NJZlRS3 mLgutyj0DuYnmtVVmxWbKNayJ0wsZsdYQG15gpFNFtZUYkJZdZRuAzj76QlsP64Bw279 Y9ESLxrzoaQed0rvl2GPnuoTy5tL5ynscnqHtvQVi4EmZIIW6EGgzQigbQe4vAK7eEMS Yo7g== X-Gm-Message-State: ALoCoQnhmw8Py2Xcd0JjBeGfIAB++pkG9jOgLMPwcPdcVpm8l8bkSZcFM0AuzEJIoYPr+RTrIrOb X-Received: by 10.180.160.176 with SMTP id xl16mr2495079wib.6.1425330695538; Mon, 02 Mar 2015 13:11:35 -0800 (PST) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.152.37.194 with SMTP id a2ls452640lak.88.gmail; Mon, 02 Mar 2015 13:11:35 -0800 (PST) X-Received: by 10.112.140.38 with SMTP id rd6mr25949520lbb.116.1425330695383; Mon, 02 Mar 2015 13:11:35 -0800 (PST) Received: from mail-lb0-f179.google.com (mail-lb0-f179.google.com. [209.85.217.179]) by mx.google.com with ESMTPS id m3si4063414lbl.51.2015.03.02.13.11.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Mar 2015 13:11:35 -0800 (PST) Received-SPF: pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.217.179 as permitted sender) client-ip=209.85.217.179; Received: by lbvn10 with SMTP id n10so32948799lbv.6 for ; Mon, 02 Mar 2015 13:11:35 -0800 (PST) X-Received: by 10.112.211.200 with SMTP id ne8mr25842726lbc.73.1425330695298; Mon, 02 Mar 2015 13:11:35 -0800 (PST) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.112.35.133 with SMTP id h5csp158771lbj; Mon, 2 Mar 2015 13:11:34 -0800 (PST) X-Received: by 10.68.101.130 with SMTP id fg2mr50733967pbb.118.1425330666931; Mon, 02 Mar 2015 13:11:06 -0800 (PST) Received: from mail-pd0-f181.google.com (mail-pd0-f181.google.com. [209.85.192.181]) by mx.google.com with ESMTPS id fm8si12339784pab.33.2015.03.02.13.11.06 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Mar 2015 13:11:06 -0800 (PST) Received-SPF: pass (google.com: domain of john.stultz@linaro.org designates 209.85.192.181 as permitted sender) client-ip=209.85.192.181; Received: by pdjy10 with SMTP id y10so42553421pdj.6 for ; Mon, 02 Mar 2015 13:11:06 -0800 (PST) X-Received: by 10.66.228.132 with SMTP id si4mr39600229pac.134.1425330666039; Mon, 02 Mar 2015 13:11:06 -0800 (PST) Received: from localhost.localdomain (c-67-170-153-23.hsd1.or.comcast.net. [67.170.153.23]) by mx.google.com with ESMTPSA id ym10sm11765258pac.10.2015.03.02.13.11.04 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 02 Mar 2015 13:11:05 -0800 (PST) From: John Stultz To: Linux Kernel Mailing List Cc: John Stultz , Shuah Khan , Prarit Bhargava , Thomas Gleixner , Richard Cochran Subject: [PATCH 19/19] MAINTAINERS: Add selftests/timers to the timekeeping maintainance list Date: Mon, 2 Mar 2015 13:10:12 -0800 Message-Id: <1425330612-24280-20-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1425330612-24280-1-git-send-email-john.stultz@linaro.org> References: <1425330612-24280-1-git-send-email-john.stultz@linaro.org> X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: john.stultz@linaro.org X-Original-Authentication-Results: mx.google.com; spf=pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.217.179 as permitted sender) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , Since I'm adding a bunch of tests to selftests/timers, put me on the hook in the maintainers file. Cc: Shuah Khan Cc: Prarit Bhargava Cc: Thomas Gleixner Cc: Richard Cochran Signed-off-by: John Stultz --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index ddc5a8c..369f42e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8535,6 +8535,7 @@ F: include/uapi/linux/timex.h F: kernel/time/clocksource.c F: kernel/time/time*.c F: kernel/time/ntp.c +F: tools/testing/selftests/timers/ SC1200 WDT DRIVER M: Zwane Mwaikambo