[PATCH 4/4] perf: arm_spe: Enable ACPI/Platform automatic module loading

2019-06-14 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 Reviewed-by: Sudeep Holla --- drivers/perf/arm_spe_pmu.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deleti

Re: [PATCH 4/4] perf: arm_spe: Enable ACPI/Platform automatic module loading

2019-04-26 Thread Will Deacon
On Thu, Apr 25, 2019 at 07:58:28PM -0500, Jeremy Linton wrote: > On 4/16/19 8:50 AM, Will Deacon wrote: > > On Thu, Apr 04, 2019 at 12:24:38PM -0500, Jeremy Linton wrote: > > > On 4/4/19 12:04 PM, Will Deacon wrote: > > > > On Tue, Mar 26, 2019 at 05:39:38PM -0500, Jeremy Linton wrote: > > > > > Le

Re: [PATCH 4/4] perf: arm_spe: Enable ACPI/Platform automatic module loading

2019-04-25 Thread Jeremy Linton
Hi, On 4/16/19 8:50 AM, Will Deacon wrote: On Thu, Apr 04, 2019 at 12:24:38PM -0500, Jeremy Linton wrote: On 4/4/19 12:04 PM, Will Deacon wrote: On Tue, Mar 26, 2019 at 05:39:38PM -0500, Jeremy Linton wrote: Lets add the MODULE_TABLE and platform id_table entries so that the SPE driver can at

Re: [PATCH 4/4] perf: arm_spe: Enable ACPI/Platform automatic module loading

2019-04-16 Thread Will Deacon
On Thu, Apr 04, 2019 at 12:24:38PM -0500, Jeremy Linton wrote: > On 4/4/19 12:04 PM, Will Deacon wrote: > > On Tue, Mar 26, 2019 at 05:39:38PM -0500, Jeremy Linton wrote: > > > Lets add the MODULE_TABLE and platform id_table entries so that > > > the SPE driver can attach to the ACPI platform devic

Re: [PATCH 4/4] perf: arm_spe: Enable ACPI/Platform automatic module loading

2019-04-04 Thread Jeremy Linton
Hi, On 4/4/19 12:04 PM, Will Deacon wrote: On Tue, Mar 26, 2019 at 05:39:38PM -0500, 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. Signed-off-by: Jeremy Linton Reviewed-b

Re: [PATCH 4/4] perf: arm_spe: Enable ACPI/Platform automatic module loading

2019-04-04 Thread Will Deacon
On Tue, Mar 26, 2019 at 05:39:38PM -0500, 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. > > Signed-off-by: Jeremy Linton > Reviewed-by: Sudeep Holla > --- > drivers/p

[PATCH 4/4] perf: arm_spe: Enable ACPI/Platform automatic module loading

2019-03-26 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 Reviewed-by: Sudeep Holla --- drivers/perf/arm_spe_pmu.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletion