Re: [PATCH char-misc-next v2 04/22] iommu: Allow iova to be used without requiring IOMMU_SUPPORT

2015-10-06 Thread Sudeep Dutt
On Tue, 2015-10-06 at 09:33 +0100, gre...@linuxfoundation.org wrote: > On Tue, Oct 06, 2015 at 01:05:27AM -0700, Sudeep Dutt wrote: > > On Tue, 2015-10-06 at 08:56 +0100, gre...@linuxfoundation.org wrote: > > > On Mon, Oct 05, 2015 at 10:23:38PM -0700, Sudeep Dutt wrote: > >

Re: [PATCH char-misc-next v2 04/22] iommu: Allow iova to be used without requiring IOMMU_SUPPORT

2015-10-06 Thread Sudeep Dutt
On Tue, 2015-10-06 at 08:56 +0100, gre...@linuxfoundation.org wrote: > On Mon, Oct 05, 2015 at 10:23:38PM -0700, Sudeep Dutt wrote: > > On Tue, 2015-10-06 at 06:20 +0100, gre...@linuxfoundation.org wrote: > > > On Tue, Oct 06, 2015 at 06:12:40AM +0100, gre...@linuxfoundatio

Re: [PATCH char-misc-next v2 04/22] iommu: Allow iova to be used without requiring IOMMU_SUPPORT

2015-10-05 Thread Sudeep Dutt
On Tue, 2015-10-06 at 06:20 +0100, gre...@linuxfoundation.org wrote: > On Tue, Oct 06, 2015 at 06:12:40AM +0100, gre...@linuxfoundation.org wrote: > > On Mon, Oct 05, 2015 at 10:38:43AM -0700, Sudeep Dutt wrote: > > > On Mon, 2015-10-05 at 03:50 -0700, Woodhouse, David wrote: &g

Re: [PATCH char-misc-next v2 04/22] iommu: Allow iova to be used without requiring IOMMU_SUPPORT

2015-10-05 Thread Sudeep Dutt
On Mon, 2015-10-05 at 03:50 -0700, Woodhouse, David wrote: > On Tue, 2015-09-29 at 18:09 -0700, Ashutosh Dixit wrote: > > From: Sudeep Dutt > > > > iova is a library which can be built without IOMMU_SUPPORT > > > > Signed-off-by: Sudeep Dutt > > The firs

[PATCH char-misc-testing 1/1] Revert "iommu: Allow iova to be used without requiring IOMMU_SUPPORT"

2015-10-05 Thread Sudeep Dutt
4.3-rc4. The correct long term solution is to move the iova library from drivers/iommu into lib/iova which will be done in a future patch. Cc: David Woodhouse Reviewed-by: Ashutosh Dixit Signed-off-by: Sudeep Dutt --- drivers/iommu/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(

Re: [PATCH char-misc-next 10/19] lib: convert iova.c into a library

2015-07-28 Thread Sudeep Dutt
> > > > > Cc: Joerg Roedel > > > > Reviewed-by: Anil S Keshavamurthy > > > > > > > > Reviewed-by: Sudeep Dutt > > > > Signed-off-by: Harish Chegondi > > > > > > Where is this going to be used outside of the IOMMU wo

Re: [PATCH v2 1/4] misc: mic: Add include of

2014-02-20 Thread Sudeep Dutt
dce2ecde..0398c696d257 100644 > --- a/drivers/misc/mic/host/mic_device.h > +++ b/drivers/misc/mic/host/mic_device.h > @@ -24,6 +24,7 @@ > #include > #include > #include > +#include > > #include "mic_intr.h" > > Acked-by: Sudeep