Re: [RFC 3/3] perf: arm_spe: Enable ACPI/Platform automatic module loading

2019-02-11 Thread Sudeep Holla
On Fri, Feb 08, 2019 at 06:47:18PM -0600, Jeremy Linton wrote: > Lets add the MODULE_TABLE and platform id_table entries so that > the SPE driver can attach to the ACPI platform device created by > the core pmu code. > Reviewed-by: Sudeep Holla

[RFC 3/3] perf: arm_spe: Enable ACPI/Platform automatic module loading

2019-02-08 Thread Jeremy Linton
Lets add the MODULE_TABLE and platform id_table entries so that the SPE driver can attach to the ACPI platform device created by the core pmu code. Signed-off-by: Jeremy Linton --- drivers/perf/arm_spe_pmu.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git