]> git.karo-electronics.de Git - linux-beck.git/commit
drm: sti: fix sub-components bind
authorBenjamin Gaignard <benjamin.gaignard@linaro.org>
Fri, 17 Jul 2015 10:06:11 +0000 (12:06 +0200)
committerBenjamin Gaignard <benjamin.gaignard@linaro.org>
Mon, 3 Aug 2015 12:24:44 +0000 (14:24 +0200)
commit53bdcf5f026c565e605ff4ced9178f85d48f69c5
tree5d67f19139962a06fd4df776bec3a9753aad52c2
parentdcd14dd957f02ef679c61325a2221a0574bdcab3
drm: sti: fix sub-components bind

Fix misunderstanding in how use component framework.
drm_platform_init() is now call only when all the
sub-components are register themselves instead of the
previous broken two stages mechanism.

Update bindings documentation.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Documentation/devicetree/bindings/gpu/st,stih4xx.txt
drivers/gpu/drm/sti/sti_drm_drv.c
drivers/gpu/drm/sti/sti_hdmi.c
drivers/gpu/drm/sti/sti_tvout.c