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 6B344ECAAA3 for ; Fri, 26 Aug 2022 19:55:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231760AbiHZTz6 (ORCPT ); Fri, 26 Aug 2022 15:55:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39256 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231483AbiHZTz5 (ORCPT ); Fri, 26 Aug 2022 15:55:57 -0400 Received: from mail-pf1-x436.google.com (mail-pf1-x436.google.com [IPv6:2607:f8b0:4864:20::436]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 758C7DF0B3 for ; Fri, 26 Aug 2022 12:55:56 -0700 (PDT) Received: by mail-pf1-x436.google.com with SMTP id x19so635944pfr.1 for ; Fri, 26 Aug 2022 12:55:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc; bh=gnz1q4pz/xVc6tlRyQeVFOV7IZAqBjfIyZ5BI3hft0U=; b=RrQhxaFx2nxyuhtWZesmSEiSBTXd5+FlSRNNc9KxxyKhJ0Bl69zgANMO0CqfLLj8Wp iXKbEy5JuscdAXPSe3gGBQ63tvwMHyDm2gbVkrPza31gsAZYPBPZg9W3zxSSrVKd9Yk/ J+/Be93CyeaZPN1+vLYQK9NeE/6QAt0OcrlZs7WSL77ro535BbBF+8p7tRe3Z48slTfH iIe5XE/mQbWLDiWLPvaKtgmQE5QuLz8YkrScaxgHb8tKeFkCD20srFuQ2qBpk5W36v9K kRNALHXmbTvIxGBvpYWid7mpuiPBOXq/uf/Bi6sQ0xgEahLieNidSK48p393xVejDd95 6kNA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc; bh=gnz1q4pz/xVc6tlRyQeVFOV7IZAqBjfIyZ5BI3hft0U=; b=M3AYZ4Tn/LoGGWA18BvrwE/LJb3dk3LmauwvBwc51Pu+dQ91JGRn2xuZuDkV7qAiMu kAwlM/7VaGWZN8c1FNVKMlEPMH3PeBOuPJDH2fLIr6vwJ9r49Oug/F11Zcubw1vHbnzN 2Qb6CyZ9w06xDPsyZxojSwn8Vb1k0wPN3UZqD5B8D4FkmsuPsG/bIrmArHkw8qHB3pw3 8rjJiaXcFSnJeCDZGaPWaIj2b5HrVVxsPceNzBKGGLOf/Synn/m8D974k5bAV6POsRzu pBt1tJl9vhBUcBkDOriNgl19gr6Yywo83vfizx2mv8qebZh6TiL+YfwV9eMYYzpWIa14 ggpQ== X-Gm-Message-State: ACgBeo3hgL0zrZ8CIC651pcdMdXji+b3zfarlftc5iwks1N8nvXtvlY3 tCR36SeVJx2dduPy5SN5oR5pyg== X-Google-Smtp-Source: AA6agR7267EZysjs+BLPWLMdfKPDxv10ovdb1SjTwiW0Aq1A7/N3A/OV6mJ8qbkfeKKwzUr1R4DBNQ== X-Received: by 2002:a05:6a00:1588:b0:52f:a5bb:b992 with SMTP id u8-20020a056a00158800b0052fa5bbb992mr5337159pfk.38.1661543755955; Fri, 26 Aug 2022 12:55:55 -0700 (PDT) Received: from p14s (S0106889e681aac74.cg.shawcable.net. [68.147.0.187]) by smtp.gmail.com with ESMTPSA id t6-20020aa79466000000b0053692028ec1sm2148303pfq.34.2022.08.26.12.55.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 26 Aug 2022 12:55:54 -0700 (PDT) Date: Fri, 26 Aug 2022 13:55:52 -0600 From: Mathieu Poirier To: James Clark Cc: suzuki.poulose@arm.com, coresight@lists.linaro.org, mike.leach@linaro.org, leo.yan@linaro.org, linux-kernel@vger.kernel.org, german.gomez@arm.com, Jonathan Corbet , Catalin Marinas , Will Deacon , Alexander Shishkin , linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org Subject: Re: [PATCH v3 0/2] coresight: etm4x: Expose default timestamp source in sysfs Message-ID: <20220826195552.GA1991601@p14s> References: <20220823160650.455823-1-james.clark@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220823160650.455823-1-james.clark@arm.com> Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Tue, Aug 23, 2022 at 05:06:48PM +0100, James Clark wrote: > 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 I have applied this set. Usually I'd let Suzuki handle it since he is already familiar with the work but 1) he is currently away and 2) the patchset is fairly simple. Thanks, Mathieu > > 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 > 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 69FE0ECAAD6 for ; Fri, 26 Aug 2022 19:57:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=PiotgrEp9zY92JxKkw6c0a8Ry9B7pWCpBhAlgbbSKYU=; b=kx/CUdn3yGjbzc K+eLIjWO/GaSkvgFE8rbB6xMOJB70s50GLacALDUpzgzbdBEEGp+7UsFihBrsD+W6gkyTs31YuqZh LlVF5S7Ac1qBIGCC4RV9ZTbM4jaUFnONbojBwJSH6IgoUYGLDXyVeL2DpPHJ+ikomZ1iiFpXTlO6N nGwocESEVLYZGEzn7r62nnah+NM+NnlQW9b55diLyPc3khWgEDxtGQ2iDm4D6JAajEtiw8ovCBXSK gM4EOgFEy5nv59rRKWIbOZx063Gte2v/HDcybYoZNvjUEBxC8gmkNRwROnopk0zNxNlUx8kHvBwwQ 4Zs0xmLCx6GseCDhu7Dw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oRfQx-00B24B-5g; Fri, 26 Aug 2022 19:56:03 +0000 Received: from mail-pg1-x531.google.com ([2607:f8b0:4864:20::531]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oRfQt-00B21A-7E for linux-arm-kernel@lists.infradead.org; Fri, 26 Aug 2022 19:56:00 +0000 Received: by mail-pg1-x531.google.com with SMTP id 12so2286667pga.1 for ; Fri, 26 Aug 2022 12:55:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc; bh=gnz1q4pz/xVc6tlRyQeVFOV7IZAqBjfIyZ5BI3hft0U=; b=RrQhxaFx2nxyuhtWZesmSEiSBTXd5+FlSRNNc9KxxyKhJ0Bl69zgANMO0CqfLLj8Wp iXKbEy5JuscdAXPSe3gGBQ63tvwMHyDm2gbVkrPza31gsAZYPBPZg9W3zxSSrVKd9Yk/ J+/Be93CyeaZPN1+vLYQK9NeE/6QAt0OcrlZs7WSL77ro535BbBF+8p7tRe3Z48slTfH iIe5XE/mQbWLDiWLPvaKtgmQE5QuLz8YkrScaxgHb8tKeFkCD20srFuQ2qBpk5W36v9K kRNALHXmbTvIxGBvpYWid7mpuiPBOXq/uf/Bi6sQ0xgEahLieNidSK48p393xVejDd95 6kNA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc; bh=gnz1q4pz/xVc6tlRyQeVFOV7IZAqBjfIyZ5BI3hft0U=; b=mOShupFABP0ugT/L1LQJ6Qsq5HHpt4e/VTyG9V178veyXYk+m+nYuM1Vdy7pgN2MPb OkmpKs9bLVyMM/jyHvW1etC01Rj719k36FlFH6ZSPuZvN21+RAOSsuOD/mEau+QY0H/X p/6wcgIQo49a3/V+Dqs+1GJX6GJwcml45s/mW5S1DE90TP6c+TnSj+9riyyjkvIFM5y8 BBnApKvecBJ0l93vncjkL2stDGKBVil9HkFup9LA7uH/8Ds5/QlrZsE00wIlIE7SsS3a Pe/jCuLJPG6Gu85crXk7yFERUQVfC0jGx/xq2Bu3fFPceg3v5Y0mzuvAuoKOruLeokVX h8JQ== X-Gm-Message-State: ACgBeo1uMFa1pmwQjUfu5sQuBEhZmntSZtLG51CXSvnY1j690sFMauRX jnnAixJ87OF2eez/uieUlqY26w== X-Google-Smtp-Source: AA6agR7267EZysjs+BLPWLMdfKPDxv10ovdb1SjTwiW0Aq1A7/N3A/OV6mJ8qbkfeKKwzUr1R4DBNQ== X-Received: by 2002:a05:6a00:1588:b0:52f:a5bb:b992 with SMTP id u8-20020a056a00158800b0052fa5bbb992mr5337159pfk.38.1661543755955; Fri, 26 Aug 2022 12:55:55 -0700 (PDT) Received: from p14s (S0106889e681aac74.cg.shawcable.net. [68.147.0.187]) by smtp.gmail.com with ESMTPSA id t6-20020aa79466000000b0053692028ec1sm2148303pfq.34.2022.08.26.12.55.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 26 Aug 2022 12:55:54 -0700 (PDT) Date: Fri, 26 Aug 2022 13:55:52 -0600 From: Mathieu Poirier To: James Clark Cc: suzuki.poulose@arm.com, coresight@lists.linaro.org, mike.leach@linaro.org, leo.yan@linaro.org, linux-kernel@vger.kernel.org, german.gomez@arm.com, Jonathan Corbet , Catalin Marinas , Will Deacon , Alexander Shishkin , linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org Subject: Re: [PATCH v3 0/2] coresight: etm4x: Expose default timestamp source in sysfs Message-ID: <20220826195552.GA1991601@p14s> References: <20220823160650.455823-1-james.clark@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220823160650.455823-1-james.clark@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220826_125559_305057_BC92D4BF X-CRM114-Status: GOOD ( 16.04 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Aug 23, 2022 at 05:06:48PM +0100, James Clark wrote: > 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 I have applied this set. Usually I'd let Suzuki handle it since he is already familiar with the work but 1) he is currently away and 2) the patchset is fairly simple. Thanks, Mathieu > > 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 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel