Re: [PATCH] s390/cio: introduce driver_override on the css bus

2019-07-03 Thread Cornelia Huck
On Wed, 3 Jul 2019 17:09:53 +0200 Vasily Gorbik wrote: > On Wed, Jul 03, 2019 at 04:55:06PM +0200, Cornelia Huck wrote: > > On Mon, 24 Jun 2019 09:17:40 +0200 > > Cornelia Huck wrote: > > > > > On Fri, 21 Jun 2019 18:19:36 +0200 (CEST) > > > Sebastian Ott wrote: > > > > > > > On Thu, 13 J

Re: [PATCH] s390/cio: introduce driver_override on the css bus

2019-07-03 Thread Vasily Gorbik
On Wed, Jul 03, 2019 at 04:55:06PM +0200, Cornelia Huck wrote: > On Mon, 24 Jun 2019 09:17:40 +0200 > Cornelia Huck wrote: > > > On Fri, 21 Jun 2019 18:19:36 +0200 (CEST) > > Sebastian Ott wrote: > > > > > On Thu, 13 Jun 2019, Cornelia Huck wrote: > > > > Sometimes, we want to control which o

Re: [PATCH] s390/cio: introduce driver_override on the css bus

2019-07-03 Thread Cornelia Huck
On Mon, 24 Jun 2019 09:17:40 +0200 Cornelia Huck wrote: > On Fri, 21 Jun 2019 18:19:36 +0200 (CEST) > Sebastian Ott wrote: > > > On Thu, 13 Jun 2019, Cornelia Huck wrote: > > > Sometimes, we want to control which of the matching drivers > > > binds to a subchannel device (e.g. for subchannels

Re: [PATCH] s390/cio: introduce driver_override on the css bus

2019-06-24 Thread Cornelia Huck
On Fri, 21 Jun 2019 18:19:36 +0200 (CEST) Sebastian Ott wrote: > On Thu, 13 Jun 2019, Cornelia Huck wrote: > > Sometimes, we want to control which of the matching drivers > > binds to a subchannel device (e.g. for subchannels we want to > > handle via vfio-ccw). > > > > For pci devices, a mechan

Re: [PATCH] s390/cio: introduce driver_override on the css bus

2019-06-21 Thread Sebastian Ott
On Thu, 13 Jun 2019, Cornelia Huck wrote: > Sometimes, we want to control which of the matching drivers > binds to a subchannel device (e.g. for subchannels we want to > handle via vfio-ccw). > > For pci devices, a mechanism to do so has been introduced in > 782a985d7af2 ("PCI: Introduce new devic

Re: [PATCH] s390/cio: introduce driver_override on the css bus

2019-06-21 Thread Cornelia Huck
On Fri, 21 Jun 2019 15:37:11 +0200 Halil Pasic wrote: > On Fri, 21 Jun 2019 11:56:04 +0200 > Cornelia Huck wrote: > > > On Thu, 13 Jun 2019 13:08:15 +0200 > > Cornelia Huck wrote: > > > > > Sometimes, we want to control which of the matching drivers > > > binds to a subchannel device (e.g.

Re: [PATCH] s390/cio: introduce driver_override on the css bus

2019-06-21 Thread Halil Pasic
On Fri, 21 Jun 2019 11:56:04 +0200 Cornelia Huck wrote: > On Thu, 13 Jun 2019 13:08:15 +0200 > Cornelia Huck wrote: > > > Sometimes, we want to control which of the matching drivers > > binds to a subchannel device (e.g. for subchannels we want to > > handle via vfio-ccw). > > > > For pci devi

Re: [PATCH] s390/cio: introduce driver_override on the css bus

2019-06-21 Thread Cornelia Huck
On Thu, 13 Jun 2019 13:08:15 +0200 Cornelia Huck wrote: > Sometimes, we want to control which of the matching drivers > binds to a subchannel device (e.g. for subchannels we want to > handle via vfio-ccw). > > For pci devices, a mechanism to do so has been introduced in > 782a985d7af2 ("PCI: Int

[PATCH] s390/cio: introduce driver_override on the css bus

2019-06-13 Thread Cornelia Huck
Sometimes, we want to control which of the matching drivers binds to a subchannel device (e.g. for subchannels we want to handle via vfio-ccw). For pci devices, a mechanism to do so has been introduced in 782a985d7af2 ("PCI: Introduce new device binding path using pci_dev.driver_override"). It mak