Re: [PATCH v7] platform/x86: intel_pmc_core: Attach using APCI HID "INT33A1"

2019-09-08 Thread Rajat Jain
On Sat, Sep 7, 2019 at 10:42 AM Andy Shevchenko wrote: > > On Fri, Aug 23, 2019 at 1:44 AM Rajat Jain wrote: > > > > On Thu, Jun 27, 2019 at 8:34 PM Rajat Jain wrote: > > > > > > Most modern platforms already have the ACPI device "INT33A1" that could > > > be used to attach to the driver.

Re: [PATCH v7] platform/x86: intel_pmc_core: Attach using APCI HID "INT33A1"

2019-09-07 Thread Andy Shevchenko
On Fri, Aug 23, 2019 at 1:44 AM Rajat Jain wrote: > > On Thu, Jun 27, 2019 at 8:34 PM Rajat Jain wrote: > > > > Most modern platforms already have the ACPI device "INT33A1" that could > > be used to attach to the driver. Switch the driver to using that and > > thus make the intel_pmc_core.c a

Re: [PATCH v7] platform/x86: intel_pmc_core: Attach using APCI HID "INT33A1"

2019-08-22 Thread Rajat Jain
On Thu, Jun 27, 2019 at 8:34 PM Rajat Jain wrote: > > Most modern platforms already have the ACPI device "INT33A1" that could > be used to attach to the driver. Switch the driver to using that and > thus make the intel_pmc_core.c a pure platform_driver. > > Some of the legacy platforms though,

[PATCH v7] platform/x86: intel_pmc_core: Attach using APCI HID "INT33A1"

2019-06-27 Thread Rajat Jain
Most modern platforms already have the ACPI device "INT33A1" that could be used to attach to the driver. Switch the driver to using that and thus make the intel_pmc_core.c a pure platform_driver. Some of the legacy platforms though, may still not have this ACPI device in their ACPI tables. Thus