Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754801AbdCaMLF (ORCPT ); Fri, 31 Mar 2017 08:11:05 -0400 Received: from 8bytes.org ([81.169.241.247]:46578 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752512AbdCaMLE (ORCPT ); Fri, 31 Mar 2017 08:11:04 -0400 From: Joerg Roedel To: Suman Anna , iommu@lists.linux-foundation.org Cc: linux-kernel@vger.kernel.org, Joerg Roedel Subject: [PATCH 0/5] iommu/omap: Add support for iommu-groups and 'struct iommu_device' Date: Fri, 31 Mar 2017 14:10:43 +0200 Message-Id: <1490962248-12602-1-git-send-email-joro@8bytes.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 682 Lines: 23 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 Joerg Roedel (5): iommu/omap: Move data structures to omap-iommu.h iommu/omap: Permanently keep iommu_dev pointer in arch_data 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 | 137 ++++++++++++++++++++----------- drivers/iommu/omap-iommu.h | 35 ++++++++ include/linux/platform_data/iommu-omap.h | 15 ---- 3 files changed, 124 insertions(+), 63 deletions(-) -- 1.9.1