From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 56E6BC10F14 for ; Thu, 10 Oct 2019 21:49:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 28BC82067B for ; Thu, 10 Oct 2019 21:49:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727297AbfJJVtA (ORCPT ); Thu, 10 Oct 2019 17:49:00 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:51519 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725867AbfJJVtA (ORCPT ); Thu, 10 Oct 2019 17:49:00 -0400 Received: from 79.184.255.36.ipv4.supernova.orange.pl (79.184.255.36) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.292) id a3d10e737c4e1cf7; Thu, 10 Oct 2019 23:48:58 +0200 From: "Rafael J. Wysocki" To: Todd Brandt Cc: linux-pm@vger.kernel.org, rafael.j.wysocki@intel.com, todd.e.brandt@intel.com, len.brown@intel.com Subject: Re: [PATCH] pm-graph info added to MAINTAINERS Date: Thu, 10 Oct 2019 23:48:58 +0200 Message-ID: <5736249.VvcQulKspP@kreacher> In-Reply-To: <20190919190912.8386-1-todd.e.brandt@linux.intel.com> References: <20190919190912.8386-1-todd.e.brandt@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Thursday, September 19, 2019 9:09:12 PM CEST Todd Brandt wrote: > Signed-off-by: Todd Brandt > --- > MAINTAINERS | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index b2326dece28e..309ab30d3f07 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -12944,6 +12944,15 @@ L: linux-scsi@vger.kernel.org > S: Supported > F: drivers/scsi/pm8001/ > > +PM-GRAPH UTILITY > +M: "Todd E Brandt" > +L: linux-pm@vger.kernel.org > +W: https://01.org/pm-graph > +B: https://bugzilla.kernel.org/buglist.cgi?component=pm-graph&product=Tools > +T: git git://github.com/intel/pm-graph > +S: Supported > +F: tools/power/pm-graph > + > PNP SUPPORT > M: "Rafael J. Wysocki" > S: Maintained > Applying as 5.5 material, thanks!