Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp314836pxj; Thu, 3 Jun 2021 07:23:44 -0700 (PDT) X-Google-Smtp-Source: ABdhPJybT1GnxtlQPQjEh0lwI6+i//8Im+j8r/ioSAp/6ax8oAr6P7vSvwfEzq1CI2odtaBLI0gc X-Received: by 2002:aa7:cb5a:: with SMTP id w26mr52054edt.139.1622730224184; Thu, 03 Jun 2021 07:23:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622730224; cv=none; d=google.com; s=arc-20160816; b=kmAL/V5p8M58uEFcC6HHgn3xW7FfZJB5CXBzuqQr3zXQCV0bPuoAOfX7uLdPtTe4wU Ef4/qlVijm1D3m/ISZqJVOhSGkq6p+cqIQB1Q6qWOt/UdwiYFHAVf/kc+rdonHYFokJi eJk4ekqDZ5ZK/sjxFHmC+rOgYnu4gNp1a+g9zJjTNdnHbersbQIA+L71InInfrZHCQ3A P2DUtuhVHvC1/Jt+oCU0o31j2CH/PFHuCY8atss7qnqQIRb8a7rLypddYa3Y4qkJ8n7o /6eAqOByIUzumWvZUhqTKaMS5gkZqV6E3jaUpoEdWNmNqiw/BSxJaWFL7amamlJRq53/ m0ZQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=LmolZmMhti1f5541uH9ocYPawmCGwHRXo8HAG1XDp8A=; b=1D2chLUBYdrQgIXs2cUQHKzdH+L1Xc9+N+DrnIlsR52qUrvAWnsP5NIlnqEl4G2i+4 GEeSqyN5Gg/Qgq2xxOc3LzkwsAwkyTuRbPCK1LEYZe0eRGjEghFIr0HzS2EvXwwoGEYA P2b3BjaKWK9PEDmqm0TKLCQ3NFzbmiaIykOTtWpTxjZ1IAsxs9RB+ql8FkCgvdKMAXQq Nmfg3SbkzgcIkhHG8Ln4SQHiEqQfdSYoa5yLxOBY2WMLQaC20j3ZPmKFY8Idds9bTng7 3jcTwj+n0ZqUErIBLLyZTK4EdyFArWi7I5lWMG4ODIgrdH2MTpBVb1oULaHlLSjxEpqQ YRJw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id e20si2431419ejd.727.2021.06.03.07.23.20; Thu, 03 Jun 2021 07:23:44 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230494AbhFCOXW (ORCPT + 99 others); Thu, 3 Jun 2021 10:23:22 -0400 Received: from foss.arm.com ([217.140.110.172]:42522 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230044AbhFCOXW (ORCPT ); Thu, 3 Jun 2021 10:23:22 -0400 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 43C9611FB; Thu, 3 Jun 2021 07:21:37 -0700 (PDT) Received: from e123427-lin.arm.com (unknown [10.57.39.253]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 42ABE3F73D; Thu, 3 Jun 2021 07:21:35 -0700 (PDT) From: Lorenzo Pieralisi To: robh@kernel.org, jonathanh@nvidia.com, Vidya Sagar , bhelgaas@google.com, gustavo.pimentel@synopsys.com, jingoohan1@gmail.com, thierry.reding@gmail.com Cc: Lorenzo Pieralisi , linux-kernel@vger.kernel.org, mmaddireddy@nvidia.com, sagar.tv@gmail.com, linux-pci@vger.kernel.org, kthota@nvidia.com, linux-tegra@vger.kernel.org Subject: Re: [PATCH] PCI: tegra: Fix host initialization during resume Date: Thu, 3 Jun 2021 15:21:28 +0100 Message-Id: <162273006694.867.7293504887605547863.b4-ty@arm.com> X-Mailer: git-send-email 2.26.1 In-Reply-To: <20210504172157.29712-1-vidyas@nvidia.com> References: <20210504172157.29712-1-vidyas@nvidia.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 4 May 2021 22:51:57 +0530, Vidya Sagar wrote: > Commit 275e88b06a27 ("PCI: tegra: Fix host link initialization") broke > host initialization during resume as it misses out calling the API > dw_pcie_setup_rc() which is required for host and MSI initialization. Applied to pci/tegra, thanks! [1/1] PCI: tegra: Fix host initialization during resume https://git.kernel.org/lpieralisi/pci/c/d0180ba464 Thanks, Lorenzo