Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Andy Shevchenko and committed by
Lee Jones
858cea6b cac5fd39

+1 -1
+1 -1
drivers/mfd/intel-lpss-pci.c
··· 54 54 if (ret) 55 55 return ret; 56 56 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); 58 58 if (ret < 0) 59 59 return ret; 60 60