From: Kevin Hao <haokexin@gmail.com>
To: Bjorn Helgaas <bhelgaas@google.com>
Cc: linux-pci@vger.kernel.org
Subject: [PATCH 0/4] PCI: Mark the msi cascade handler IRQF_NO_THREAD
Date: Fri, 24 Jul 2015 13:29:32 +0800 [thread overview]
Message-ID: <1437715776-2243-1-git-send-email-haokexin@gmail.com> (raw)
Hi,
I got a kernel warning on imx6 board when forcing threading of all the
interrupt handler. This patch series tries to fix this issue for all
the msi handler which leverage on dw_handle_msi_irq(). Only boot test
on imx6 board, all others just passed build test.
Kevin Hao (4):
PCI: imx6: Mark the msi cascade handler IRQF_NO_THREAD
PCI: dra7xx: Mark the msi cascade handler IRQF_NO_THREAD
PCI: exynos: Mark the msi cascade handler IRQF_NO_THREAD
PCI: spear: Mark the msi cascade handler IRQF_NO_THREAD
drivers/pci/host/pci-dra7xx.c | 3 ++-
drivers/pci/host/pci-exynos.c | 3 ++-
drivers/pci/host/pci-imx6.c | 3 ++-
drivers/pci/host/pcie-spear13xx.c | 3 ++-
4 files changed, 8 insertions(+), 4 deletions(-)
Thanks,
Kevin
--
2.1.0
next reply other threads:[~2015-07-24 5:29 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-24 5:29 Kevin Hao [this message]
2015-07-24 5:29 ` [PATCH 1/4] PCI: imx6: Mark the msi cascade handler IRQF_NO_THREAD Kevin Hao
2015-07-24 8:00 ` Lucas Stach
2015-07-24 8:19 ` Kevin Hao
2015-07-24 8:22 ` Lucas Stach
2015-07-24 8:23 ` Lucas Stach
2015-08-10 23:26 ` Bjorn Helgaas
2015-08-11 8:01 ` Lucas Stach
2015-08-11 8:03 ` Kevin Hao
2015-08-11 14:38 ` Bjorn Helgaas
2015-08-11 20:07 ` Bjorn Helgaas
2015-08-12 1:25 ` Kevin Hao
2015-07-24 5:29 ` [PATCH 2/4] PCI: dra7xx: " Kevin Hao
2015-07-24 5:29 ` [PATCH 3/4] PCI: exynos: " Kevin Hao
2015-07-24 5:29 ` [PATCH 4/4] PCI: spear: " Kevin Hao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1437715776-2243-1-git-send-email-haokexin@gmail.com \
--to=haokexin@gmail.com \
--cc=bhelgaas@google.com \
--cc=linux-pci@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).