From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 11 Oct 2011 18:10:47 +0200 Subject: [U-Boot] [PATCH V2 09/12] VIDEO: davinci: add framebuffer to da8xx In-Reply-To: <1318066054-20037-1-git-send-email-sbabic@denx.de> References: <1317807819-17056-1-git-send-email-sbabic@denx.de> <1318066054-20037-1-git-send-email-sbabic@denx.de> Message-ID: <20111011181047.2e1aa05d@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefano, On Sat, 8 Oct 2011 11:27:34 +0200 Stefano Babic wrote: > The patch is a port from the framebuffer driver > of the Linux driver drivers/video/da8xx-fb.c, used > on davinci da8xx and OMAP-L138 boards. > > As base for the port, the following commit (last changes > for this driver at the moment in the Linux kernel tree) > was taken: > > commit 1db41e032d563eb47deab40dc5595be306b143ba > Author: axel lin > Date: Tue Feb 22 01:52:42 2011 +0000 > > video: da8xx-fb: fix section mismatch warning > > Signed-off-by: Axel Lin > Signed-off-by: Paul Mundt > > Signed-off-by: Stefano Babic > CC: Sandeep Paulraj > Cc: Anatolij Gustschin > --- > > Changes: > > - set a correct license header and drop dead code in da8xx-fb.h > (Anatolij Gustschin) > - change commit message adding better references to driver in linux > used for porting (Wolfgang Denk) Thanks for these fixes. When applying this patch I see: $ git am /tmp/\[PATCH\ V2\ 09_12\]\ VIDEO\:\ davinci\:\ add\ framebuffer\ to\ da8xx Applying: VIDEO: davinci: add framebuffer to da8xx /home/ag/u-boot/u-boot-move-new-host/u-boot-video/.git/rebase-apply/patch:22: new blank line at EOF. + warning: 1 line adds whitespace errors. This is due to the trailing empty line in "arch/arm/include/asm/arch-davinci/da8xx-fb.h" I'think. Can you please fix it also? Then a fixed patch can go via TI ARM tree together with other patches in this series. For a fixed patch you can add my Acked-by: Anatolij Gustschin Thanks, Anatolij