[U-Boot] [PATCH v2 08/23] tegra: lcd: Merge tegra124-lcd.c into display.c
Anatolij Gustschin
agust at denx.de
Sun Jan 31 19:49:40 CET 2016
On Sat, 30 Jan 2016 16:37:47 -0700
Simon Glass sjg at chromium.org wrote:
> There isn't a lot of benefit of have two separate files. With driver model
> the code needs to be in the same driver, so it's better to have it in the
> same file.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
> arch/arm/include/asm/arch-tegra/dc.h | 5 --
> drivers/video/tegra124/Makefile | 1 -
> drivers/video/tegra124/display.c | 81 ++++++++++++++++++++++++++++-
> drivers/video/tegra124/tegra124-lcd.c | 95 -----------------------------------
> 4 files changed, 79 insertions(+), 103 deletions(-)
> delete mode 100644 drivers/video/tegra124/tegra124-lcd.c
Acked-by: Anatolij Gustschin <agust at denx.de>
More information about the U-Boot
mailing list