From patchwork Fri May 19 04:25:51 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leo Yan X-Patchwork-Id: 9735815 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 B864E601C2 for ; Fri, 19 May 2017 04:29:01 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A15732866A for ; Fri, 19 May 2017 04:29:01 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 95135288A9; Fri, 19 May 2017 04:29:01 +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.3 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI, RCVD_IN_SORBS_SPAM, 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 38E102866A for ; Fri, 19 May 2017 04:29:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754794AbdESE1X (ORCPT ); Fri, 19 May 2017 00:27:23 -0400 Received: from mail-pg0-f45.google.com ([74.125.83.45]:35705 "EHLO mail-pg0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753024AbdESE1Q (ORCPT ); Fri, 19 May 2017 00:27:16 -0400 Received: by mail-pg0-f45.google.com with SMTP id q125so32321823pgq.2 for ; Thu, 18 May 2017 21:27:11 -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=yOcL9k/SkZA9X/Jak4js3iBZAw0DiyBvfflsfacS/Rk=; b=WnrpQ1Dquz0S2ZC2mbgLJKpjx23GB8H+dqw1fbHD4AEFomlgp4h73SVdS5naHg4peD 51pKEdHyCe/H0mFYJXZgpo7N6DsEjP0XKOgvkVKiXZb/oa2y6wU6l96s8V4sChj5JRox iunmHVse4iAH8RWpba0Py/WDVQyFOzyeNSis0= 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=yOcL9k/SkZA9X/Jak4js3iBZAw0DiyBvfflsfacS/Rk=; b=U5iILo2399ziX6Jhf/fIv/ahWOvnAfl12BYwI9uLvZOqrw03bz2e2zafyPfxHCnBWF k0mtMN7VTPiTlqx1bPCuzR215/aQEJsU33t8PXqs2cKb1ADLwNcNRparP/oJ1ZSaV99D cc1EJ4yr+YQUuz4r4S2S/colfJd/dcU+KrnpBTxxdeUCXInP0BZEBr7eCQEBf8A1zuY1 N776Z88R1IuBIgvLDw5jhwHTEZNb+LDP2PAu2VJItB1Kj/FZ8MHvzfZHHGkqdKTus1CQ 2QqZfbF/RbATcn+s2tWy5l2hVu8Kui1oWmd3GVcMz4bcEWmH6MkAOI7WTbXdNg6VUnqR WC6Q== X-Gm-Message-State: AODbwcBWV6ia17nM9HyPNfnsgrISnOX8wYlTkOxip9xiGzDp+B4KUf7X p8E6hboOnENcuQMR X-Received: by 10.84.143.36 with SMTP id 33mr8730279ply.45.1495168016034; Thu, 18 May 2017 21:26:56 -0700 (PDT) Received: from localhost.localdomain (li637-108.members.linode.com. [106.186.117.108]) by smtp.gmail.com with ESMTPSA id c29sm5823259pfj.101.2017.05.18.21.26.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 18 May 2017 21:26:54 -0700 (PDT) From: Leo Yan To: Jonathan Corbet , Mathieu Poirier , Rob Herring , Mark Rutland , Liviu Dudau , Sudeep Holla , Lorenzo Pieralisi , Catalin Marinas , Will Deacon , Wei Xu , Andy Gross , David Brown , Greg Kroah-Hartman , Suzuki K Poulose , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, Stephen Boyd , Mike Leach Cc: Leo Yan Subject: [PATCH v10 04/10] MAINTAINERS: update file entries for Coresight subsystem Date: Fri, 19 May 2017 12:25:51 +0800 Message-Id: <1495167957-14923-5-git-send-email-leo.yan@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1495167957-14923-1-git-send-email-leo.yan@linaro.org> References: <1495167957-14923-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. Reviewed-by: Mathieu Poirier Signed-off-by: Leo Yan --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index f7d568b..d443258 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1208,7 +1208,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