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.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 2A04DC2D0A8 for ; Wed, 23 Sep 2020 08:11:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BA835238A1 for ; Wed, 23 Sep 2020 08:11:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726178AbgIWILO (ORCPT ); Wed, 23 Sep 2020 04:11:14 -0400 Received: from foss.arm.com ([217.140.110.172]:39322 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726130AbgIWILO (ORCPT ); Wed, 23 Sep 2020 04:11:14 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B9B85113E; Wed, 23 Sep 2020 01:11:13 -0700 (PDT) Received: from e121166-lin.cambridge.arm.com (e121166-lin.cambridge.arm.com [10.1.196.255]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 18C583F718; Wed, 23 Sep 2020 01:11:11 -0700 (PDT) Date: Wed, 23 Sep 2020 09:11:06 +0100 From: Lorenzo Pieralisi To: "Rafael J. Wysocki" Cc: Ulf Hansson , Sudeep Holla , Linux PM , "Rafael J . Wysocki" , Daniel Lezcano , Lina Iyer , Lukasz Luba , Vincent Guittot , Stephen Boyd , Bjorn Andersson , Benjamin Gaignard , Linux ARM Subject: Re: [PATCH] MAINTAINERS: Update section for cpuidle-psci Message-ID: <20200923081106.GA30942@e121166-lin.cambridge.arm.com> References: <20200814123716.61936-1-ulf.hansson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Mon, Sep 21, 2020 at 05:49:52PM +0200, Rafael J. Wysocki wrote: > On Fri, Aug 14, 2020 at 2:37 PM Ulf Hansson wrote: > > > > Extend the file pattern to also include cpuidle-psci.h and > > cpuidle-psci-domain.c. Moreover, add myself as a co-maintainer, > > particularly to help with the support for PM domains. > > > > Cc: Sudeep Holla > > Cc: Lorenzo Pieralisi > > Signed-off-by: Ulf Hansson > > Any objections from the original maintainers? The PSCI driver providing support for platform coordinated idle states (that this patch is targeting AFAICS) does not require more maintainers, that support is complete and Sudeep and I will take care of refactoring and fixes. If the OSI bits in it require a specific maintainer I would prefer those bits to be moved into a specific file and maintainership added _explicitly_ for that file only. Thanks, Lorenzo > > MAINTAINERS | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index f9ae8ea54e27..66821197175e 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -4556,10 +4556,11 @@ F: drivers/cpuidle/cpuidle-exynos.c > > CPUIDLE DRIVER - ARM PSCI > > M: Lorenzo Pieralisi > > M: Sudeep Holla > > +M: Ulf Hansson > > L: linux-pm@vger.kernel.org > > L: linux-arm-kernel@lists.infradead.org > > S: Supported > > -F: drivers/cpuidle/cpuidle-psci.c > > +F: drivers/cpuidle/cpuidle-psci* > > > > CRAMFS FILESYSTEM > > M: Nicolas Pitre > > -- > > 2.25.1 > >