Skip to content

Commit 2520f8a

Browse files
committed
mfd: intel-lpss: Switch over to MSI interrupts
JIRA: https://issues.redhat.com/browse/RHEL-47428 Conflicts: RHEL has upstream 002e8e0 but this appears to have been merged away upstream. In the end RHEL matches current upstream. commit 858cea6 Author: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Date: Tue Mar 12 18:59:05 2024 +0200 mfd: intel-lpss: Switch over to MSI interrupts Some devices support MSI interrupts. Let's at least try to use them in platforms that provide MSI capability. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20240312165905.1764507-1-andriy.shevchenko@linux.intel.com Signed-off-by: Lee Jones <lee@kernel.org> Signed-off-by: David Arcari <darcari@redhat.com>
1 parent ef2902a commit 2520f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mfd/intel-lpss-pci.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ static int intel_lpss_pci_probe(struct pci_dev *pdev,
5454
if (ret)
5555
return ret;
5656

57-
ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_INTX);
57+
ret = pci_alloc_irq_vectors(pdev, 1, 1, PCI_IRQ_ALL_TYPES);
5858
if (ret < 0)
5959
return ret;
6060

0 commit comments

Comments
 (0)