Re: [PATCH V13 09/10] vfio, platform: add support for ACPI while detecting the reset driver

2016-02-03 Thread Sinan Kaya
Hi Baptiste, Alex; On 2/1/2016 11:29 AM, Eric Auger wrote: >>> I added Baptiste who is vfio platform driver sub-system maintainer. >> > >> > Thanks, we should ask Baptiste to get his email into the Maintainer file >> > list. > I think it is: > ./scripts/get_maintainer.pl >

Re: [PATCH V13 09/10] vfio, platform: add support for ACPI while detecting the reset driver

2016-02-03 Thread Sinan Kaya
Hi Baptiste, Alex; On 2/1/2016 11:29 AM, Eric Auger wrote: >>> I added Baptiste who is vfio platform driver sub-system maintainer. >> > >> > Thanks, we should ask Baptiste to get his email into the Maintainer file >> > list. > I think it is: > ./scripts/get_maintainer.pl >

Re: [PATCH V13 09/10] vfio, platform: add support for ACPI while detecting the reset driver

2016-02-01 Thread Timur Tabi
Sinan Kaya wrote: of-tested-by: ... Shanker and I tested ACPI before pushing the patches to the list and we also posted the corresponding QEMU patches as well to the qemu-devel maillist. http://patchwork.ozlabs.org/patch/575878/ I'll ask him to add his acpi-tested-by for the ACPI part. I

Re: [PATCH V13 09/10] vfio, platform: add support for ACPI while detecting the reset driver

2016-02-01 Thread Sinan Kaya
On 2/1/2016 11:49 AM, Timur Tabi wrote: > Sinan Kaya wrote: >> of-tested-by: ... >> >> Shanker and I tested ACPI before pushing the patches to the list and we also >> posted the corresponding QEMU patches as well to the qemu-devel maillist. >> >> http://patchwork.ozlabs.org/patch/575878/ >> >>

Re: [PATCH V13 09/10] vfio, platform: add support for ACPI while detecting the reset driver

