Re: [PATCH V4 2/6] misc/pvpanic: Add pvpanic driver framework

2019-01-24 Thread Andy Shevchenko
On Thu, Jan 24, 2019 at 10:17 AM Peng Hao wrote: > > Add pvpanic driver framework. Follow-up patches will split the original > pvpanic acpi/of driver as the two separate files and modify code to > adapt the framework. > This one has run-time bisectability issues. > Signed-off-by: Peng Hao > ---

[PATCH V4 2/6] misc/pvpanic: Add pvpanic driver framework

2019-01-24 Thread Peng Hao
Add pvpanic driver framework. Follow-up patches will split the original pvpanic acpi/of driver as the two separate files and modify code to adapt the framework. Signed-off-by: Peng Hao --- drivers/misc/pvpanic/pvpanic.c | 158 +++-- 1 file changed, 27 insertio