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 33E0DC433F5 for ; Thu, 12 May 2022 14:41:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1355121AbiELOlm (ORCPT ); Thu, 12 May 2022 10:41:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52170 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1355489AbiELOll (ORCPT ); Thu, 12 May 2022 10:41:41 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 077FC62105; Thu, 12 May 2022 07:41:41 -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 CC1C0106F; Thu, 12 May 2022 07:41:40 -0700 (PDT) Received: from e123427-lin.lan (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 5E7E13F73D; Thu, 12 May 2022 07:41:39 -0700 (PDT) From: Lorenzo Pieralisi To: Christian Gmeiner , linux-kernel@vger.kernel.org Cc: Lorenzo Pieralisi , kishon@ti.com, dominic.rath@ibv-augsburg.net, Bjorn Helgaas , Rob Herring , Tom Joseph , linux-pci@vger.kernel.org, =?UTF-8?q?Krzysztof=20Wilczy=C5=84ski?= Subject: Re: [PATCH v3] PCI: cadence: Allow PTM Responder to be enabled Date: Thu, 12 May 2022 15:41:30 +0100 Message-Id: <165236647653.32307.17828206891941657496.b4-ty@arm.com> X-Mailer: git-send-email 2.31.0 In-Reply-To: <20220512055539.1782437-1-christian.gmeiner@gmail.com> References: <20220512055539.1782437-1-christian.gmeiner@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Thu, 12 May 2022 07:55:38 +0200, Christian Gmeiner wrote: > This enables the Controller [RP] to automatically respond with > Response/ResponseD messages if CDNS_PCIE_LM_TPM_CTRL_PTMRSEN > and PCI_PTM_CTRL_ENABLE bits are both set. > > Applied to pci/cadence, thanks! [1/1] PCI: cadence: Allow PTM Responder to be enabled https://git.kernel.org/lpieralisi/pci/c/0f0cd520aa Thanks, Lorenzo