From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 10 Aug 2013 11:01:12 +0200 Subject: [U-Boot] [PATCH 2/7] video, da8xx: move da8xx-fb.h to drivers/video In-Reply-To: <1375507373-13785-3-git-send-email-hs@denx.de> References: <1375507373-13785-1-git-send-email-hs@denx.de> <1375507373-13785-3-git-send-email-hs@denx.de> Message-ID: <20130810110112.01013a3a@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, 3 Aug 2013 07:22:48 +0200 Heiko Schocher wrote: > the da8xx-fb driver works also on am335x boards. So move > the da8xx-fb.h file from arch/arm/include/asm/arch-davinci > to drivers/video, so this driver can used from am335x > based boards. Also add WVGA panel_type. > > Signed-off-by: Heiko Schocher > Cc: Stefano Babic > Cc: Anatolij Gustschin > Cc: Tom Rini > --- > board/davinci/ea20/ea20.c | 2 +- > drivers/video/da8xx-fb.c | 2 +- > {arch/arm/include/asm/arch-davinci => drivers/video}/da8xx-fb.h | 3 ++- > 3 Dateien ge?ndert, 4 Zeilen hinzugef?gt(+), 3 Zeilen entfernt(-) > rename {arch/arm/include/asm/arch-davinci => drivers/video}/da8xx-fb.h (99%) Applied to u-boot-video/master, thanks! Anatolij