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 0A4D9C433FE for ; Thu, 3 Feb 2022 12:22:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350500AbiBCMWQ (ORCPT ); Thu, 3 Feb 2022 07:22:16 -0500 Received: from foss.arm.com ([217.140.110.172]:43618 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229379AbiBCMWQ (ORCPT ); Thu, 3 Feb 2022 07:22:16 -0500 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 B206211D4; Thu, 3 Feb 2022 04:22:15 -0800 (PST) Received: from lpieralisi (e121166-lin.cambridge.arm.com [10.1.196.255]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B6F9A3F774; Thu, 3 Feb 2022 04:22:13 -0800 (PST) Date: Thu, 3 Feb 2022 12:22:11 +0000 From: Lorenzo Pieralisi To: Thierry Reding , Mikko Perttunen Cc: rafael@kernel.org, viresh.kumar@linaro.org, jonathanh@nvidia.com, krzysztof.kozlowski@canonical.com, robh@kernel.org, kw@linux.com, p.zabel@pengutronix.de, rui.zhang@intel.com, daniel.lezcano@linaro.org, amitk@kernel.org, linux-pm@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org Subject: Re: [PATCH 5/5] PCI: tegra194: Handle errors in BPMP response Message-ID: <20220203122211.GB24443@lpieralisi> References: <20210915085517.1669675-1-mperttunen@nvidia.com> <20210915085517.1669675-5-mperttunen@nvidia.com> <20211013125956.GA11036@lpieralisi> <20211129121918.GA24438@lpieralisi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211129121918.GA24438@lpieralisi> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org On Mon, Nov 29, 2021 at 12:19:18PM +0000, Lorenzo Pieralisi wrote: > On Wed, Oct 13, 2021 at 01:59:56PM +0100, Lorenzo Pieralisi wrote: > > On Thu, Oct 07, 2021 at 08:21:11PM +0200, Thierry Reding wrote: > > > On Wed, Sep 15, 2021 at 11:55:17AM +0300, Mikko Perttunen wrote: > > > > The return value from tegra_bpmp_transfer indicates the success or > > > > failure of the IPC transaction with BPMP. If the transaction > > > > succeeded, we also need to check the actual command's result code. > > > > Add code to do this. > > > > > > > > Signed-off-by: Mikko Perttunen > > > > --- > > > > drivers/pci/controller/dwc/pcie-tegra194.c | 9 ++++++++- > > > > 1 file changed, 8 insertions(+), 1 deletion(-) > > > > > > Acked-by: Thierry Reding > > > > Hi Thierry, > > > > can I pull this patch into the PCI tree ? Or if you want the series > > to go via another tree: > > > > Acked-by: Lorenzo Pieralisi > > Hi, > > I would like to ask please how you want this series to be handled. Should I apply this patch stand-alone ? I will mark all other patches in this series as Not Applicable in the PCI queue. Thanks, Lorenzo