Re: [PATCH 1/1] efi_driver: provide driver binding protocol to bind function

2022-10-06 Thread Heinrich Schuchardt
On 10/6/22 11:29, Ilias Apalodimas wrote: Hi Heinrich, On Tue, Oct 04, 2022 at 07:21:02PM +0200, Heinrich Schuchardt wrote: DisconnectController() is based on the open protocol information created when the driver opens a protocol with BY_CHILD_CONTROLLER or BY_DRIVER. To create an open prot

Re: [PATCH 1/1] efi_driver: provide driver binding protocol to bind function

2022-10-06 Thread Ilias Apalodimas
Hi Heinrich, On Tue, Oct 04, 2022 at 07:21:02PM +0200, Heinrich Schuchardt wrote: > DisconnectController() is based on the open protocol information created > when the driver opens a protocol with BY_CHILD_CONTROLLER or BY_DRIVER. > > To create an open protocol information it is required to supp

[PATCH 1/1] efi_driver: provide driver binding protocol to bind function

2022-10-04 Thread Heinrich Schuchardt
DisconnectController() is based on the open protocol information created when the driver opens a protocol with BY_CHILD_CONTROLLER or BY_DRIVER. To create an open protocol information it is required to supply the handle of the driver as agent handle. This information is available as field DriverBi