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=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no 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 DCBD7C433DF for ; Fri, 9 Oct 2020 12:55:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 88CE8222C4 for ; Fri, 9 Oct 2020 12:55:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730660AbgJIMzU (ORCPT ); Fri, 9 Oct 2020 08:55:20 -0400 Received: from foss.arm.com ([217.140.110.172]:50578 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730626AbgJIMzU (ORCPT ); Fri, 9 Oct 2020 08:55:20 -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 F3F831063; Fri, 9 Oct 2020 05:55:19 -0700 (PDT) Received: from bogus (unknown [10.57.53.233]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id C8AD13F70D; Fri, 9 Oct 2020 05:55:18 -0700 (PDT) Date: Fri, 9 Oct 2020 13:55:12 +0100 From: Sudeep Holla To: Ulf Hansson Cc: "Rafael J . Wysocki" , Daniel Lezcano , linux-pm@vger.kernel.org, Lina Iyer , linux-arm-kernel@lists.infradead.org, Lorenzo Pieralisi Subject: Re: [PATCH] MAINTAINERS: Add section for cpuidle-psci PM domain Message-ID: <20201009125512.v5dx4lrlpjv55awe@bogus> References: <20201001092852.124740-1-ulf.hansson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201001092852.124740-1-ulf.hansson@linaro.org> User-Agent: NeoMutt/20171215 Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Thu, Oct 01, 2020 at 11:28:52AM +0200, Ulf Hansson wrote: > The cpuidle-psci-domain.c is not listed in the section for the cpuidle > driver for ARM PSCI. From discussions at LKML, Lorenzo and Sudeep prefer > that we add a separate section for it, so let's do that and add myself as > the maintainer for this part. > > Cc: Sudeep Holla Acked-by: Sudeep Holla -- Regards, Sudeep