]> git.baikalelectronics.ru Git - kernel.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)
commitad331b1cf5ac2a7b616e06ef26e588a403be31d4
tree5d67f19139962a06fd4df776bec3a9753aad52c2
parent66785a8c927cacc15642e9b0bec05c987425d0d8
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