]> git.baikalelectronics.ru Git - kernel.git/commit
drm/omap: remove read_irqenable()
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 20 Feb 2017 11:18:38 +0000 (13:18 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 2 Jun 2017 07:57:13 +0000 (10:57 +0300)
commit0050b370358dd741df4851eb9f34c63cc8318e6f
tree408ac35ef726950b7de27299c1dd325b572c0afd
parent6b67c7a3b5a8eac3139b5b2798776c3df685e99a
drm/omap: remove read_irqenable()

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 <tomi.valkeinen@ti.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/gpu/drm/omapdrm/dss/dispc.c
drivers/gpu/drm/omapdrm/dss/omapdss.h
drivers/gpu/drm/omapdrm/omap_irq.c