From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sun, 31 Jan 2016 19:23:22 +0100 Subject: [U-Boot] [PATCH v2 14/23] tegra: video: Merge the display driver into one file In-Reply-To: <1454197082-1312-15-git-send-email-sjg@chromium.org> References: <1454197082-1312-1-git-send-email-sjg@chromium.org> <1454197082-1312-15-git-send-email-sjg@chromium.org> Message-ID: <20160131192322.10fc4c81@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > > 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