From patchwork Wed Jun 20 17:22:14 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulf Hansson X-Patchwork-Id: 10478111 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 3EB1D601D7 for ; Wed, 20 Jun 2018 17:26:05 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 23C0C28EEF for ; Wed, 20 Jun 2018 17:26:05 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1695A28ED6; Wed, 20 Jun 2018 17:26:05 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C972D28ED6 for ; Wed, 20 Jun 2018 17:26:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932568AbeFTRXE (ORCPT ); Wed, 20 Jun 2018 13:23:04 -0400 Received: from mail-lf0-f67.google.com ([209.85.215.67]:45051 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932544AbeFTRXC (ORCPT ); Wed, 20 Jun 2018 13:23:02 -0400 Received: by mail-lf0-f67.google.com with SMTP id p23-v6so445462lfh.11 for ; Wed, 20 Jun 2018 10:23:01 -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:in-reply-to:references; bh=stG9JEg6XvAPhk1WXN8yw0kJgHmvBt8xw2+9hMCUZkw=; b=f2VcVFbDfq9GSnU9aRX+cuwWeC5t6Q+VTY8OIA7tl5quE3ybq3CkS2okHfLFvK4DaB r2rx3eh+WCoq4BDEeNQH1tUNm/BP63ik6rxXvPBVOpsDqktGFJeeRGRbrjCRjp+hyYvp /8RrYoYpqhwY/LXgfnXmcTiALQ3hGXNLO2Imo= 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:in-reply-to :references; bh=stG9JEg6XvAPhk1WXN8yw0kJgHmvBt8xw2+9hMCUZkw=; b=YfIxGRYPuPJq7zvIB1be4hinZw9IhJ0zGI42R1RvXh47ld3ur7Xyyth2J0uu6ejubD RNOSXif5QqRLeY3K/dBJ9R9D0THg/trciuupEAdNI8YYAmFUT5eNxCDJYzHaMC5uwrg5 6xaxYMjeg5XnlzNNcp0uQlLnhELsDbWCkKUNaJ10wI0orypmbyGeDUe4XO3LB4sUfjOb iByH38acER9W3CL25PEJrHlLiDsp2m21uzDRRraNml27O/MEF/jR5dflpchVrveLDw0x CNfOsfAs/Nin7joxA3KkWWFM4GOfAiHRnywVXLxbGadooMDWX1sDI8l4V22HDnSYblAi QgHw== X-Gm-Message-State: APt69E1PZNlCp1lGURTvLqwnClkDSwX3r84UxO1VqXFAwvM6a+F98qvg /Lc+n/jQzQaI6ANuMEfdWHv7pQ== X-Google-Smtp-Source: ADUXVKLfyVEi5Cpmhgw449fGDSJ+NkJx7M9qWFFzfXqCwwyMscCj75rg7qW2MBn4WoGyz7l8b/kaLw== X-Received: by 2002:a2e:84d7:: with SMTP id q23-v6mr14273971ljh.126.1529515380784; Wed, 20 Jun 2018 10:23:00 -0700 (PDT) Received: from localhost.localdomain (h-158-174-22-210.NA.cust.bahnhof.se. [158.174.22.210]) by smtp.gmail.com with ESMTPSA id b2-v6sm514441lji.85.2018.06.20.10.22.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Jun 2018 10:22:59 -0700 (PDT) From: Ulf Hansson To: "Rafael J . Wysocki" , Sudeep Holla , Lorenzo Pieralisi , Mark Rutland , linux-pm@vger.kernel.org Cc: Kevin Hilman , Lina Iyer , Lina Iyer , Ulf Hansson , Rob Herring , Daniel Lezcano , Thomas Gleixner , Vincent Guittot , Stephen Boyd , Juri Lelli , Geert Uytterhoeven , linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v8 14/26] MAINTAINERS: Update files for PSCI Date: Wed, 20 Jun 2018 19:22:14 +0200 Message-Id: <20180620172226.15012-15-ulf.hansson@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180620172226.15012-1-ulf.hansson@linaro.org> References: <20180620172226.15012-1-ulf.hansson@linaro.org> Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The files for the PSCI firmware driver were moved to a sub-directory, let's update MAINTAINERS to reflect that. Suggested-by: Mark Rutland Signed-off-by: Ulf Hansson --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 9d5eeff51b5f..3f28c21d0ad0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11389,7 +11389,7 @@ M: Mark Rutland M: Lorenzo Pieralisi L: linux-arm-kernel@lists.infradead.org S: Maintained -F: drivers/firmware/psci*.c +F: drivers/firmware/psci/ F: include/linux/psci.h F: include/uapi/linux/psci.h