From patchwork Thu Mar 12 16:56:02 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Stultz X-Patchwork-Id: 45736 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 E7B7F214B8 for ; Thu, 12 Mar 2015 16:56:13 +0000 (UTC) Received: by wivr20 with SMTP id r20sf13428063wiv.0 for ; Thu, 12 Mar 2015 09:56:13 -0700 (PDT) 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:x-original-sender:x-original-authentication-results :precedence:mailing-list:list-id:list-post:list-help:list-archive :list-unsubscribe; bh=67KhHFJUgUNJLJ8rjyr63mCraJHologvQ0h49jCUbL0=; b=RoDKbNqrMVvKAlilQb6VLPn9zsAcaQCykmMeXht6kYXGbZMm3blJONZ6EmnLI2/Hy7 nGKn+n4++4VfCR4j0g73llbXp5WTOLqE+IUEkiUQYLmhTyeYRMuTaUxWQ4ryuptExp6W Z/9s/8+qWUqQ66OBKbi4XkVPGJCTlAd9cuobGmcZtR8DRj8Z+VgpwuMJqMpzjUy/Dsw/ g0Ca2TW0Twuau+6BNNaa6WCePucU4RP4qDOYlnyNFatjiMrkqfTjqlZRU6B1KZr0I3ED RwdY4kOig/TjImHkV66P7/2TQksxTgXiWkdvIacJyGrrmLf3JYfgeyo/UntnPiSltAK/ stfA== X-Gm-Message-State: ALoCoQmuFi1STWqeWwD2fggAx9cuEUt6spiFxfd5K2FZ/lksDbzzN7bbvHuwj/42f7QJZT6XFNUl X-Received: by 10.112.25.7 with SMTP id y7mr6408238lbf.21.1426179373123; Thu, 12 Mar 2015 09:56:13 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.152.28.100 with SMTP id a4ls315280lah.23.gmail; Thu, 12 Mar 2015 09:56:12 -0700 (PDT) X-Received: by 10.112.132.67 with SMTP id os3mr39737724lbb.90.1426179372909; Thu, 12 Mar 2015 09:56:12 -0700 (PDT) Received: from mail-la0-f47.google.com (mail-la0-f47.google.com. [209.85.215.47]) by mx.google.com with ESMTPS id wd2si4875758lbb.24.2015.03.12.09.56.12 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 Mar 2015 09:56:12 -0700 (PDT) Received-SPF: pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.215.47 as permitted sender) client-ip=209.85.215.47; Received: by labgm9 with SMTP id gm9so17173318lab.13 for ; Thu, 12 Mar 2015 09:56:12 -0700 (PDT) X-Received: by 10.152.116.65 with SMTP id ju1mr19738280lab.32.1426179372462; Thu, 12 Mar 2015 09:56:12 -0700 (PDT) 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 h5csp354676lbj; Thu, 12 Mar 2015 09:56:11 -0700 (PDT) X-Received: by 10.66.157.231 with SMTP id wp7mr92252320pab.70.1426179370802; Thu, 12 Mar 2015 09:56:10 -0700 (PDT) Received: from mail-pd0-f171.google.com (mail-pd0-f171.google.com. [209.85.192.171]) by mx.google.com with ESMTPS id b6si14086524pas.193.2015.03.12.09.56.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 Mar 2015 09:56:10 -0700 (PDT) Received-SPF: pass (google.com: domain of john.stultz@linaro.org designates 209.85.192.171 as permitted sender) client-ip=209.85.192.171; Received: by pdbnh10 with SMTP id nh10so21517697pdb.4 for ; Thu, 12 Mar 2015 09:56:09 -0700 (PDT) X-Received: by 10.70.43.203 with SMTP id y11mr91816551pdl.143.1426179369126; Thu, 12 Mar 2015 09:56:09 -0700 (PDT) Received: from localhost.localdomain (c-67-170-153-23.hsd1.or.comcast.net. [67.170.153.23]) by mx.google.com with ESMTPSA id dq4sm11675920pdb.96.2015.03.12.09.56.07 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 12 Mar 2015 09:56:08 -0700 (PDT) From: John Stultz To: lkml Cc: John Stultz , Stephen Boyd , Daniel Thompson , Thomas Gleixner , Ingo Molnar , Peter Zijlstra Subject: [RFC][PATCH] MAINTAINERS: Formalize Stephen Boyd as generic sched_clock maintainer Date: Thu, 12 Mar 2015 09:56:02 -0700 Message-Id: <1426179362-962-1-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 1.9.1 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.215.47 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: , While I've been interested in the generic sched_clock work since it uses the clocksource infrastructure, Stephen has really done all the heavy lifting so far. So while I've been queuing and pushing changes through Thomas/Ingo, I'm not sure I have the bandwidth to do it justice. So it probably would be best in the future if Stephen pushed the changes himself to Thomas/Ingo to the -tip tree. Thus this patch marks Stephen explicitly as the maintainer, and leaves me and Daniel (due to his recent interest) as reviewers. I've still got some recent changes from Daniel queued for 4.1, which I'll send along to Ingo/Thomas soon. But I was hoping to add this to the end of that queue. Let me know if anyone has any objections or suggestions for other reviewers. PeterZ: I'd add you but I'm not sure if you care much about the generic stuff. Cc: Stephen Boyd Cc: Daniel Thompson Cc: Thomas Gleixner Cc: Ingo Molnar Cc: Peter Zijlstra Signed-off-by: John Stultz Acked-by: Daniel Thompson --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index ddc5a8c..4280e36 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4300,6 +4300,13 @@ L: kvm@vger.kernel.org S: Supported F: drivers/uio/uio_pci_generic.c +GENERIC SCHED_CLOCK FRAMEWORK +M: Stephen Boyd +R: Daniel Thompson +R: John Stultz +S: Maintained +F: kernel/time/sched_clock.c + GET_MAINTAINER SCRIPT M: Joe Perches S: Maintained