platform/x86: intel_pmc_core: Don't use global pmcdev in quirks
authorDavid E. Box <david.e.box@linux.intel.com>
Sat, 17 Apr 2021 03:12:44 +0000 (20:12 -0700)
committerHans de Goede <hdegoede@redhat.com>
Mon, 19 Apr 2021 08:41:24 +0000 (10:41 +0200)
commitc9f86d6ca6b5e23d30d16ade4b9fff5b922a610a
tree70b9ebcaae185951c55c97678c09e013ae4434a6
parent823b31517ad3196324322804ee365d5fcff704d6
platform/x86: intel_pmc_core: Don't use global pmcdev in quirks

The DMI callbacks, used for quirks, currently access the PMC by getting
the address a global pmc_dev struct. Instead, have the callbacks set a
global quirk specific variable. In probe, after calling dmi_check_system(),
pass pmc_dev to a function that will handle each quirk if its variable
condition is met. This allows removing the global pmc_dev later.

Signed-off-by: David E. Box <david.e.box@linux.intel.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Rajneesh Bhardwaj <irenic.rajneesh@gmail.com>
Link: https://lore.kernel.org/r/20210417031252.3020837-2-david.e.box@linux.intel.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/intel_pmc_core.c