Re: [PATCH 7/9] platform/x86: intel_pmc_core: Add option to set/clear LPM mode

2021-04-07 Thread David E. Box
Hi Hans. Ack on your comments for this series. Questions answered below. On Wed, 2021-04-07 at 16:37 +0200, Hans de Goede wrote: > Hi, > > On 4/1/21 5:05 AM, David E. Box wrote: > > By default the Low Power Mode (LPM or sub-state) status registers > > will > > latch condition status on every

Re: [PATCH 7/9] platform/x86: intel_pmc_core: Add option to set/clear LPM mode

2021-04-07 Thread Hans de Goede
Hi, On 4/1/21 5:05 AM, David E. Box wrote: > By default the Low Power Mode (LPM or sub-state) status registers will > latch condition status on every entry into Package C10. This is > configurable in the PMC to allow latching on any achievable sub-state. Add > a debugfs file to support this. > >

[PATCH 7/9] platform/x86: intel_pmc_core: Add option to set/clear LPM mode

2021-03-31 Thread David E. Box
By default the Low Power Mode (LPM or sub-state) status registers will latch condition status on every entry into Package C10. This is configurable in the PMC to allow latching on any achievable sub-state. Add a debugfs file to support this. Also add the option to clear the status registers to 0.