]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
simplefb: add clock handling code
authorLuc Verhaegen <libv@skynet.be>
Fri, 14 Nov 2014 12:26:50 +0000 (13:26 +0100)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 14 Nov 2014 13:28:45 +0000 (15:28 +0200)
commitfc219bfd5b2e488e3c246990869cfde5ca235c89
tree56944f60afbd96f4812cb5040395ede02a14cf56
parentbf2fda157a9ab50f65da60a365ede3a5b529d025
simplefb: add clock handling code

This claims and enables clocks listed in the simple framebuffer dt node.
This is needed so that the display engine, in case the required clocks
are known by the kernel code and are described in the dt, will remain
properly enabled.

Signed-off-by: Luc Verhaegen <libv@skynet.be>
[hdegoede@redhat.com: Change clks from list to dynamic array]
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: David Herrmann <dh.herrmann@gmail.com>
Acked-by: Grant Likely <grant.likely@linaro.org>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/simplefb.c