Guilherme G. Piccoli
4d9aac397a
powerpc/PCI: Disable MSI/MSI-X interrupts at PCI probe time in OF case
...
Since commit 1851617cd2da ("PCI/MSI: Disable MSI at enumeration even if
kernel doesn't support MSI"), the setup of dev->msi_cap/msix_cap and the
disable of MSI/MSI-X interrupts isn't being done at PCI probe time, as
the logic responsible for this was moved in the aforementioned commit
from pci_device_add() to pci_setup_device(). The latter function is not
reachable on PowerPC pseries platform during Open Firmware PCI probing
time.
This exhibits as drivers not being able to enable MSI, eg:
bnx2x 0000:01:00.0: no msix capability found
This patch calls pci_msi_setup_pci_dev() explicitly to disable MSI/MSI-X
during PCI probe time on pSeries platform.
Fixes: 1851617cd2da ("PCI/MSI: Disable MSI at enumeration even if kernel doesn't support MSI")
[mpe: Flesh out change log and clarify comment]
Signed-off-by: Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2015-08-26 21:40:50 +10:00
..
2014-11-27 09:42:12 +11:00
2014-03-19 19:57:14 -05:00
2014-11-10 09:59:32 +11:00
2015-06-07 19:29:00 +10:00
2013-08-27 16:01:23 +10:00
2015-04-11 20:49:28 +10:00
2014-09-22 10:11:31 +02:00
2015-03-17 07:52:48 +11:00
2015-06-19 17:10:28 +10:00
2014-11-10 09:59:26 +11:00
2014-04-18 14:20:41 +02:00
2015-03-20 14:51:53 +11:00
2014-11-18 11:30:01 +01:00
2015-04-11 20:49:17 +10:00
2015-06-02 13:18:49 +10:00
2015-05-13 14:00:07 +10:00
2015-03-24 13:15:51 +11:00
2015-05-13 14:00:07 +10:00
2014-06-11 17:04:33 +10:00
2015-03-31 13:10:39 +11:00
2014-11-27 09:32:58 +11:00
2015-06-11 15:14:54 +10:00
2015-02-02 14:51:32 +11:00
2015-06-19 17:10:28 +10:00
2013-03-13 14:19:36 -05:00
2014-06-10 18:54:22 -07:00
2014-09-22 10:11:31 +02:00
2015-06-02 13:26:47 +10:00
2014-10-30 16:52:46 +11:00
2014-01-15 13:59:11 +11:00
2014-01-09 17:52:16 -06:00
2014-12-11 17:48:14 -08:00
2015-06-02 21:37:28 -05:00
2012-03-09 10:55:08 +11:00
2014-06-11 16:31:21 +10:00
2014-08-13 15:13:42 +10:00
2014-08-05 14:13:41 +10:00
2013-05-02 10:31:01 +10:00
2014-09-22 10:11:31 +02:00
2014-11-03 12:12:32 +11:00
2014-09-25 23:14:46 +10:00
2012-07-11 14:18:22 +10:00
2014-04-23 10:05:16 +10:00
2015-06-02 21:37:19 -05:00
2014-04-23 10:05:16 +10:00
2015-07-07 10:16:52 +10:00
2013-07-01 11:10:35 +10:00
2015-04-17 11:23:39 +10:00
2013-08-14 14:58:08 +10:00
2014-06-24 12:43:13 +10:00
2015-06-11 15:16:49 +10:00
2014-11-10 09:59:26 +11:00
2013-01-03 15:57:04 -08:00
2014-11-03 12:12:32 +11:00
2014-11-03 12:12:32 +11:00
2012-05-30 11:43:11 +02:00
2014-06-04 08:47:12 -07:00
2014-09-25 23:14:46 +10:00
2015-02-17 14:34:51 -08:00
2014-02-11 11:24:52 +11:00
2015-07-01 19:40:18 -07:00
2015-03-17 07:52:48 +11:00
2015-05-12 19:44:01 +10:00
2014-02-17 11:19:34 +11:00
2014-04-23 10:05:28 +10:00
2014-10-15 11:23:20 +11:00
2014-10-02 17:33:54 +10:00
2014-10-02 17:33:54 +10:00
2013-10-30 16:00:31 +11:00
2015-06-02 11:47:45 +10:00
2015-03-23 14:06:11 +11:00
2015-03-24 13:15:52 +11:00
2015-01-23 14:02:52 +11:00
2014-11-19 21:41:51 +11:00
2014-12-11 17:48:14 -08:00
2015-03-31 13:02:38 +11:00
2015-08-26 21:40:50 +10:00
2015-06-03 13:27:16 +10:00
2015-06-03 13:27:15 +10:00
2012-02-29 17:15:08 -05:00
2013-02-03 18:16:10 -05:00
2014-09-25 23:14:40 +10:00
2014-10-15 11:23:20 +11:00
2013-06-29 12:57:50 +04:00
2015-06-07 19:27:26 +10:00
2014-09-25 23:14:46 +10:00
2015-06-08 07:56:09 -05:00
2013-08-14 15:33:26 +10:00
2015-06-24 10:02:15 -07:00
2013-10-18 18:44:49 -05:00
2014-10-19 16:25:56 -07:00
2013-07-01 11:10:34 +10:00
2014-03-07 13:50:19 +11:00
2014-07-28 11:30:54 +10:00
2015-04-11 20:49:09 +10:00
2014-11-10 09:59:32 +11:00
2015-04-10 20:02:48 +10:00
2014-09-25 23:14:41 +10:00
2014-11-10 09:59:31 +11:00
2015-06-11 15:16:54 +10:00
2014-11-03 12:12:51 +11:00
2015-08-07 04:39:40 +03:00
2015-02-12 18:54:12 -08:00
2014-08-06 13:04:32 +02:00
2014-08-06 13:03:09 +02:00
2014-01-15 13:46:44 +11:00
2015-03-04 13:19:33 +11:00
2014-10-15 11:23:20 +11:00
2014-10-09 22:26:04 -04:00
2012-03-28 18:30:02 +01:00
2013-10-31 12:37:29 +11:00
2014-01-07 19:06:03 -06:00
2012-03-28 18:30:02 +01:00
2013-05-09 13:46:38 -04:00
2015-03-28 22:03:40 +11:00
2015-06-07 19:29:15 +10:00
2015-03-28 22:03:40 +11:00
2015-03-28 22:03:40 +11:00
2015-06-16 14:12:29 -04:00
2015-06-07 19:29:00 +10:00
2015-07-06 20:24:35 +10:00
2014-11-12 13:47:20 +11:00
2015-04-07 17:15:13 +10:00
2013-11-20 16:31:01 +01:00
2015-05-11 20:01:02 +10:00
2013-10-11 17:26:49 +11:00
2015-03-16 18:32:11 +11:00
2015-06-24 17:49:38 -07:00
2015-05-14 16:59:21 +10:00