linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] i.MX6 sleep while atomic bugfix
@ 2016-01-15 18:56 Lucas Stach
  2016-01-15 18:56 ` [PATCH 1/4] PCI: imx6: move PHY reset function to other PHY handling functions Lucas Stach
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Lucas Stach @ 2016-01-15 18:56 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: Richard Zhu, linux-pci, kernel, patchwork-lst

There have been some reports about a possible scheduling while atomic bug
in the i.MX6 PCIe host driver, like the following one
https://bugzilla.kernel.org/show_bug.cgi?id=100031

Although there were some proposed patches, they all had some flaws, which
lead to none of them being included in the mainline kernel. The following
patch series fixes this bug in a proper way, instead of papering over the
problem, making the fix a bit bigger.

Regards
Lucas

Lucas Stach (4):
  PCI: imx6: move PHY reset function to other PHY handling functions
  PCI: imx6: move PHY reset into establish_link
  PCI: imx6: remove broken Gen2 workaround
  PCI: imx6: move link up check into establish link path

 drivers/pci/host/pci-imx6.c | 137 +++++++++++++++++---------------------------
 1 file changed, 54 insertions(+), 83 deletions(-)

-- 
2.6.4


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

end of thread, other threads:[~2016-01-25 23:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-15 18:56 [PATCH 0/4] i.MX6 sleep while atomic bugfix Lucas Stach
2016-01-15 18:56 ` [PATCH 1/4] PCI: imx6: move PHY reset function to other PHY handling functions Lucas Stach
2016-01-15 18:56 ` [PATCH 2/4] PCI: imx6: move PHY reset into establish_link Lucas Stach
2016-01-15 18:56 ` [PATCH 3/4] PCI: imx6: remove broken Gen2 workaround Lucas Stach
2016-01-15 18:56 ` [PATCH 4/4] PCI: imx6: move link up check into establish link path Lucas Stach
2016-01-25 22:58 ` [PATCH 0/4] i.MX6 sleep while atomic bugfix Bjorn Helgaas
2016-01-25 23:00   ` 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).