]> git.ipfire.org Git - people/ms/u-boot.git/commit
tegra: video: Merge the display driver into one file
authorSimon Glass <sjg@chromium.org>
Sat, 30 Jan 2016 23:37:53 +0000 (16:37 -0700)
committerTom Warren <twarren@nvidia.com>
Tue, 16 Feb 2016 16:17:52 +0000 (09:17 -0700)
commit71cafc3fba4d91722375b0ea2213c494f36356d4
tree8051e4f7d6132835f11d2543b3edb270674251f1
parentee7d755a58403fe342a97e40c3e64184d0197992
tegra: video: Merge the display driver into one file

At present we have code in arch/arm and code in drivers/video. Move it all
into drivers/video since it is a display driver and our current approach is
to put all driver code in drivers/.

Make a few functions static now that they are not used outside the file.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/include/asm/arch-tegra20/display.h
arch/arm/mach-tegra/tegra20/Makefile
arch/arm/mach-tegra/tegra20/display.c
drivers/video/tegra.c