Re: [PATCH v3 1/1] mfd: intel_quark_i2c_gpio: enable MSI interrupt

2021-03-24 Thread Andy Shevchenko
On Wed, Mar 24, 2021 at 03:25:02PM +, Lee Jones wrote: > On Wed, 24 Mar 2021, Andy Shevchenko wrote: > > > Allow interrupts to be MSI if supported by hardware. > > > > Signed-off-by: Andy Shevchenko > > --- > > v3: added a comment about magic 1s (Lee) > > > > drivers/mfd/intel_quark_i2c_gp

Re: [PATCH v3 1/1] mfd: intel_quark_i2c_gpio: enable MSI interrupt

2021-03-24 Thread Lee Jones
On Wed, 24 Mar 2021, Andy Shevchenko wrote: > Allow interrupts to be MSI if supported by hardware. > > Signed-off-by: Andy Shevchenko > --- > v3: added a comment about magic 1s (Lee) > > drivers/mfd/intel_quark_i2c_gpio.c | 22 -- > 1 file changed, 16 insertions(+), 6 delet

[PATCH v3 1/1] mfd: intel_quark_i2c_gpio: enable MSI interrupt

2021-03-24 Thread Andy Shevchenko
Allow interrupts to be MSI if supported by hardware. Signed-off-by: Andy Shevchenko --- v3: added a comment about magic 1s (Lee) drivers/mfd/intel_quark_i2c_gpio.c | 22 -- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/drivers/mfd/intel_quark_i2c_gpio.c b/d