Re: [PATCH v2 5/6] drivers/hv/vmbus: Get the irq number from DeviceTree

2024-05-20 Thread Roman Kisel
On 5/17/2024 10:14 AM, Rob Herring wrote: On Tue, May 14, 2024 at 5:45 PM Roman Kisel wrote: The vmbus driver uses ACPI for interrupt assignment on arm64 hence it won't function in the VTL mode where only DeviceTree can be used. Update the vmbus driver to discover interrupt configuration v

Re: [PATCH v2 5/6] drivers/hv/vmbus: Get the irq number from DeviceTree

2024-05-17 Thread Rob Herring
On Tue, May 14, 2024 at 5:45 PM Roman Kisel wrote: > > The vmbus driver uses ACPI for interrupt assignment on > arm64 hence it won't function in the VTL mode where only > DeviceTree can be used. > > Update the vmbus driver to discover interrupt configuration > via DeviceTree. > > Signed-off-by: Ro

Re: [PATCH v2 5/6] drivers/hv/vmbus: Get the irq number from DeviceTree

2024-05-15 Thread kernel test robot
Hi Roman, kernel test robot noticed the following build errors: [auto build test ERROR on f2580a907e5c0e8fc9354fd095b011301c64f949] url: https://github.com/intel-lab-lkp/linux/commits/Roman-Kisel/arm64-hyperv-Support-DeviceTree/20240515-064749 base: f2580a907e5c0e8fc9354fd095b011301c64f949

Re: [PATCH v2 5/6] drivers/hv/vmbus: Get the irq number from DeviceTree

2024-05-15 Thread Roman Kisel
On 5/15/2024 6:44 AM, Michael Kelley wrote: From: Roman Kisel Sent: Tuesday, May 14, 2024 3:44 PM The vmbus driver uses ACPI for interrupt assignment on arm64 hence it won't function in the VTL mode where only DeviceTree can be used. Update the vmbus driver to discover interrupt configura

Re: [PATCH v2 5/6] drivers/hv/vmbus: Get the irq number from DeviceTree

2024-05-15 Thread Roman Kisel
On 5/15/2024 12:47 AM, Krzysztof Kozlowski wrote: On 15/05/2024 00:43, Roman Kisel wrote: The vmbus driver uses ACPI for interrupt assignment on arm64 hence it won't function in the VTL mode where only DeviceTree can be used. Update the vmbus driver to discover interrupt configuration via De

Re: [PATCH v2 5/6] drivers/hv/vmbus: Get the irq number from DeviceTree

2024-05-15 Thread Roman Kisel
On 5/15/2024 2:42 AM, Saurabh Singh Sengar wrote: On Tue, May 14, 2024 at 03:43:52PM -0700, Roman Kisel wrote: The vmbus driver uses ACPI for interrupt assignment on In subject use the prefix "Drivers: hv: vmbus:". It is preferred to us "VMbus/VMBus" instead of "vmbus" for all the commit me

RE: [PATCH v2 5/6] drivers/hv/vmbus: Get the irq number from DeviceTree

2024-05-15 Thread Michael Kelley
From: Roman Kisel Sent: Tuesday, May 14, 2024 3:44 PM > > The vmbus driver uses ACPI for interrupt assignment on > arm64 hence it won't function in the VTL mode where only > DeviceTree can be used. > > Update the vmbus driver to discover interrupt configuration > via DeviceTree. > > Signed-off

Re: [PATCH v2 5/6] drivers/hv/vmbus: Get the irq number from DeviceTree

2024-05-15 Thread Saurabh Singh Sengar
On Tue, May 14, 2024 at 03:43:52PM -0700, Roman Kisel wrote: > The vmbus driver uses ACPI for interrupt assignment on In subject use the prefix "Drivers: hv: vmbus:". It is preferred to us "VMbus/VMBus" instead of "vmbus" for all the commit message and comments. > arm64 hence it won't function in

Re: [PATCH v2 5/6] drivers/hv/vmbus: Get the irq number from DeviceTree

2024-05-15 Thread Krzysztof Kozlowski
On 15/05/2024 00:43, Roman Kisel wrote: > The vmbus driver uses ACPI for interrupt assignment on > arm64 hence it won't function in the VTL mode where only > DeviceTree can be used. > > Update the vmbus driver to discover interrupt configuration > via DeviceTree. > > Signed-off-by: Roman Kisel >