[PATCH v4 08/22] drm: omapdrm: Handle OCP error IRQ directly

2016-12-14 Thread Tomi Valkeinen
On 14/12/16 02:27, Laurent Pinchart wrote: > Instead of going through a complicated registration mechanism, just > call the OCP error IRQ handler directly from the main IRQ handler. > > Signed-off-by: Laurent Pinchart > --- > Changes since v1: > > - Rename IRQ handler to omap_irq_ocp_error_hand

[PATCH v4 08/22] drm: omapdrm: Handle OCP error IRQ directly

2016-12-14 Thread Laurent Pinchart
Instead of going through a complicated registration mechanism, just call the OCP error IRQ handler directly from the main IRQ handler. Signed-off-by: Laurent Pinchart --- Changes since v1: - Rename IRQ handler to omap_irq_ocp_error_handler() - Replace hex error value with "OCP error" message ---