Re: [PATCH 4/7] iommu: Add driver-not-bound notification

2017-06-14 Thread Auger Eric
Hi, On 09/06/2017 23:59, Alex Williamson wrote: > The driver core supports a BUS_NOTIFY_DRIVER_NOT_BOUND notification > sent if a driver fails to bind to a device. Extend IOMMU group > notifications to include a version of this. > > Signed-off-by: Alex Williamson >

Re: [PATCH 4/7] iommu: Add driver-not-bound notification

2017-06-14 Thread Auger Eric
Hi, On 09/06/2017 23:59, Alex Williamson wrote: > The driver core supports a BUS_NOTIFY_DRIVER_NOT_BOUND notification > sent if a driver fails to bind to a device. Extend IOMMU group > notifications to include a version of this. > > Signed-off-by: Alex Williamson > Cc: Joerg Roedel > --- >

Re: [PATCH 4/7] iommu: Add driver-not-bound notification

2017-06-10 Thread Joerg Roedel
On Fri, Jun 09, 2017 at 04:43:34PM -0600, Alex Williamson wrote: > + case BUS_NOTIFY_DRIVER_NOT_BOUND: > + group_action = IOMMU_GROUP_NOTIFY_DRIVER_NOT_BOUND; > + break; Ah yes, I missed that too when looking at the patch. Still Acked-by-Me :) Joerg

Re: [PATCH 4/7] iommu: Add driver-not-bound notification

2017-06-10 Thread Joerg Roedel
On Fri, Jun 09, 2017 at 04:43:34PM -0600, Alex Williamson wrote: > + case BUS_NOTIFY_DRIVER_NOT_BOUND: > + group_action = IOMMU_GROUP_NOTIFY_DRIVER_NOT_BOUND; > + break; Ah yes, I missed that too when looking at the patch. Still Acked-by-Me :) Joerg

Re: [PATCH 4/7] iommu: Add driver-not-bound notification

2017-06-09 Thread Alex Williamson
On Sat, 10 Jun 2017 00:21:33 +0200 Joerg Roedel wrote: > On Fri, Jun 09, 2017 at 03:59:59PM -0600, Alex Williamson wrote: > > The driver core supports a BUS_NOTIFY_DRIVER_NOT_BOUND notification > > sent if a driver fails to bind to a device. Extend IOMMU group > > notifications

Re: [PATCH 4/7] iommu: Add driver-not-bound notification

2017-06-09 Thread Alex Williamson
On Sat, 10 Jun 2017 00:21:33 +0200 Joerg Roedel wrote: > On Fri, Jun 09, 2017 at 03:59:59PM -0600, Alex Williamson wrote: > > The driver core supports a BUS_NOTIFY_DRIVER_NOT_BOUND notification > > sent if a driver fails to bind to a device. Extend IOMMU group > > notifications to include a

Re: [PATCH 4/7] iommu: Add driver-not-bound notification

2017-06-09 Thread Joerg Roedel
On Fri, Jun 09, 2017 at 03:59:59PM -0600, Alex Williamson wrote: > The driver core supports a BUS_NOTIFY_DRIVER_NOT_BOUND notification > sent if a driver fails to bind to a device. Extend IOMMU group > notifications to include a version of this. > > Signed-off-by: Alex Williamson

Re: [PATCH 4/7] iommu: Add driver-not-bound notification

2017-06-09 Thread Joerg Roedel
On Fri, Jun 09, 2017 at 03:59:59PM -0600, Alex Williamson wrote: > The driver core supports a BUS_NOTIFY_DRIVER_NOT_BOUND notification > sent if a driver fails to bind to a device. Extend IOMMU group > notifications to include a version of this. > > Signed-off-by: Alex Williamson > Cc: Joerg

[PATCH 4/7] iommu: Add driver-not-bound notification

2017-06-09 Thread Alex Williamson
The driver core supports a BUS_NOTIFY_DRIVER_NOT_BOUND notification sent if a driver fails to bind to a device. Extend IOMMU group notifications to include a version of this. Signed-off-by: Alex Williamson Cc: Joerg Roedel --- drivers/iommu/iommu.c

[PATCH 4/7] iommu: Add driver-not-bound notification

2017-06-09 Thread Alex Williamson
The driver core supports a BUS_NOTIFY_DRIVER_NOT_BOUND notification sent if a driver fails to bind to a device. Extend IOMMU group notifications to include a version of this. Signed-off-by: Alex Williamson Cc: Joerg Roedel --- drivers/iommu/iommu.c |2 ++ include/linux/iommu.h |1 + 2