From: hch@lst.de (Christoph Hellwig)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ahci: use pci_alloc_irq_vectors
Date: Sat, 22 Oct 2016 16:11:23 +0200 [thread overview]
Message-ID: <20161022141123.GA25500@lst.de> (raw)
In-Reply-To: <20161021140106.GU25086@rric.localdomain>
Hi Robert,
is this a controller that's using MSI-X?
If so can you try the patch below?
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index ba5f11c..5fe852d 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -1617,7 +1617,7 @@ static int ahci_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
/* legacy intx interrupts */
pci_intx(pdev, 1);
}
- hpriv->irq = pdev->irq;
+ hpriv->irq = pci_irq_vector(pdev, 0);
if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss)
host->flags |= ATA_HOST_PARALLEL_SCAN;
next prev parent reply other threads:[~2016-10-22 14:11 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1473088905-27670-1-git-send-email-hch@lst.de>
[not found] ` <1473088905-27670-2-git-send-email-hch@lst.de>
[not found] ` <20160906163946.GB24268@htj.duckdns.org>
2016-10-20 15:47 ` [PATCH] ahci: use pci_alloc_irq_vectors Robert Richter
2016-10-21 12:59 ` Christoph Hellwig
2016-10-21 14:01 ` Robert Richter
2016-10-22 14:11 ` Christoph Hellwig [this message]
2016-10-24 18:57 ` David Daney
2016-10-24 19:21 ` Christoph Hellwig
2016-10-24 20:29 ` David Daney
2016-10-25 9:25 ` Robert Richter
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=20161022141123.GA25500@lst.de \
--to=hch@lst.de \
--cc=linux-arm-kernel@lists.infradead.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).