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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D4196C3F6B0 for ; Tue, 23 Aug 2022 18:02:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232777AbiHWSCt (ORCPT ); Tue, 23 Aug 2022 14:02:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55102 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229541AbiHWSBC (ORCPT ); Tue, 23 Aug 2022 14:01:02 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 910E0DC5D6; Tue, 23 Aug 2022 09:07:07 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E7C05113E; Tue, 23 Aug 2022 09:07:10 -0700 (PDT) Received: from e121896.arm.com (unknown [10.57.14.228]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 0D21C3F718; Tue, 23 Aug 2022 09:07:04 -0700 (PDT) From: James Clark To: suzuki.poulose@arm.com, coresight@lists.linaro.org, mathieu.poirier@linaro.org Cc: mike.leach@linaro.org, leo.yan@linaro.org, linux-kernel@vger.kernel.org, german.gomez@arm.com, James Clark , Jonathan Corbet , Catalin Marinas , Will Deacon , Alexander Shishkin , linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org Subject: [PATCH v3 0/2] coresight: etm4x: Expose default timestamp source in sysfs Date: Tue, 23 Aug 2022 17:06:48 +0100 Message-Id: <20220823160650.455823-1-james.clark@arm.com> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org I've taken over this one from German because he's moved to a different team. I gave it a quick check and bumped the version number in the docs for the next release, but the month is an estimate. Thanks Changes since v2: * Rebased onto coresight/next (b99ee26a1a) * Bumped release version to 6.1 Changes since v1: * Inline etmv4_to_ts_source() function. * Collect review tag from Leo. German Gomez (2): coresight: etm4x: Expose default timestamp source in sysfs coresight: etm4x: docs: Add documentation for 'ts_source' sysfs interface .../testing/sysfs-bus-coresight-devices-etm4x | 8 +++++ .../coresight/coresight-etm4x-reference.rst | 14 +++++++++ arch/arm64/include/asm/sysreg.h | 1 + .../coresight/coresight-etm4x-sysfs.c | 29 +++++++++++++++++++ 4 files changed, 52 insertions(+) -- 2.28.0