From patchwork Tue May 9 02:49:57 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leo Yan X-Patchwork-Id: 9716945 X-Patchwork-Delegate: agross@codeaurora.org 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 D37F760387 for ; Tue, 9 May 2017 02:51:11 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C822F2074F for ; Tue, 9 May 2017 02:51:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BCF5B269DA; Tue, 9 May 2017 02:51:11 +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=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID 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 B126B2684F for ; Tue, 9 May 2017 02:51:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755029AbdEICvG (ORCPT ); Mon, 8 May 2017 22:51:06 -0400 Received: from mail-pf0-f176.google.com ([209.85.192.176]:33251 "EHLO mail-pf0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751687AbdEICvF (ORCPT ); Mon, 8 May 2017 22:51:05 -0400 Received: by mail-pf0-f176.google.com with SMTP id e193so19401882pfh.0 for ; Mon, 08 May 2017 19:51:04 -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=ZyItBD41w6mrhto/IO6yYL5EB6/oUgigViEY8vNoIH4=; b=a0K5QbAh/HzDbA7n2zJcejTjqHBGb2Fi50F5qtzPbPAColitnZiO+NaYezlylvvBPs m6vpHsyUNwfzBYsN7504qCtQKCaMyHZ6swn9uiZbM0jUb6yLZMZjB6ezUsfeqlsGiH2u Pp4mumjtQtHKXNm4qbLNvm3wzJvAf0t9rqskw= 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=ZyItBD41w6mrhto/IO6yYL5EB6/oUgigViEY8vNoIH4=; b=Y+iCOlE155vSNdoi99IOEAcyqhIpp3DlWwgK4F57hDqvZXsPxkPy8I/5o0LMMbORqQ YtDCq2xS5d6OKiUecCqUg+vIEt3BP7JRQ4BpbTwBrnSqgQx0KXNTrJfSvQ5fZ8WKduh2 3Gf992jp+XQerV4A0lC1Ha5rPdbiwg/JL8lO9/0o7j8UIvlqPPzGw4swdO+wWfmwceuX 8fdAdpC9ZKOHQVmajahcSEEwl54U2uqJ9ET0gu+QPIkCJO3tHfmpvYwbSn44W8pK/2uZ U8HZe6jxtIFYGoWbSbET5jVfoh5KeIGbMvavdFzVb9S/G6yQBRSzgbXvWkdHVw2O/fGv ANig== X-Gm-Message-State: AN3rC/4dwAFV55qZItSGG4sRJZD23ZAfltgc4OO5h79BfYBSh547sMGl HPYjPgUnTY8vEF7D X-Received: by 10.98.144.21 with SMTP id a21mr25283662pfe.181.1494298259328; Mon, 08 May 2017 19:50:59 -0700 (PDT) Received: from localhost.localdomain (li1627-128.members.linode.com. [172.104.47.128]) by smtp.gmail.com with ESMTPSA id 20sm35326370pfq.42.2017.05.08.19.50.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 08 May 2017 19:50:58 -0700 (PDT) From: Leo Yan To: Jonathan Corbet , Mathieu Poirier , Rob Herring , Mark Rutland , Wei Xu , Catalin Marinas , Will Deacon , Andy Gross , David Brown , Greg Kroah-Hartman , Suzuki K Poulose , Stephen Boyd , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, Mike Leach , Sudeep Holla Cc: Leo Yan Subject: [PATCH v9 4/9] MAINTAINERS: update file entries for Coresight subsystem Date: Tue, 9 May 2017 10:49:57 +0800 Message-Id: <1494298202-6739-5-git-send-email-leo.yan@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1494298202-6739-1-git-send-email-leo.yan@linaro.org> References: <1494298202-6739-1-git-send-email-leo.yan@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Update document file entries for Coresight debug module. Signed-off-by: Leo Yan Reviewed-by: Mathieu Poirier --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index b948dfa..a4b1f60 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1191,7 +1191,9 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained F: drivers/hwtracing/coresight/* F: Documentation/trace/coresight.txt +F: Documentation/trace/coresight-cpu-debug.txt F: Documentation/devicetree/bindings/arm/coresight.txt +F: Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt F: Documentation/ABI/testing/sysfs-bus-coresight-devices-* F: tools/perf/arch/arm/util/pmu.c F: tools/perf/arch/arm/util/auxtrace.c