* [PATCH v1 1/1] mfd: intel_quark_i2c_gpio: enable MSI interrupt
@ 2016-03-18 15:05 Andy Shevchenko
0 siblings, 0 replies; only message in thread
From: Andy Shevchenko @ 2016-03-18 15:05 UTC (permalink / raw)
To: Lee Jones, linux-kernel; +Cc: Andy Shevchenko
Allow interrupts to be MSI if supported by hardware.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
drivers/mfd/intel_quark_i2c_gpio.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/mfd/intel_quark_i2c_gpio.c b/drivers/mfd/intel_quark_i2c_gpio.c
index 24c2d29..17d734a 100644
--- a/drivers/mfd/intel_quark_i2c_gpio.c
+++ b/drivers/mfd/intel_quark_i2c_gpio.c
@@ -255,6 +255,8 @@ static int intel_quark_mfd_probe(struct pci_dev *pdev,
if (ret)
return ret;
+ pci_enable_msi(pdev);
+
ret = intel_quark_i2c_setup(pdev, &intel_quark_mfd_cells[1]);
if (ret)
goto err_unregister_i2c_clk;
--
2.7.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-03-18 15:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-18 15:05 [PATCH v1 1/1] mfd: intel_quark_i2c_gpio: enable MSI interrupt Andy Shevchenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome