From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: replace PCI_DMA_BUS_IS_PHYS with a per-instance flag Date: Mon, 4 Dec 2017 08:35:58 -0800 Message-ID: <20171204163601.3055-1-hch@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: iommu@lists.linux-foundation.org, linux-arch@vger.kernel.org, linux-block@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org List-Id: linux-arch.vger.kernel.org Hi all, this small series tries to get rid of the global and misnamed PCI_DMA_BUS_IS_PHYS flag, and replace it with a setting in each struct dma_map_ops instance. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([65.50.211.133]:57076 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752677AbdLDQgD (ORCPT ); Mon, 4 Dec 2017 11:36:03 -0500 From: Christoph Hellwig Subject: replace PCI_DMA_BUS_IS_PHYS with a per-instance flag Date: Mon, 4 Dec 2017 08:35:58 -0800 Message-ID: <20171204163601.3055-1-hch@lst.de> Sender: linux-arch-owner@vger.kernel.org List-ID: To: iommu@lists.linux-foundation.org, linux-arch@vger.kernel.org, linux-block@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org Message-ID: <20171204163558.KejpyRovII0uIKfRmE7yyJ3FkY9f_AbTYIxtx-xMfD4@z> Hi all, this small series tries to get rid of the global and misnamed PCI_DMA_BUS_IS_PHYS flag, and replace it with a setting in each struct dma_map_ops instance.