From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762037AbbA3Nay (ORCPT ); Fri, 30 Jan 2015 08:30:54 -0500 Received: from 8bytes.org ([81.169.241.247]:58076 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753492AbbA3Nax (ORCPT ); Fri, 30 Jan 2015 08:30:53 -0500 Date: Fri, 30 Jan 2015 14:30:51 +0100 From: Joerg Roedel To: iommu@lists.linux-foundation.org Cc: Laurent Pinchart , Arnd Bergmann , Will Deacon , Thierry Reding , Varun Sethi , linux-kernel@vger.kernel.org, jroedel@suse.de Subject: Re: [PATCH 0/4] iommu: Small fixes and cleanups Message-ID: <20150130133051.GG3702@8bytes.org> References: <1422316230-18893-1-git-send-email-joro@8bytes.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1422316230-18893-1-git-send-email-joro@8bytes.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 27, 2015 at 12:50:26AM +0100, Joerg Roedel wrote: > Hi, > > here are a couple of iommu fixes and cleanups to fix compile > errors and some warnings on ARM and PPC. > > Regards, > > Joerg > > Joerg Roedel (4): > iommu: Make more drivers depend on COMPILE_TEST > iommu/exynos: Make driver depend on REGULATOR > iommu/omap: Print phys_addr_t using %pa > iommu/fsl: Use %pa to print phys_addr_t > > drivers/iommu/Kconfig | 11 +++++++---- > drivers/iommu/fsl_pamu.c | 4 ++-- > drivers/iommu/omap-iommu.c | 2 +- > 3 files changed, 10 insertions(+), 7 deletions(-) Applied these patches to their respective branches.