Re: [PATCH v7 05/10] arm64: hyperv: Add interrupt handlers for VMbus and stimer

2020-08-26 Thread Arnd Bergmann
On Wed, Aug 26, 2020 at 12:04 AM Michael Kelley wrote: > From: Arnd Bergmann Sent: Monday, August 24, 2020 11:54 AM > > > > I'm not sure what the correct solution should be, but what I'd try to > > do here is to move every function that just considers the platform > > rather than the architectur

RE: [PATCH v7 05/10] arm64: hyperv: Add interrupt handlers for VMbus and stimer

2020-08-25 Thread Michael Kelley
From: Arnd Bergmann Sent: Monday, August 24, 2020 11:54 AM > > On Mon, Aug 24, 2020 at 6:46 PM Michael Kelley wrote: > > > > Add ARM64-specific code to set up and handle the interrupts > > generated by Hyper-V for VMbus messages and for stimer expiration. > > > > This code is architecture depend

Re: [PATCH v7 05/10] arm64: hyperv: Add interrupt handlers for VMbus and stimer

2020-08-24 Thread Arnd Bergmann
On Mon, Aug 24, 2020 at 6:46 PM Michael Kelley wrote: > > Add ARM64-specific code to set up and handle the interrupts > generated by Hyper-V for VMbus messages and for stimer expiration. > > This code is architecture dependent and is mostly driven by > architecture independent code in the VMbus dr

[PATCH v7 05/10] arm64: hyperv: Add interrupt handlers for VMbus and stimer

2020-08-24 Thread Michael Kelley
Add ARM64-specific code to set up and handle the interrupts generated by Hyper-V for VMbus messages and for stimer expiration. This code is architecture dependent and is mostly driven by architecture independent code in the VMbus driver and the Hyper-V timer clocksource driver. This code is built