From patchwork Wed Feb 22 22:04:13 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Stultz X-Patchwork-Id: 94363 Delivered-To: patches@linaro.org Received: by 10.140.20.99 with SMTP id 90csp1117267qgi; Wed, 22 Feb 2017 14:04:26 -0800 (PST) X-Received: by 10.84.192.107 with SMTP id b98mr50427505pld.160.1487801066718; Wed, 22 Feb 2017 14:04:26 -0800 (PST) Return-Path: Received: from mail-pf0-x22b.google.com (mail-pf0-x22b.google.com. [2607:f8b0:400e:c00::22b]) by mx.google.com with ESMTPS id c9si2320223pfe.99.2017.02.22.14.04.26 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 22 Feb 2017 14:04:26 -0800 (PST) Received-SPF: pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c00::22b as permitted sender) client-ip=2607:f8b0:400e:c00::22b; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c00::22b as permitted sender) smtp.mailfrom=john.stultz@linaro.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: by mail-pf0-x22b.google.com with SMTP id p185so663065pfb.1 for ; Wed, 22 Feb 2017 14:04:26 -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; bh=kZe1FfbYi64L2URxUcVwAkKxMqOS5Vl14kPSIGv2w14=; b=Z1DhzBmTLc8Zm65QbsaUzg3wf7zn4uYWfIOIcvZXwjT0oi6jIn24RLB0Io7TGJ/B9q rRyYya4pInAl5SXHFj9FAO2eW8/jqYwj4BDH2NYbFfyi+Yihr+p2gCrpuU+c9y9binei DrqXYQ9sVtnkMOvP3Fk8t6HHfm8ZbOJwhc17A= 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; bh=kZe1FfbYi64L2URxUcVwAkKxMqOS5Vl14kPSIGv2w14=; b=S0JJm4Ocj78DiZxWDNKVq88knuLi52hzkCFERqoQ/xr+JCEykeYmwmTpgoj2ZDDQYd llouYOkIKKrqsIpYvSDDeTDxinMjszCWGViPk+cgMfAGjES2uedE6OLjrsL/cVf1xDza Kmp0KsPkLe/4xJPYKTlNL+5sjpbmluTUh4c1T0ioz9V4PJ2zqlqHmAiOy7A8E73D098A DoMEOWWN/GTk7hk70mx+GitOoKGtQMoJ97IsGUDPI0LSSv1eHGvi81KRyZpYiZ1MRvxz RVenx8jAGH8KJDcGfZVN5s62JzXaZF/U2C5TB6mVWhKmjsr5hZT0z2CwwoP07/xYKXWg oddA== X-Gm-Message-State: AMke39m0VqiPt9vxoZoy0mXNKCPk1ueDSJlK82txNqulneYmzHfIJsS6fzL4/TOxG7DIVzmYujs= X-Received: by 10.98.10.69 with SMTP id s66mr42085854pfi.146.1487801066034; Wed, 22 Feb 2017 14:04:26 -0800 (PST) Return-Path: Received: from localhost.localdomain ([2601:1c2:1002:83f0:4e72:b9ff:fe99:466a]) by smtp.gmail.com with ESMTPSA id 202sm5473455pfa.6.2017.02.22.14.04.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 22 Feb 2017 14:04:24 -0800 (PST) From: John Stultz To: Stephen Boyd Cc: John Stultz Subject: [PATCH] MAINTAINERS: Add Stephen Boyd as timekeeping maintainer Date: Wed, 22 Feb 2017 14:04:13 -0800 Message-Id: <1487801053-29028-1-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 2.7.4 After showing expertise and presenting on the timekeeping subsystem at ELC, Stephen clearly should be included in the maintainer list. Signed-off-by: John Stultz --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) -- 2.7.4 diff --git a/MAINTAINERS b/MAINTAINERS index 545633d..1596d48 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11001,6 +11001,7 @@ F: drivers/power/supply/bq27xxx_battery_i2c.c TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER M: John Stultz M: Thomas Gleixner +M: Stephen Boyd L: linux-kernel@vger.kernel.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core S: Supported