[PATCH v3 08/20] drm: omapdrm: Handle OCP error IRQ directly

2016-12-13 Thread Laurent Pinchart
Hi Tomi, On Tuesday 20 Sep 2016 16:34:37 Tomi Valkeinen wrote: > On 19/09/16 15: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 > > -

[PATCH v3 08/20] drm: omapdrm: Handle OCP error IRQ directly

2016-09-20 Thread Tomi Valkeinen
On 19/09/16 15: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_handl

[PATCH v3 08/20] drm: omapdrm: Handle OCP error IRQ directly

2016-09-19 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 ---