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,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 4737AC433DF for ; Fri, 9 Oct 2020 12:56:48 +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 AE446222BA for ; Fri, 9 Oct 2020 12:56:47 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="AcUfLol8" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AE446222BA 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=bu7/4ldkXD4xCZ/PNLgU8WI3+ZQp9aEWXMJT+VTc7k8=; b=AcUfLol8PL5pP+UanMMEcvRfA wGEBQTw2GPyvuzkFrJL1pkvfpsKy2ynysd5dF+/9xBB3wJ3cO9maB5TfJ/nyFZnVHPpDRkbNdHXyB /ccVsYwmGx5Gw+2GX6/1AirwKHHNFlFNeqMB8xsFTMLoti/I3oOS06i8NjfjIFj3InKSXni/zzn55 Ydq5kYxMTIttgVySAVK3iyIbg84ESnNQIvN3DefARw+hq1Em7NkztQvcWCLPc4UeJU5b0gxa9y3be 3ygcKcm4bjfPWvRZVDmdQ5Zi0idHxlYDcYGTfvN6BiuKm+wVbBRJU0M7Ur9DcfzAcjV1gn7ScWJfT d2r/A1UZQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kQrvg-0000vW-OP; Fri, 09 Oct 2020 12:55:24 +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 1kQrvd-0000uG-Do for linux-arm-kernel@lists.infradead.org; Fri, 09 Oct 2020 12:55:22 +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 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 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-Disposition: inline In-Reply-To: <20201001092852.124740-1-ulf.hansson@linaro.org> User-Agent: NeoMutt/20171215 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201009_085521_579539_7E73D88B X-CRM114-Status: GOOD ( 11.95 ) 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: Lorenzo Pieralisi , linux-pm@vger.kernel.org, Daniel Lezcano , "Rafael J . Wysocki" , Lina Iyer , linux-arm-kernel@lists.infradead.org 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 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel