Re: [PATCH v3 2/4] drm/omap: hdmi4: Ensure the device is active during bind

2018-11-10 Thread Sebastian Reichel
Hi, On Sat, Nov 10, 2018 at 01:16:52PM +0200, Laurent Pinchart wrote: > The bind function performs hardware access (in hdmi4_cec_init()) and > thus requires the device to be active. Ensure this by surrounding the > bind function by hdmi_runtime_get() and hdmi_runtime_put() calls. > > Fixes: 27d62

[PATCH v3 2/4] drm/omap: hdmi4: Ensure the device is active during bind

2018-11-10 Thread Laurent Pinchart
The bind function performs hardware access (in hdmi4_cec_init()) and thus requires the device to be active. Ensure this by surrounding the bind function by hdmi_runtime_get() and hdmi_runtime_put() calls. Fixes: 27d624527d99 ("drm/omap: dss: Acquire next dssdev at probe time") Signed-off-by: Laure