Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp4734234pxu; Thu, 10 Dec 2020 04:18:30 -0800 (PST) X-Google-Smtp-Source: ABdhPJxyZn09yChoWBTiBXvdguqbcJOuOCJ8snhO1aT2qJ/E+i1koDVbLnTNBeh+muO9dMPmpjAT X-Received: by 2002:a17:906:dd3:: with SMTP id p19mr5991741eji.221.1607602709854; Thu, 10 Dec 2020 04:18:29 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607602709; cv=none; d=google.com; s=arc-20160816; b=Hhtw+rmnoJMvJPTFK0fPeCLsKzX0/hKl5d4uwakMnX4gkVOXPeJtMOzVpWzFLjwPBB bofd7zX4G/+PrBx4IN3wn3iecjSWaYJnkFJ1v7aZVE06p24CS4rm+pqgkU+nFRVmxhcb IB7yed9Kd2enUA/zhiW4ZuCB2npP1fRWvR83VxnoWA0bKR9jPn37BHRLY/RbSE7jqBO9 xcqzUTc5dJoayIzVkCyzD9uRkpTcq+DDrXZHA0N0pVKaXJe2u1sEwsVutUFHNQYBozT0 NB5+z5xy9w1iT7lNOo5JgDOt3WQE/GFK+A2cGIfXmh2I+vZ/J3qKMx/EKX77eYvSmaJh 7nXA== 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=Ep+a0Ww4AImncwtfB5ofJ5Pqgsunm7emaijbppx1Uu8=; b=jCTThqOSXBvdYL4MXrOP7obfTEN2seOoEN1NiX+kS8j+gWAxVZ2zq8VZgdHyGhjo2F vMfMfSeAGThPObqbI0VCLGiuLML+fS8z1rwcl3WVfzhpFjH0q9kDwFKejkF7xUjTVMSb ibrIYc/0eMe5LXW3rZabSQrBVRShHaFC8UOEjURuLmoViIeyO1rpYP3Y3AKiXqBYA1+p 12W7gPoscADbBzuIudpGfmDuvsiXz8JL2Ha8DUxdCYdNd4WY1komZlmtmUDvrgMWUPEz IofuuAHsYhndDDTBwtvNrHhIbpJtD+EMFDE6D0F052+ZwAiRKBRutI9OFl4itXFAe7Ul Pezw== 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 d16si2338921eja.63.2020.12.10.04.18.07; Thu, 10 Dec 2020 04:18:29 -0800 (PST) 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 S1733284AbgLJLxG (ORCPT + 99 others); Thu, 10 Dec 2020 06:53:06 -0500 Received: from foss.arm.com ([217.140.110.172]:37362 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727824AbgLJLtv (ORCPT ); Thu, 10 Dec 2020 06:49:51 -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 3348E30E; Thu, 10 Dec 2020 03:49:06 -0800 (PST) Received: from red-moon.arm.com (unknown [10.57.55.73]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 70E123F718; Thu, 10 Dec 2020 03:49:03 -0800 (PST) From: Lorenzo Pieralisi To: robh@kernel.org, jonathanh@nvidia.com, treding@nvidia.com, Vidya Sagar , bhelgaas@google.com, gustavo.pimentel@synopsys.com, jingoohan1@gmail.com Cc: Lorenzo Pieralisi , kthota@nvidia.com, sagar.tv@gmail.com, linux-pci@vger.kernel.org, mmaddireddy@nvidia.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] PCI: dwc: Set 32-bit DMA mask for MSI target address allocation Date: Thu, 10 Dec 2020 11:48:50 +0000 Message-Id: <160760089281.19740.7575712960512058139.b4-ty@arm.com> X-Mailer: git-send-email 2.26.1 In-Reply-To: <20201117165312.25847-1-vidyas@nvidia.com> References: <20201117165312.25847-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, 17 Nov 2020 22:23:12 +0530, Vidya Sagar wrote: > Set DMA mask to 32-bit while allocating the MSI target address so that > the address is usable for both 32-bit and 64-bit MSI capable devices. > Throw a warning if it fails to set the mask to 32-bit to alert that > devices that are only 32-bit MSI capable may not work properly. Applied to pci/dwc, thanks! [1/1] PCI: dwc: Set 32-bit DMA mask for MSI target address allocation https://git.kernel.org/lpieralisi/pci/c/660c486590 Thanks, Lorenzo