linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3 0/2] PCI: Resolve Loongson's LS7A PCI problems
@ 2023-02-01  2:38 Huacai Chen
  2023-02-01  2:38 ` [PATCH V3 1/2] PCI: Omit pci_disable_device() in pcie_port_device_remove() Huacai Chen
  2023-02-01  2:38 ` [PATCH V3 2/2] PCI: loongson: Improve the MRRS quirk for LS7A Huacai Chen
  0 siblings, 2 replies; 5+ messages in thread
From: Huacai Chen @ 2023-02-01  2:38 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

This patchset attempt to resolves Loongson's LS7A PCI problems: the
first patch remove pci_disable_device() in pcie_port_device_remove() to
avoid poweroff/reboot failure; the second patch improves the mrrs quirk
for LS7A chipset; 

V1 -> V2:
1, Update commit messages and comments.

V2 -> V3:
1, Simply remove pci_disable_device() in pcie_port_device_remove() to
   solve poweroff/reboot failure.
2, Update commit messages and comments.

Huacai Chen, Tiezhu Yang and Jianmin Lv(2):
 PCI: Omit pci_disable_device() in pcie_port_device_remove();
 PCI: loongson: Improve the MRRS quirk for LS7A.

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/pci/controller/pci-loongson.c | 44 ++++++++++++-----------------------
 drivers/pci/pci.c                     |  6 +++++
 drivers/pci/pcie/portdrv.c            |  1 -
 include/linux/pci.h                   |  1 +
 4 files changed, 22 insertions(+), 30 deletions(-)
--
2.27.0


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-01  2:38 [PATCH V3 0/2] PCI: Resolve Loongson's LS7A PCI problems Huacai Chen
2023-02-01  2:38 ` [PATCH V3 1/2] PCI: Omit pci_disable_device() in pcie_port_device_remove() Huacai Chen
2023-02-01  3:42   ` Bjorn Helgaas
2023-02-01  4:05     ` Huacai Chen
2023-02-01  2:38 ` [PATCH V3 2/2] PCI: loongson: Improve the MRRS quirk for LS7A Huacai Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).