Re: [PATCH] misc/pvpanic: Export module FDT device table

2021-02-18 Thread Greg Kroah-Hartman
On Thu, Feb 18, 2021 at 06:51:08PM +0800, Shile Zhang wrote: > > > On 2021/2/18 18:00, Greg Kroah-Hartman wrote: > > On Thu, Feb 18, 2021 at 05:40:24PM +0800, Shile Zhang wrote: > > > Export the module FDT device table to ensure the FDT compatible strings > > > are listed in the module alias. Thi

Re: [PATCH] misc/pvpanic: Export module FDT device table

2021-02-18 Thread Shile Zhang
On 2021/2/18 18:00, Greg Kroah-Hartman wrote: On Thu, Feb 18, 2021 at 05:40:24PM +0800, Shile Zhang wrote: Export the module FDT device table to ensure the FDT compatible strings are listed in the module alias. This help the pvpanic driver can be loaded on boot automatically not only the ACPI

[PATCH] misc/pvpanic: Export module FDT device table

2021-02-18 Thread Shile Zhang
Export the module FDT device table to ensure the FDT compatible strings are listed in the module alias. This help the pvpanic driver can be loaded on boot automatically not only the ACPI device, but also the FDT device. Signed-off-by: Shile Zhang --- drivers/misc/pvpanic.c | 1 + 1 file changed,

Re: [PATCH] misc/pvpanic: Export module FDT device table

2021-02-18 Thread Greg Kroah-Hartman
On Thu, Feb 18, 2021 at 05:40:24PM +0800, Shile Zhang wrote: > Export the module FDT device table to ensure the FDT compatible strings > are listed in the module alias. This help the pvpanic driver can be > loaded on boot automatically not only the ACPI device, but also the FDT > device. > > Signe