public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Parse the PCIE AER structure and set to relevant registers
@ 2022-10-27  3:14 LeoLiu-oc
  2022-10-27  4:17 ` Sathyanarayanan Kuppuswamy
  2022-10-27 22:09 ` Bjorn Helgaas
  0 siblings, 2 replies; 7+ messages in thread
From: LeoLiu-oc @ 2022-10-27  3:14 UTC (permalink / raw)
  To: rafael, lenb, james.morse, tony.luck, bp, robert.moore,
	ying.huang, rdunlap, bhelgaas, linux-acpi, linux-pci,
	linux-kernel, devel
  Cc: CobeChen, TonyWWang, ErosZhang, leoliu-oc

From: leoliu-oc <leoliu-oc@zhaoxin.com>

HEST PCIE AER error source information describes the Uncorrectable Error 
Severity, CorrectableError Mask and other aer register's value to write to the
bridge's Correctable Error Mask register.

leoliu-oc (5):
  ACPI/APEI: Add apei_hest_parse_aer()
  ACPI/APEI: remove static from apei_hest_parse()
  ACPI/PCI: Add AER bits #defines for PCIE/PCI-X bridges
  ACPI/PCI: Add pci_acpi_program_hest_aer_params()
  ACPI/PCI: config pcie devices's aer register

 drivers/acpi/apei/hest.c      | 121 +++++++++++++++++++++++++++++++++-
 drivers/pci/pci-acpi.c        |  92 ++++++++++++++++++++++++++
 drivers/pci/pci.h             |   5 ++
 drivers/pci/probe.c           |   1 +
 include/acpi/actbl1.h         |  69 +++++++++++++++++++
 include/acpi/apei.h           |   9 +++
 include/uapi/linux/pci_regs.h |   5 ++
 7 files changed, 300 insertions(+), 2 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2022-11-01  7:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-27  3:14 [PATCH 0/5] Parse the PCIE AER structure and set to relevant registers LeoLiu-oc
2022-10-27  4:17 ` Sathyanarayanan Kuppuswamy
2022-10-28 11:19   ` LeoLiuoc
2022-10-28 15:15     ` Bjorn Helgaas
2022-11-01  7:25       ` LeoLiuoc
2022-10-27 22:09 ` Bjorn Helgaas
2022-10-28 11:23   ` LeoLiuoc

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