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 X-Spam-Level: X-Spam-Status: No, score=-6.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 642FBC55179 for ; Thu, 29 Oct 2020 07:37:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0D19A214DB for ; Thu, 29 Oct 2020 07:37:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=nvidia.com header.i=@nvidia.com header.b="D7EE5FFZ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729559AbgJ2Hha (ORCPT ); Thu, 29 Oct 2020 03:37:30 -0400 Received: from hqnvemgate24.nvidia.com ([216.228.121.143]:11927 "EHLO hqnvemgate24.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729548AbgJ2Hh2 (ORCPT ); Thu, 29 Oct 2020 03:37:28 -0400 Received: from hqmail.nvidia.com (Not Verified[216.228.121.13]) by hqnvemgate24.nvidia.com (using TLS: TLSv1.2, AES256-SHA) id ; Wed, 28 Oct 2020 22:18:54 -0700 Received: from HQMAIL109.nvidia.com (172.20.187.15) by HQMAIL111.nvidia.com (172.20.187.18) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Thu, 29 Oct 2020 05:18:46 +0000 Received: from vidyas-desktop.nvidia.com (172.20.13.39) by mail.nvidia.com (172.20.187.15) with Microsoft SMTP Server id 15.0.1473.3 via Frontend Transport; Thu, 29 Oct 2020 05:18:42 +0000 From: Vidya Sagar To: , , , , , , , CC: , , , , , , Subject: [PATCH V2 0/4] Enhancements to Tegra194 PCIe driver Date: Thu, 29 Oct 2020 10:48:35 +0530 Message-ID: <20201029051839.11245-1-vidyas@nvidia.com> X-Mailer: git-send-email 2.17.1 X-NVConfidentiality: public MIME-Version: 1.0 Content-Type: text/plain DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1603948734; bh=RFj9prVj4gRc7xq8//qO2rhJicqL3FLhfGNno+ny5Mk=; h=From:To:CC:Subject:Date:Message-ID:X-Mailer:X-NVConfidentiality: MIME-Version:Content-Type; b=D7EE5FFZmX0LvvaVvOgyBC43rQ0PwyY51ZrazoleH2lkeGPvpexwJQIl3Btm6V++B Y+vM4w6csIXsev1PwLRUx+upe7AX1MRMRzEpURpbvA3HNvmtr92vLsQonEf3aQx2AF /1EI4I7p65+phxjj/VVRlCS+VP3Kq4olhDzNVZa8vmkef+P4aSRR0vllUE9p4iLJqd 8BryOfuE1RT7xErISWOiUgKhJfohsw92ZFBbguKiMiDljfSTioPA7SL4ZgktOApGdp Ys+iRivO6L044MYNKQ8skZ8mSXU2acXKY1gZL6lz14tpTBHpRirsHoppWcRu3ERcqy s/Ak+9GT9TDvw== Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org This series of patches do some enhancements and some bug fixes to the Tegra194 PCIe platform driver like - Fixing Vendor-ID corruption - Mapping DBI space correctly - Updating DWC IP version - Handling error conditions properly V2; * Addressed Rob's comments. Changed 'Strongly Ordered' to 'nGnRnE' Vidya Sagar (4): PCI: tegra: Fix ASPM-L1SS advertisement disable code PCI: tegra: Map configuration space as nGnRnE PCI: tegra: Set DesignWare IP version PCI: tegra: Handle error conditions properly drivers/pci/controller/dwc/pcie-tegra194.c | 62 +++++++++++----------- 1 file changed, 30 insertions(+), 32 deletions(-) -- 2.17.1