From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 22 Oct 2010 00:09:35 +0200 Subject: [U-Boot] [PATCH V2 1/4] Add linux framebuffer header include/linux/fb.h In-Reply-To: <1286964869-1196-1-git-send-email-sbabic@denx.de> References: <1286875504-9058-2-git-send-email-sbabic@denx.de> <1286964869-1196-1-git-send-email-sbabic@denx.de> Message-ID: <20101022000935.08856a15@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 13 Oct 2010 12:14:29 +0200 Stefano Babic wrote: > [port of linux 2.6.34 commit 6a9ee8af344e3bd7dbd61e67037096cdf7f83289] > > Signed-off-by: Stefano Babic > --- > Changes since V1: > - added precise reference to the kernel version used for porting > in the commit message > > include/linux/fb.h | 616 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 616 insertions(+), 0 deletions(-) > create mode 100644 include/linux/fb.h Applied to u-boot-video/master. Fixed some trailing whitespace errors while applying. Thanks! Best regards, Anatolij