2016-02-01 Thread Sinan Kaya
On 2/1/2016 11:29 AM, Eric Auger wrote: >> hanks, we should ask Baptiste to get his email into the Maintainer file list. > I think it is: > ./scripts/get_maintainer.pl > 0001-vfio-platform-add-support-for-ACPI-while-detecting-t.patch > > Baptiste Reynal (maintainer:VFIO > PLATFORM

Re: [PATCH V13 09/10] vfio, platform: add support for ACPI while detecting the reset driver

2016-02-01 Thread Eric Auger
On 02/01/2016 05:16 PM, Sinan Kaya wrote: > On 2/1/2016 11:08 AM, Eric Auger wrote: >>> For ACPI systems, ACPI HID needs to match and compat in the registered reset driver needs to match for ACPI reset driver loading to work. >> Don't really get the sentence. For ACPI systems, a

Re: [PATCH V13 09/10] vfio, platform: add support for ACPI while detecting the reset driver

2016-02-01 Thread Sinan Kaya
On 2/1/2016 11:08 AM, Eric Auger wrote: >> For ACPI systems, ACPI HID needs to match and compat in the registered >> > reset >> > driver needs to match for ACPI reset driver loading to work. > Don't really get the sentence. For ACPI systems, a registered reset > function is selected if its

Re: [PATCH V13 09/10] vfio, platform: add support for ACPI while detecting the reset driver

2016-02-01 Thread Eric Auger
Hi Sinan, On 01/29/2016 11:35 PM, Sinan Kaya wrote: > The code is using the compatible DT string to associate a reset driver with > the actual device itself. The compatible string does not exist on ACPI > based systems. HID is the unique identifier for a device driver instead. > The change allows

Re: [PATCH V13 09/10] vfio, platform: add support for ACPI while detecting the reset driver

2016-02-01 Thread Eric Auger
Hi Sinan, On 01/29/2016 11:35 PM, Sinan Kaya wrote: > The code is using the compatible DT string to associate a reset driver with > the actual device itself. The compatible string does not exist on ACPI > based systems. HID is the unique identifier for a device driver instead. > The change allows

Re: [PATCH V13 09/10] vfio, platform: add support for ACPI while detecting the reset driver

2016-02-01 Thread Sinan Kaya
On 2/1/2016 11:49 AM, Timur Tabi wrote: > Sinan Kaya wrote: >> of-tested-by: ... >> >> Shanker and I tested ACPI before pushing the patches to the list and we also >> posted the corresponding QEMU patches as well to the qemu-devel maillist. >> >> http://patchwork.ozlabs.org/patch/575878/ >> >>

Re: [PATCH V13 09/10] vfio, platform: add support for ACPI while detecting the reset driver

2016-02-01 Thread Sinan Kaya
On 2/1/2016 11:08 AM, Eric Auger wrote: >> For ACPI systems, ACPI HID needs to match and compat in the registered >> > reset >> > driver needs to match for ACPI reset driver loading to work. > Don't really get the sentence. For ACPI systems, a registered reset > function is selected if its

Re: [PATCH V13 09/10] vfio, platform: add support for ACPI while detecting the reset driver

2016-02-01 Thread Timur Tabi
Sinan Kaya wrote: of-tested-by: ... Shanker and I tested ACPI before pushing the patches to the list and we also posted the corresponding QEMU patches as well to the qemu-devel maillist. http://patchwork.ozlabs.org/patch/575878/ I'll ask him to add his acpi-tested-by for the ACPI part. I

Re: [PATCH V13 09/10] vfio, platform: add support for ACPI while detecting the reset driver

2016-02-01 Thread Eric Auger
On 02/01/2016 05:16 PM, Sinan Kaya wrote: > On 2/1/2016 11:08 AM, Eric Auger wrote: >>> For ACPI systems, ACPI HID needs to match and compat in the registered reset driver needs to match for ACPI reset driver loading to work. >> Don't really get the sentence. For ACPI systems, a

Re: [PATCH V13 09/10] vfio, platform: add support for ACPI while detecting the reset driver

2016-02-01 Thread Sinan Kaya
On 2/1/2016 11:29 AM, Eric Auger wrote: >> hanks, we should ask Baptiste to get his email into the Maintainer file list. > I think it is: > ./scripts/get_maintainer.pl > 0001-vfio-platform-add-support-for-ACPI-while-detecting-t.patch > > Baptiste Reynal

Re: [PATCH V13 09/10] vfio, platform: add support for ACPI while detecting the reset driver

2016-01-31 Thread Sinan Kaya
Hi Eric, Alex, Antonios; On 1/29/2016 5:35 PM, Sinan Kaya wrote: > The code is using the compatible DT string to associate a reset driver with > the actual device itself. The compatible string does not exist on ACPI > based systems. HID is the unique identifier for a device driver instead. > The

Re: [PATCH V13 09/10] vfio, platform: add support for ACPI while detecting the reset driver

2016-01-31 Thread Sinan Kaya
Hi Eric, Alex, Antonios; On 1/29/2016 5:35 PM, Sinan Kaya wrote: > The code is using the compatible DT string to associate a reset driver with > the actual device itself. The compatible string does not exist on ACPI > based systems. HID is the unique identifier for a device driver instead. > The

Re: [PATCH V13 09/10] vfio, platform: add support for ACPI while detecting the reset driver

2016-01-30 Thread kbuild test robot
Hi Sinan, [auto build test ERROR on vfio/next] [also build test ERROR on v4.5-rc1 next-20160129] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH V13 09/10] vfio, platform: add support for ACPI while detecting the reset driver

2016-01-30 Thread kbuild test robot
Hi Sinan, [auto build test ERROR on vfio/next] [also build test ERROR on v4.5-rc1 next-20160129] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

[PATCH V13 09/10] vfio, platform: add support for ACPI while detecting the reset driver

2016-01-29 Thread Sinan Kaya
The code is using the compatible DT string to associate a reset driver with the actual device itself. The compatible string does not exist on ACPI based systems. HID is the unique identifier for a device driver instead. The change allows a driver to register with DT compatible string or ACPI HID

[PATCH V13 09/10] vfio, platform: add support for ACPI while detecting the reset driver

2016-01-29 Thread Sinan Kaya
The code is using the compatible DT string to associate a reset driver with the actual device itself. The compatible string does not exist on ACPI based systems. HID is the unique identifier for a device driver instead. The change allows a driver to register with DT compatible string or ACPI HID