From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH 2/2] iommu: Implement a dummy bus_set_iommu() Date: Mon, 18 Aug 2014 18:57:50 +0200 Message-ID: <20140818165750.GE9809@8bytes.org> References: <1406897113-20099-1-git-send-email-thierry.reding@gmail.com> <1406897113-20099-2-git-send-email-thierry.reding@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1406897113-20099-2-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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: Thierry Reding Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: iommu@lists.linux-foundation.org On Fri, Aug 01, 2014 at 02:45:13PM +0200, Thierry Reding wrote: > From: Thierry Reding > > This allows IOMMU drivers to compile even if IOMMU_API is not selected > and helps improve compile coverage. IOMMU drivers usually implement the IOMMU-API, so they have a strong dependency to it. Why do you want to compile-test an iommu driver without testing the iommu core-code as well? Joerg