Re: Intel PMC driver on Broadwell system to gather C-State statistics

2020-10-18 Thread Box, David E
From: Box, David E Sent: Sunday, October 18, 2020 11:11 AM To: Paul Menzel ; Rajneesh Bhardwaj ; Vivi, Rodrigo Cc: platform-driver-...@vger.kernel.org ; Mika Westerberg ; Zha, Qipeng ; Mario Limonciello ; LKML Subject: Re: Intel PMC driver on Broadwell system to gather C-State statistics

[V3] platform/x86: intel_pmc_core: Add CNP SLPS0 debug registers

2018-06-08 Thread Box, David E
also be latched by writing 1 to slp_s0_dbg_latch which will immediately capture the current state on the next read of slp_s0_debug_status. Signed-off-by: Box, David E --- V3: - use null terminator in bit_map array - replaced ternary operator with if/else - Removed space fixes