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=-12.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable 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 B0CF5C4727F for ; Wed, 30 Sep 2020 09:14:22 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4C6222075F for ; Wed, 30 Sep 2020 09:14:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="QDJbo6sz" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4C6222075F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=aMnaa/3pdLlairlvcYubeajsCg783WYBmrqQGvOTNJs=; b=QDJbo6szdIn5LBU5749Rp9Ntg GLY2hBJMwdg/v0DxTzGm9fld8vNp9RVj2Qdd7K/nKK/ZBKVCL28Cbn0SmLZQZnGEr357WoE9HeaaC ewvMCYkscKOvJys7ub81thUcTpsFCqxds/ygMipftwUafKiNgdrlZk4IwUzgi71SqUhTQA8sUT6fl tXAZ/gljgZvW+2Mx2o9mfV44/mbZmNpG2RzWoiHP9YcN4K8lM8qMwL8dODonPcOECe1nFQaFsZPNu eRE54GR6C3H8G3VEDkrVKswFA7AkBBssz6t31OtLhzICFbVz0Pdz31+fRr0vDwIxPjc8thlblIw1u +4OL8IDLw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kNYAe-0007AS-DD; Wed, 30 Sep 2020 09:13:08 +0000 Received: from foss.arm.com ([217.140.110.172]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kNYAa-00079D-UK for linux-arm-kernel@lists.infradead.org; Wed, 30 Sep 2020 09:13:05 +0000 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 E8A14D6E; Wed, 30 Sep 2020 02:13:01 -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 48E4A3F70D; Wed, 30 Sep 2020 02:13:00 -0700 (PDT) Date: Wed, 30 Sep 2020 10:12:54 +0100 From: Lorenzo Pieralisi To: Ulf Hansson Subject: Re: [PATCH] MAINTAINERS: Update section for cpuidle-psci Message-ID: <20200930091254.GA16862@e121166-lin.cambridge.arm.com> References: <20200814123716.61936-1-ulf.hansson@linaro.org> <20200923081106.GA30942@e121166-lin.cambridge.arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200930_051305_080982_54E1927F X-CRM114-Status: GOOD ( 31.31 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Vincent Guittot , Benjamin Gaignard , Linux PM , Stephen Boyd , Daniel Lezcano , "Rafael J . Wysocki" , Lina Iyer , Bjorn Andersson , Linux ARM , Sudeep Holla , "Rafael J. Wysocki" , Lukasz Luba Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Sep 23, 2020 at 03:44:53PM +0200, Ulf Hansson wrote: > On Wed, 23 Sep 2020 at 10:11, Lorenzo Pieralisi > wrote: > > > > 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. > > My main concern is that the OSI support (and some related changes for > genpd) is still being worked upon. The corresponding code deserves to > be looked after by someone. I offer my help with this. All OSI changes can go into cpuidle-psci-domain.c, you can add a maintainer entry for that. > I guess we can split up the code as you suggest, but perhaps another > way would be to explicitly state my part of the responsibility in > MAINTAINERS. Along the lines of this: > > M: Ulf Hansson # OSI support / PM domains > > Would that be okay to you? No because there should be no need, as I have already said. If you need to change cpuidle-psci.c send patches please and we will review them. Thanks, Lorenzo > > 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 > > > > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel