From patchwork Thu Mar 30 21:01:22 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Stultz X-Patchwork-Id: 96332 Delivered-To: patches@linaro.org Received: by 10.140.89.233 with SMTP id v96csp425859qgd; Thu, 30 Mar 2017 14:01:44 -0700 (PDT) X-Received: by 10.99.132.72 with SMTP id k69mr1124859pgd.97.1490907704089; Thu, 30 Mar 2017 14:01:44 -0700 (PDT) Return-Path: Received: from mail-pg0-x236.google.com (mail-pg0-x236.google.com. [2607:f8b0:400e:c05::236]) by mx.google.com with ESMTPS id g2si2946272plj.120.2017.03.30.14.01.43 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 30 Mar 2017 14:01:44 -0700 (PDT) Received-SPF: pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c05::236 as permitted sender) client-ip=2607:f8b0:400e:c05::236; 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:c05::236 as permitted sender) smtp.mailfrom=john.stultz@linaro.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: by mail-pg0-x236.google.com with SMTP id 21so50290143pgg.1 for ; Thu, 30 Mar 2017 14:01:43 -0700 (PDT) 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=U7lLtO81Pgb4hC00iacKP0qF3M6aiKh7TAV3cPH9zZ8=; b=YX0Ej1ygViVT+L74/SwkhVCySrw1YItIVZke3rfeBq/KcGSFH3byhBuxvBPWH0fjbH LDLs76Si6HQKWqJbtRvrneJf/s5gLXexJ/nRTPvVnIgj49kTqftNdkiGMd4JZDv3uggf +DZ9ntPZm4GKF4QikngIAgxT+AcGnnhG+yTVo= 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=U7lLtO81Pgb4hC00iacKP0qF3M6aiKh7TAV3cPH9zZ8=; b=pEt19Yw6r137yaarAlAGNiRoAWFhbpl4P16QXjrR5HWQZoYc/TDFaBA0UTyH+yHWAX 2etq5iB5lkihpjtt80ek33zEzohFDaor+t2Tyjz4GrpEOVPrANsU1dWXIGF4VqS6zA+U byQkFiNEH0+ad3I4dMP1cHSsw+gqfPSw26Mfv4QsB1LzYlTY5vYD8kce4YAvtqtZCLtn oaq0sieIRvtpdiil5sB04fTwpYCz5UZMpfXlPdsh7Dpxt0ImRHaczMWNIYwUO70kRXSq c/o0K0PlCp6WPZZc3avReAYLzfyaUUiAnFwYb3pChYSA9YkJHfPoTXznqiG/Trw7WFBc lsxw== X-Gm-Message-State: AFeK/H0ZliyjNmBfi5+dF47KqbN3HZc2P+4pnpAZuLXHUMK/pU+E8MkhE1w1tXu2Gcvk1dI39Ic= X-Received: by 10.99.121.78 with SMTP id u75mr1111118pgc.202.1490907703797; Thu, 30 Mar 2017 14:01:43 -0700 (PDT) Return-Path: Received: from localhost.localdomain ([2601:1c2:1002:83f0:4e72:b9ff:fe99:466a]) by smtp.gmail.com with ESMTPSA id y7sm6162626pfk.93.2017.03.30.14.01.42 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 30 Mar 2017 14:01:42 -0700 (PDT) From: John Stultz To: lkml Cc: John Stultz , Ingo Molnar , Thomas Gleixner , Daniel Lezcano , Richard Cochran , Prarit Bhargava , Stephen Boyd Subject: [PATCH 7/9] MAINTAINERS: Add Stephen Boyd as timekeeping reviewer Date: Thu, 30 Mar 2017 14:01:22 -0700 Message-Id: <1490907684-11186-8-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1490907684-11186-1-git-send-email-john.stultz@linaro.org> References: <1490907684-11186-1-git-send-email-john.stultz@linaro.org> After showing expertise and presenting on the timekeeping subsystem at ELC[1], Stephen clearly should be included in the maintainer list. [1] https://www.youtube.com/watch?v=Puv4mW55bF8 Cc: Ingo Molnar Cc: Thomas Gleixner Cc: Daniel Lezcano Cc: Richard Cochran Cc: Prarit Bhargava Cc: Stephen Boyd Acked-by: Stephen Boyd Signed-off-by: John Stultz --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) -- 2.7.4 diff --git a/MAINTAINERS b/MAINTAINERS index c776906..68b1a14 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11099,6 +11099,7 @@ F: drivers/power/supply/bq27xxx_battery_i2c.c TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER M: John Stultz M: Thomas Gleixner +R: 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