]> git.baikalelectronics.ru Git - uboot.git/commit
video: arm: rpi: Move the video settings out of the driver
authorSimon Glass <sjg@chromium.org>
Wed, 5 Apr 2017 22:23:41 +0000 (16:23 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 10 May 2017 00:20:40 +0000 (20:20 -0400)
commite7fa4c1c7242d742a42171513500d2ee7428bb39
tree7e2e083b926764b82db86b72c8b32e0985f58944
parent4de2cdd66225a50b8859ecb444bb01ea66650619
video: arm: rpi: Move the video settings out of the driver

Add a function to set the video parameters to the msg handler and remove
it from the video driver.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Anatolij Gustschin <agust@denx.de>
arch/arm/mach-bcm283x/include/mach/msg.h
arch/arm/mach-bcm283x/msg.c
drivers/video/bcm2835.c