From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: [PATCH 0/4 v2] iommu/omap: Add support for iommu-groups and 'struct iommu_device' Date: Fri, 7 Apr 2017 16:41:28 +0200 Message-ID: <1491576092-23339-1-git-send-email-joro@8bytes.org> 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: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Suman Anna , iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: iommu@lists.linux-foundation.org Hi, here is a small patch-set for the omap-iommu driver to make it use new features of the iommu-core. Please review. Thanks, Joerg Changes since v1: * Dropped patch 2 and moved device-link and group-handling to attach/detach_dev call-backs for now. Joerg Roedel (4): iommu/omap: Move data structures to omap-iommu.h iommu/omap: Set dev->archdata.iommu = NULL in omap_iommu_remove_device iommu/omap: Make use of 'struct iommu_device' iommu/omap: Add iommu-group support drivers/iommu/omap-iommu.c | 82 +++++++++++++++++++++++++------- drivers/iommu/omap-iommu.h | 35 ++++++++++++++ include/linux/platform_data/iommu-omap.h | 17 ------- 3 files changed, 101 insertions(+), 33 deletions(-) -- 1.9.1