Skip to content

Commit 858cea6

Browse files
andy-shevlag-linaro
authored andcommitted
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>
1 parent cac5fd3 commit 858cea6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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_LEGACY);
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)