[U-Boot] [PATCH v2 14/23] tegra: video: Merge the display driver into one file

Anatolij Gustschin agust at denx.de
Sun Jan 31 19:23:22 CET 2016


On Sat, 30 Jan 2016 16:37:53 -0700
Simon Glass sjg at 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 at 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 at denx.de>


More information about the U-Boot mailing list