Linux PCI subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/2] PCI: Add two Loongson's LS7A quirks
@ 2023-01-03  7:33 Huacai Chen
  2023-01-03  7:34 ` [PATCH 1/2] PCI: loongson: Improve the MRRS quirk for LS7A Huacai Chen
  2023-01-03  7:34 ` [PATCH 2/2] PCI: Add quirk for LS7A to avoid reboot failure Huacai Chen
  0 siblings, 2 replies; 7+ messages in thread
From: Huacai Chen @ 2023-01-03  7:33 UTC (permalink / raw)
  To: Bjorn Helgaas, Lorenzo Pieralisi, Rob Herring,
	Krzysztof Wilczyński
  Cc: linux-pci, Jianmin Lv, Xuefeng Li, Huacai Chen, Jiaxun Yang,
	Huacai Chen, Tiezhu Yang

Hi, Bjorn,

This patchset add two quirks to resolves Loongson's LS7A problems: the
first patch improves the mrrs quirk for LS7A chipset; The second patch
add a new quirk for LS7A chipset to avoid poweroff/reboot failure.

You said you would think about these two patches carefully, so after a
lont time I rebase them on top of the latest code and resend them to see
if you have new considerations now. :)

Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Signed-off-by: Jianmin Lv <lvjianmin@loongson.cn> 
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
---
 drivers/acpi/pci_mcfg.c               |  13 ++
 drivers/pci/controller/Kconfig        |   2 +-
 drivers/pci/controller/pci-loongson.c | 233 ++++++++++++++++++++++++++--------
 drivers/pci/pci.c                     |   6 +
 drivers/pci/pcie/portdrv_core.c       |   1 -
 drivers/pci/pcie/portdrv_pci.c        |  20 ++-
 include/linux/pci-ecam.h              |   1 +
 include/linux/pci.h                   |   2 +
 8 files changed, 225 insertions(+), 53 deletions(-)
--
2.27.0


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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-03  7:33 [PATCH 0/2] PCI: Add two Loongson's LS7A quirks Huacai Chen
2023-01-03  7:34 ` [PATCH 1/2] PCI: loongson: Improve the MRRS quirk for LS7A Huacai Chen
2023-01-03  7:34 ` [PATCH 2/2] PCI: Add quirk for LS7A to avoid reboot failure Huacai Chen
2023-01-04 18:37   ` Bjorn Helgaas
2023-01-05  2:49     ` Huacai Chen
2023-01-05  4:01       ` Bjorn Helgaas
2023-01-06  7:13         ` Huacai Chen

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