linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] PCI: Add quirk for Fintek F81504/508/512 on Skylake
@ 2016-11-07  9:22 Ji-Ze Hong (Peter Hong)
  2016-11-07  9:22 ` [PATCH 1/2] PCI: Add quirk for Fintek F81504/508/512 AER issue Ji-Ze Hong (Peter Hong)
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ji-Ze Hong (Peter Hong) @ 2016-11-07  9:22 UTC (permalink / raw)
  To: bhelgaas
  Cc: linux-pci, linux-kernel, tom_tsai, peter_hong,
	Ji-Ze Hong (Peter Hong)

We had tested Fintek F81504/508/512 PCIe-to-UART/GPIO on Intel Skylake
platform. It's maybe flood AER correctable error interrupt and slow down
the system boot. It's the same issue about below link:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1521173

and this IC will malfunctional after suspend/resume (S3, D0->D3->D0) on
Skylake platform. 

The first patch will use parent AER interrupt mask to prevent generating
correctable error interrupt, the  and second will prevent the IC malfunctional
after D3.

Ji-Ze Hong (Peter Hong) (2):
  PCI: Add quirk for Fintek F81504/508/512 AER issue
  PCI: Add quirk for Fintek F81504/508/512 D3 issue

 drivers/pci/quirks.c    | 50 +++++++++++++++++++++++++++++++++++++++++++++++++
 include/linux/pci_ids.h |  5 +++++
 2 files changed, 55 insertions(+)

-- 
1.9.1

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

end of thread, other threads:[~2016-11-09 17:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-07  9:22 [PATCH 0/2] PCI: Add quirk for Fintek F81504/508/512 on Skylake Ji-Ze Hong (Peter Hong)
2016-11-07  9:22 ` [PATCH 1/2] PCI: Add quirk for Fintek F81504/508/512 AER issue Ji-Ze Hong (Peter Hong)
2016-11-07  9:22 ` [PATCH 2/2] PCI: Add quirk for Fintek F81504/508/512 D3 issue Ji-Ze Hong (Peter Hong)
2016-11-09 17:02 ` [PATCH 0/2] PCI: Add quirk for Fintek F81504/508/512 on Skylake Bjorn Helgaas

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).