From patchwork Fri Dec 18 21:39:06 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Stultz X-Patchwork-Id: 58759 Delivered-To: patches@linaro.org Received: by 10.112.89.199 with SMTP id bq7csp1285391lbb; Fri, 18 Dec 2015 13:39:25 -0800 (PST) X-Received: by 10.66.255.10 with SMTP id am10mr8566530pad.79.1450474765114; Fri, 18 Dec 2015 13:39:25 -0800 (PST) Return-Path: Received: from mail-pa0-x232.google.com (mail-pa0-x232.google.com. [2607:f8b0:400e:c03::232]) by mx.google.com with ESMTPS id e7si24911541pas.227.2015.12.18.13.39.24 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 18 Dec 2015 13:39:25 -0800 (PST) Received-SPF: pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c03::232 as permitted sender) client-ip=2607:f8b0:400e:c03::232; Authentication-Results: mx.google.com; spf=pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c03::232 as permitted sender) smtp.mailfrom=john.stultz@linaro.org; dkim=pass header.i=@linaro.org Received: by mail-pa0-x232.google.com with SMTP id q3so46055961pav.3 for ; Fri, 18 Dec 2015 13:39:24 -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=tZnuXQFu1GprDbzBTK3JqtFYvmxo5G9FiHEixJ0tHtY=; b=MTzWDfqjAR+V1ovOSdaeGTK8NmjW89S4lKlOzYrspfNxEXt8PeeJW54/UkKhlRn2b2 bAkIT5RJzB2639eHLV4DnMdDfp2aW4Qull/TmXe8aWaxsKl+KOO7/3sL8CKEEPCqkijJ PxKo2zGc6hz3gvF0oe4XcIX5cVooXGg65A4fc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=tZnuXQFu1GprDbzBTK3JqtFYvmxo5G9FiHEixJ0tHtY=; b=Ul1+Fr1AGVrhkWU0N6aVyvF2qlMSSGpoUQ5+cE8vuOaFn+chVXwUpIg184I6O39dFP tkISV0brYg+17H3ZC/u/FM5+IhmMd7YEf1RpclwSU8TkLIQmmTgUSrVR4WbnpLi71mwc a24xzO06MXyT96vqdr3shsAKix2k7dTt+q+B7sJW+Fav5V403StPj40ik7c/t1FA64oo bOPKMT1ifm8QhrsuUJEVw1ssb4nwZNsbLyqlWHNxA4p8XIG1owgJ00G8kVwB17TAt1OP 6dwKoWKHy+tAxhp72HXIHqLEM4wlMIXsAy+rFSfTv3CfnhAMQeR4hROmUVO+AzZq9tkL d/kQ== X-Gm-Message-State: ALoCoQnQU3CkndfT1YmBLYRiBaTJdb2F1GHJiHZ6FCPxwqgDkcUHmNhY2nM6bP3NVqIfmo9RqBiC1Q4fyMt6mdGaZIxf6wohsA== X-Received: by 10.66.240.4 with SMTP id vw4mr8545395pac.9.1450474764758; Fri, 18 Dec 2015 13:39:24 -0800 (PST) Return-Path: Received: from localhost.localdomain (c-76-115-103-22.hsd1.or.comcast.net. [76.115.103.22]) by smtp.gmail.com with ESMTPSA id w62sm19642284pfi.48.2015.12.18.13.39.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 18 Dec 2015 13:39:24 -0800 (PST) From: John Stultz To: lkml Cc: John Stultz , Thomas Gleixner , Ingo Molnar , Miroslav Lichvar , Prarit Bhargava , Richard Cochran Subject: [PATCH 01/11] MAINTAINERS: Add entry for kernel/time/alarmtimer.c Date: Fri, 18 Dec 2015 13:39:06 -0800 Message-Id: <1450474756-10144-2-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1450474756-10144-1-git-send-email-john.stultz@linaro.org> References: <1450474756-10144-1-git-send-email-john.stultz@linaro.org> I've been missing patches against alarmtimer.c due to a lack of a proper entry for it in the MAINTAINERS file. So update MAINTAINERS to fix this, adding it in with the timekeeping, ntp and core clocksource logic I share with Thomas. Cc: Thomas Gleixner Cc: Ingo Molnar Cc: Miroslav Lichvar Cc: Prarit Bhargava Cc: Richard Cochran Signed-off-by: John Stultz --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 1.9.1 diff --git a/MAINTAINERS b/MAINTAINERS index e9caa4b..e11c043 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9334,7 +9334,7 @@ M: Andreas Noever S: Maintained F: drivers/thunderbolt/ -TIMEKEEPING, CLOCKSOURCE CORE, NTP +TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER M: John Stultz M: Thomas Gleixner L: linux-kernel@vger.kernel.org @@ -9347,6 +9347,7 @@ F: include/uapi/linux/time.h F: include/uapi/linux/timex.h F: kernel/time/clocksource.c F: kernel/time/time*.c +F: kernel/time/alarmtimer.c F: kernel/time/ntp.c F: tools/testing/selftests/timers/