From patchwork Tue Apr 25 07:22:10 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 9697619 X-Patchwork-Delegate: rjw@sisk.pl 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 EDC98601D3 for ; Tue, 25 Apr 2017 07:22:25 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id EC1AF28066 for ; Tue, 25 Apr 2017 07:22:25 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E098C28399; Tue, 25 Apr 2017 07:22:25 +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=-7.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_HI autolearn=ham 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 54FA12815E for ; Tue, 25 Apr 2017 07:22:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1174723AbdDYHWX (ORCPT ); Tue, 25 Apr 2017 03:22:23 -0400 Received: from mail-pg0-f46.google.com ([74.125.83.46]:34906 "EHLO mail-pg0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933793AbdDYHWW (ORCPT ); Tue, 25 Apr 2017 03:22:22 -0400 Received: by mail-pg0-f46.google.com with SMTP id 72so24171179pge.2 for ; Tue, 25 Apr 2017 00:22:22 -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; bh=D61AtsMFufxKSqX/g8bvNuLtqJoB2IgBpySAEb9+vL4=; b=hT5fawGCUKTYEDK2NQhA3ignIVtRj+NRy7txwtfDTl7380m/yL0C+Y54oqF5WWvWDY x0TCEwKr3rXv8LDC5qm+EgaTNMnUsZKBUwTAxpN5RFLesrKVTUUtGBDhJcFMvV4vzOtk gA/ukdodYif/8gJDu/lMTT0DHeLnNrI8HM6w8= 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; bh=D61AtsMFufxKSqX/g8bvNuLtqJoB2IgBpySAEb9+vL4=; b=Jn7DAwEQDSJdIqJ3brGOObIXltH6UzydtvuXpecWHAunLRlBrz7X6eJ4QzchGoD2Ml WzvKxFga7Mx8xS6j7mS3JRkh0I/U/vLdOlSVCHWSQndraMRcHpikQu6wFH4t4tEq+t9x 7onhEgd+Cso61ePgxb/ylpxU1fOhKzXS6+O0aeWSRBP7hAWqVHj8wtCqYqcK2Wq3yRSe 9Ea4Jtt9lYUnz1/lgGKoFrBd5v2zJZd9olRyF3bps5EZ0eQt3+1p+1WCAwvMZDeRmhE2 oOtAjrSCTJ7kB+4FYjhN3UQvEEzETaWw8KjFIql5HdAO8hn8RqqTG/HvcUVKBDL0pX4o 23AA== X-Gm-Message-State: AN3rC/4gLYE+JUhYfDRg2T4A9r6t4u3s/TEAcuUOq3oALqMCtAEoSFX1 RWKqMtwAWQzqRNvx X-Received: by 10.98.184.18 with SMTP id p18mr27042309pfe.45.1493104941537; Tue, 25 Apr 2017 00:22:21 -0700 (PDT) Received: from localhost ([122.172.121.5]) by smtp.gmail.com with ESMTPSA id s83sm34093183pfa.128.2017.04.25.00.22.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 25 Apr 2017 00:22:20 -0700 (PDT) From: Viresh Kumar To: Rafael Wysocki Cc: linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Vincent Guittot , ulf.hansson@linaro.org, Kevin Hilman , Viresh Kumar Subject: [PATCH] PM / Domains: Add DT file to MAINTAINERS Date: Tue, 25 Apr 2017 12:52:10 +0530 Message-Id: <464469671a1b407737ee28aa41447178366ddb7c.1493104829.git.viresh.kumar@linaro.org> X-Mailer: git-send-email 2.12.0.432.g71c3a4f4ba37 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 Add the power_domain.txt DT file to MAINTAINERS, otherwise get_maintainers.pl doesn't pick the right set of maintainers for changes to the DT file. Signed-off-by: Viresh Kumar Acked-by: Ulf Hansson --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 67280051e30a..55b9ca2d5b98 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5610,6 +5610,7 @@ L: linux-pm@vger.kernel.org S: Supported F: drivers/base/power/domain*.c F: include/linux/pm_domain.h +F: Documentation/devicetree/bindings/power/power_domain.txt GENERIC UIO DRIVER FOR PCI DEVICES M: "Michael S. Tsirkin"