
31 Jan
2016
31 Jan
'16
7:23 p.m.
On Sat, 30 Jan 2016 16:37:53 -0700 Simon Glass sjg@chromium.org wrote:
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
Changes in v2:
- Fix a checkpatch warning
arch/arm/include/asm/arch-tegra20/display.h | 21 -- arch/arm/mach-tegra/tegra20/Makefile | 2 - arch/arm/mach-tegra/tegra20/display.c | 378 -------------------------- drivers/video/tegra.c | 396 ++++++++++++++++++++++++++++ 4 files changed, 396 insertions(+), 401 deletions(-)
Acked-by: Anatolij Gustschin agust@denx.de