Re: [PATCH 4/6] drm/omap: remove read_irqenable()

2017-05-08 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Thursday 27 Apr 2017 13:27:52 Tomi Valkeinen wrote: > We only use read_irqenable() to flush posted write. Instead of having a > separate function for this, do the flush implicitly in write_irqenable(). > Thus we can remove read_irqenable(). > > Signed-off-by:

[PATCH 4/6] drm/omap: remove read_irqenable()

2017-04-27 Thread Tomi Valkeinen
We only use read_irqenable() to flush posted write. Instead of having a separate function for this, do the flush implicitly in write_irqenable(). Thus we can remove read_irqenable(). Signed-off-by: Tomi Valkeinen --- drivers/gpu/drm/omapdrm/dss/dispc.c | 9 +++-- drivers/gpu/drm/omapdrm/ds