From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de ([213.95.11.211]:35852 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725535AbgIKH1g (ORCPT ); Fri, 11 Sep 2020 03:27:36 -0400 Date: Fri, 11 Sep 2020 09:27:34 +0200 From: Christoph Hellwig Subject: s390 PCI dma ops Message-ID: <20200911072734.GA23043@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-s390-owner@vger.kernel.org List-ID: To: Matthew Rosato , Gerald Schaefer , Niklas Schnelle Cc: linux-s390@vger.kernel.org Hi S/390 PCI and IOMMU maintainers, We've recently tried to convert all implementations of the IOMMU API to use drivers/iommu/dma-iommu.c instead of their local IOMMU ops. I've looked at S/390 and while some comments mention things about the iommu API the implementation looks quite separate. Do arch/s390/pci/pci_dma.c and drivers/iommu/s390-iommu.c driver the same hardware? If so would a switch to drivers/iommu/dma-iommu.c be feasibel?