Re: [PATCH V6 5/8] vfio: platform: call _RST method when using ACPI

2016-06-12 Thread Sinan Kaya
On 6/8/2016 6:31 PM, Rafael J. Wysocki wrote: > On Sun, May 29, 2016 at 12:01 AM, Sinan Kaya wrote: >> The device tree code checks for the presence of a reset driver and calls >> the of_reset function pointer by looking up the reset driver as a module. >> >> ACPI defines

Re: [PATCH V6 5/8] vfio: platform: call _RST method when using ACPI

2016-06-12 Thread Sinan Kaya
On 6/8/2016 6:31 PM, Rafael J. Wysocki wrote: > On Sun, May 29, 2016 at 12:01 AM, Sinan Kaya wrote: >> The device tree code checks for the presence of a reset driver and calls >> the of_reset function pointer by looking up the reset driver as a module. >> >> ACPI defines _RST method to perform

Re: [PATCH V6 5/8] vfio: platform: call _RST method when using ACPI

2016-06-08 Thread Sinan Kaya
On 6/8/2016 6:31 PM, Rafael J. Wysocki wrote: > On Sun, May 29, 2016 at 12:01 AM, Sinan Kaya wrote: >> The device tree code checks for the presence of a reset driver and calls >> the of_reset function pointer by looking up the reset driver as a module. >> >> ACPI defines

Re: [PATCH V6 5/8] vfio: platform: call _RST method when using ACPI

2016-06-08 Thread Sinan Kaya
On 6/8/2016 6:31 PM, Rafael J. Wysocki wrote: > On Sun, May 29, 2016 at 12:01 AM, Sinan Kaya wrote: >> The device tree code checks for the presence of a reset driver and calls >> the of_reset function pointer by looking up the reset driver as a module. >> >> ACPI defines _RST method to perform

Re: [PATCH V6 5/8] vfio: platform: call _RST method when using ACPI

2016-06-08 Thread Rafael J. Wysocki
On Sun, May 29, 2016 at 12:01 AM, Sinan Kaya wrote: > The device tree code checks for the presence of a reset driver and calls > the of_reset function pointer by looking up the reset driver as a module. > > ACPI defines _RST method to perform device level reset. After the

Re: [PATCH V6 5/8] vfio: platform: call _RST method when using ACPI

2016-06-08 Thread Rafael J. Wysocki
On Sun, May 29, 2016 at 12:01 AM, Sinan Kaya wrote: > The device tree code checks for the presence of a reset driver and calls > the of_reset function pointer by looking up the reset driver as a module. > > ACPI defines _RST method to perform device level reset. After the _RST > method is

Re: [PATCH V6 5/8] vfio: platform: call _RST method when using ACPI

2016-06-07 Thread Auger Eric
Hi Sinan, Le 29/05/2016 à 00:01, Sinan Kaya a écrit : > The device tree code checks for the presence of a reset driver and calls > the of_reset function pointer by looking up the reset driver as a module. > > ACPI defines _RST method to perform device level reset. After the _RST > method is

Re: [PATCH V6 5/8] vfio: platform: call _RST method when using ACPI

2016-06-07 Thread Auger Eric
Hi Sinan, Le 29/05/2016 à 00:01, Sinan Kaya a écrit : > The device tree code checks for the presence of a reset driver and calls > the of_reset function pointer by looking up the reset driver as a module. > > ACPI defines _RST method to perform device level reset. After the _RST > method is

[PATCH V6 5/8] vfio: platform: call _RST method when using ACPI

2016-05-28 Thread Sinan Kaya
The device tree code checks for the presence of a reset driver and calls the of_reset function pointer by looking up the reset driver as a module. ACPI defines _RST method to perform device level reset. After the _RST method is executed, the OS can resume using the device. _RST method is expected

[PATCH V6 5/8] vfio: platform: call _RST method when using ACPI

2016-05-28 Thread Sinan Kaya
The device tree code checks for the presence of a reset driver and calls the of_reset function pointer by looking up the reset driver as a module. ACPI defines _RST method to perform device level reset. After the _RST method is executed, the OS can resume using the device. _RST method is expected