public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add DIMM 2x refresh event and failure syndrome
@ 2023-02-28  9:20 Quan Nguyen
  2023-02-28  9:20 ` [PATCH v2 1/2] misc: smpro-errmon: Add DIMM 2x Refresh rate event Quan Nguyen
  2023-02-28  9:20 ` [PATCH v2 2/2] misc: smpro-errmon: Add dimm training failure syndrome Quan Nguyen
  0 siblings, 2 replies; 6+ messages in thread
From: Quan Nguyen @ 2023-02-28  9:20 UTC (permalink / raw)
  To: Quan Nguyen, Arnd Bergmann, Greg Kroah-Hartman, Paul Menzel,
	Joel Stanley, Andrew Jeffery, linux-kernel, openbmc,
	Open Source Submission
  Cc: Phong Vo, Thang Nguyen

Adds event_dimm_2x_refresh sysfs to report doubling of DIMM refresh
rate on high temperature condition and event_dimm[0-15]_syndrome sysfs
to report the DDR failure syndrome to BMC when DIMM training failed.

Discussion for v1:
https://lore.kernel.org/lkml/20230214064509.3622044-1-quan@os.amperecomputing.com/T/

v2:
  + Change "to initialized" to "to initialize"            [Paul]
  + Corrected kernel version to 6.3                  [Greg,Paul]
  + Corrected variables type to 'unsigned int"            [Paul]

Quan Nguyen (2):
  misc: smpro-errmon: Add DIMM 2x Refresh rate event
  misc: smpro-errmon: Add dimm training failure syndrome

 .../sysfs-bus-platform-devices-ampere-smpro   | 19 ++++-
 drivers/misc/smpro-errmon.c                   | 82 +++++++++++++++++++
 2 files changed, 98 insertions(+), 3 deletions(-)

-- 
2.35.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-03-10  7:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-28  9:20 [PATCH v2 0/2] Add DIMM 2x refresh event and failure syndrome Quan Nguyen
2023-02-28  9:20 ` [PATCH v2 1/2] misc: smpro-errmon: Add DIMM 2x Refresh rate event Quan Nguyen
2023-02-28  9:20 ` [PATCH v2 2/2] misc: smpro-errmon: Add dimm training failure syndrome Quan Nguyen
2023-03-09 17:05   ` Greg Kroah-Hartman
2023-03-10  0:20     ` Quan Nguyen
2023-03-10  7:06       ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox