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.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT 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 C61FEC4727C for ; Thu, 1 Oct 2020 09:29:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7E86E2176B for ; Thu, 1 Oct 2020 09:29:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="s1Q/saU9" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731725AbgJAJ3A (ORCPT ); Thu, 1 Oct 2020 05:29:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39850 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726992AbgJAJ3A (ORCPT ); Thu, 1 Oct 2020 05:29:00 -0400 Received: from mail-lf1-x143.google.com (mail-lf1-x143.google.com [IPv6:2a00:1450:4864:20::143]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CC449C0613D0 for ; Thu, 1 Oct 2020 02:28:59 -0700 (PDT) Received: by mail-lf1-x143.google.com with SMTP id w11so5714941lfn.2 for ; Thu, 01 Oct 2020 02:28:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=lxkWfDdAWpwvBtJ5SN+i9/MI7hWoAZmdYZSbuiMF5cc=; b=s1Q/saU96Gy2H/Dofqs2qd1CCDavdBoj4GMVSXUyaK8ica+XSwGnN79o9ZzXPQwMdH 06+Be2u51wAkBWGQwmyP1fy50YN5nLdqH8nIY7+Qn9wdXFzijNBYJvBXQr/8jDEtGnEy QR6KtccrziT8JMWsMtQceg0yW1YKv4oQc46/Tya7oETpW8/2tjeVRyOUYv47vEzf3FGN j+pG1JISk299IpLpkNgY8fg10+++3qWH+QWdyN1To/RvrdbAc1bvG6kOOvBdlhQlDU7G NXX/ilT6e5jpbgYHQXMa/S48nAJexRFgc4qioGKc1jdVn8XvhVtpIar1o6D6uZt4uqhv C6+Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=lxkWfDdAWpwvBtJ5SN+i9/MI7hWoAZmdYZSbuiMF5cc=; b=OAe9+yTS0ahc0b9Dv6it3ZsboQF2Yz38KYC0goOxhyGzrC3oD3Ulvv5nTpPo31xmdy pMV8ur7b5/ngXJ9od4JfDjnXcbisQWu0ChQjbCUqkP89YkMgYbnHxF4yYceSHP2VobsE gxzcHfGfMq7g0WUw9vsdZsagRzR/ra1F1TAdEHEqnZlktUWddxr29U7tSa3aiNcapLoF 8+URRjfyxqECZEnV3g9cI8RRLVVNqX+fJMdPntbrEXW/P3PRgo5pTiAzqH2dJApPUKio hhbTSbOjaf0CqFkhaHvOjOR7xdKBDOhcrMnCjA18YEcndhbBizuIMvnHXL4NgniuGNND NkxA== X-Gm-Message-State: AOAM531SpqqPt8iZfzkQcT4JRmViKGpcdQK/9H6WeEoFx98W1MF7d1YW zSRXDFtL414HzgPAfV+ofC0H7xR71ZNfDW86 X-Google-Smtp-Source: ABdhPJx81QXnZltoLgULrsnB0tngKaoGSgv8AlLGGbgPF0eamLBnbHywvu4oYVAcxDqQbzpwx/cK4w== X-Received: by 2002:a19:9152:: with SMTP id y18mr2535251lfj.376.1601544538167; Thu, 01 Oct 2020 02:28:58 -0700 (PDT) Received: from localhost.localdomain (h-155-4-133-169.NA.cust.bahnhof.se. [155.4.133.169]) by smtp.gmail.com with ESMTPSA id q24sm487922lfo.149.2020.10.01.02.28.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 01 Oct 2020 02:28:57 -0700 (PDT) From: Ulf Hansson To: "Rafael J . Wysocki" , Daniel Lezcano , linux-pm@vger.kernel.org Cc: Lina Iyer , Ulf Hansson , linux-arm-kernel@lists.infradead.org, Sudeep Holla , Lorenzo Pieralisi Subject: [PATCH] MAINTAINERS: Add section for cpuidle-psci PM domain Date: Thu, 1 Oct 2020 11:28:52 +0200 Message-Id: <20201001092852.124740-1-ulf.hansson@linaro.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org 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 Cc: Lorenzo Pieralisi Signed-off-by: Ulf Hansson --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 45102f1fe361..be8e3e9a8e29 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4574,6 +4574,14 @@ L: linux-arm-kernel@lists.infradead.org S: Supported F: drivers/cpuidle/cpuidle-psci.c +CPUIDLE DRIVER - ARM PSCI PM DOMAIN +M: Ulf Hansson +L: linux-pm@vger.kernel.org +L: linux-arm-kernel@lists.infradead.org +S: Supported +F: drivers/cpuidle/cpuidle-psci.h +F: drivers/cpuidle/cpuidle-psci-domain.c + CRAMFS FILESYSTEM M: Nicolas Pitre S: Maintained -- 2.25.1 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.8 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_GIT 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 D545DC4727C for ; Thu, 1 Oct 2020 09:30:25 +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 6327621531 for ; Thu, 1 Oct 2020 09:30:25 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="xiOVMEwq"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="s1Q/saU9" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6327621531 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org 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:MIME-Version:Message-Id:Date:Subject:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=JYzqW7FwjH483nS+fzNbwxplRiUPu6baURDbrbs//bw=; b=xiOVMEwqekU6yBoKFj0hDVs1Bk EHZirD19Wu2L+ZmuSwlnlaK4Iy8+e57QObGpdsT9DRisGfouyBJYA5oO46TD+1Cr8uxx6bUiQIKDC CLb21ClNeWzhUoPKYgHyVPx27A1DSaOcB/wuHwgpMOI8YF4GT8OyqDMQJN46I/KxsRJAcIQyC3MY8 UatllW1GJryqoFQK2lChEZJXKhGSX5v1lIy2yXxCU5o/Cw09fcJykU4Kp9GwT3UyWkZysKMNuTSQL K6FNrU7VRgKW6SvrCX+sikDiJj32nmZyIP43CKDHMlQCEugMKr4AKwmHGyf6vberNYsZ9q2kWnX8k HdiAvEAA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kNutZ-000572-Uu; Thu, 01 Oct 2020 09:29:02 +0000 Received: from mail-lf1-x141.google.com ([2a00:1450:4864:20::141]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kNutX-00056L-Mg for linux-arm-kernel@lists.infradead.org; Thu, 01 Oct 2020 09:29:00 +0000 Received: by mail-lf1-x141.google.com with SMTP id z19so5730079lfr.4 for ; Thu, 01 Oct 2020 02:28:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=lxkWfDdAWpwvBtJ5SN+i9/MI7hWoAZmdYZSbuiMF5cc=; b=s1Q/saU96Gy2H/Dofqs2qd1CCDavdBoj4GMVSXUyaK8ica+XSwGnN79o9ZzXPQwMdH 06+Be2u51wAkBWGQwmyP1fy50YN5nLdqH8nIY7+Qn9wdXFzijNBYJvBXQr/8jDEtGnEy QR6KtccrziT8JMWsMtQceg0yW1YKv4oQc46/Tya7oETpW8/2tjeVRyOUYv47vEzf3FGN j+pG1JISk299IpLpkNgY8fg10+++3qWH+QWdyN1To/RvrdbAc1bvG6kOOvBdlhQlDU7G NXX/ilT6e5jpbgYHQXMa/S48nAJexRFgc4qioGKc1jdVn8XvhVtpIar1o6D6uZt4uqhv C6+Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=lxkWfDdAWpwvBtJ5SN+i9/MI7hWoAZmdYZSbuiMF5cc=; b=ZkyyMB+gUFVt3hMxe9M+s+L5dLAG4wqIIxOx5WDgA+qW1q1EKZepFPeppJcDUyEKQT wQJbvUWdNL+POIBzrM9OSbWFvcurKq+1pNitgtSopcgtnhTa0JxmiyMkqseVi2RuP1jh 6HQDEe9h6KvhLuK4n6AlLM5gOdFPK2CIP/8iVOW2qSsnlD5LpRwOKqWlKzAdNDPdDOME xIwPReHIJdKQegCy9ZcYEgr0WyVVYQ7VrkCsKWclgGjgkcjP66JIe9SOFy9wkZC3piE6 j8XIg81Uws0Ro/GdrJxfBHVdXxsJ0flT/U1IAgbnSMkw9SJPIUB0w0M9tbpKDmxv6rGN 39qg== X-Gm-Message-State: AOAM5308TECYQSuiMeJ9z1KDSLYFkmPSKJzzy3t4++/Zd7izXieH/1l+ 4nA2sq9lQIkGQtuZJVbh92+NIQ== X-Google-Smtp-Source: ABdhPJx81QXnZltoLgULrsnB0tngKaoGSgv8AlLGGbgPF0eamLBnbHywvu4oYVAcxDqQbzpwx/cK4w== X-Received: by 2002:a19:9152:: with SMTP id y18mr2535251lfj.376.1601544538167; Thu, 01 Oct 2020 02:28:58 -0700 (PDT) Received: from localhost.localdomain (h-155-4-133-169.NA.cust.bahnhof.se. [155.4.133.169]) by smtp.gmail.com with ESMTPSA id q24sm487922lfo.149.2020.10.01.02.28.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 01 Oct 2020 02:28:57 -0700 (PDT) From: Ulf Hansson To: "Rafael J . Wysocki" , Daniel Lezcano , linux-pm@vger.kernel.org Subject: [PATCH] MAINTAINERS: Add section for cpuidle-psci PM domain Date: Thu, 1 Oct 2020 11:28:52 +0200 Message-Id: <20201001092852.124740-1-ulf.hansson@linaro.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201001_052859_815450_8362CF50 X-CRM114-Status: GOOD ( 12.23 ) 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: Ulf Hansson , Lorenzo Pieralisi , linux-arm-kernel@lists.infradead.org, Lina Iyer , Sudeep Holla 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 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 Cc: Lorenzo Pieralisi Signed-off-by: Ulf Hansson --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 45102f1fe361..be8e3e9a8e29 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4574,6 +4574,14 @@ L: linux-arm-kernel@lists.infradead.org S: Supported F: drivers/cpuidle/cpuidle-psci.c +CPUIDLE DRIVER - ARM PSCI PM DOMAIN +M: Ulf Hansson +L: linux-pm@vger.kernel.org +L: linux-arm-kernel@lists.infradead.org +S: Supported +F: drivers/cpuidle/cpuidle-psci.h +F: drivers/cpuidle/cpuidle-psci-domain.c + CRAMFS FILESYSTEM M: Nicolas Pitre S: Maintained -- 2.25.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel