Re: [PATCH v2 03/12] serial: mvebu-uart: initial support for Armada-3700 serial port

From: Marcin Wojtas
Date: Wed Feb 03 2016 - 16:41:21 EST


Hi Gregory,

> + port->irq = irq->start;
> + port->irqflags = 0;

Same request as for v1, which you must have overlooked:
port->irqflags = IRQF_SHARED;

Best regards,
Marcin