[patch 2/4] fbdev: Add fb_append_extra_logo()

2007-07-16 Thread Geert Uytterhoeven
Add fb_append_extra_logo(), to append extra lines of logos below the standard Linux logo. Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> Signed-off-by: Geoff Levand <[EMAIL PROTECTED]> Acked-By: James Simmons <[EMAIL PROTECTED]> --- Changes since last version: - Introduce

[patch 2/4] fbdev: Add fb_append_extra_logo()

2007-07-16 Thread Geert Uytterhoeven
Add fb_append_extra_logo(), to append extra lines of logos below the standard Linux logo. Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] Signed-off-by: Geoff Levand [EMAIL PROTECTED] Acked-By: James Simmons [EMAIL PROTECTED] --- Changes since last version: - Introduce CONFIG_FB_LOGO_EXTRA

Re: [patch 2/4] fbdev: Add fb_append_extra_logo()

2007-07-13 Thread Geert Uytterhoeven
On Fri, 13 Jul 2007, Antonino A. Daplas wrote: > On Fri, 2007-07-13 at 08:56 +0200, Geert Uytterhoeven wrote: > > On Fri, 13 Jul 2007, Antonino A. Daplas wrote: > > > On Tue, 2007-07-10 at 14:27 +0200, Geert Uytterhoeven wrote: > > > > --- a/drivers/video/fbmem.c > > > > +++

Re: [patch 2/4] fbdev: Add fb_append_extra_logo()

2007-07-13 Thread Antonino A. Daplas
On Fri, 2007-07-13 at 08:58 +0200, Geert Uytterhoeven wrote: > On Fri, 13 Jul 2007, Antonino A. Daplas wrote: > > On Tue, 2007-07-10 at 14:27 +0200, Geert Uytterhoeven wrote: > > > --- a/include/linux/linux_logo.h > > > +++ b/include/linux/linux_logo.h > > > @@ -33,5 +33,13 @@ struct linux_logo {

Re: [patch 2/4] fbdev: Add fb_append_extra_logo()

2007-07-13 Thread Antonino A. Daplas
On Fri, 2007-07-13 at 08:56 +0200, Geert Uytterhoeven wrote: > On Fri, 13 Jul 2007, Antonino A. Daplas wrote: > > On Tue, 2007-07-10 at 14:27 +0200, Geert Uytterhoeven wrote: > > > --- a/drivers/video/fbmem.c > > > +++ b/drivers/video/fbmem.c > > > @@ -318,6 +318,13 @@ static struct logo_data { >

Re: [patch 2/4] fbdev: Add fb_append_extra_logo()

2007-07-13 Thread Geert Uytterhoeven
On Fri, 13 Jul 2007, Antonino A. Daplas wrote: > On Tue, 2007-07-10 at 14:27 +0200, Geert Uytterhoeven wrote: > > --- a/include/linux/linux_logo.h > > +++ b/include/linux/linux_logo.h > > @@ -33,5 +33,13 @@ struct linux_logo { > > }; > > > > extern const struct linux_logo *fb_find_logo(int

Re: [patch 2/4] fbdev: Add fb_append_extra_logo()

2007-07-13 Thread Geert Uytterhoeven
On Fri, 13 Jul 2007, Antonino A. Daplas wrote: > On Tue, 2007-07-10 at 14:27 +0200, Geert Uytterhoeven wrote: > > --- a/drivers/video/fbmem.c > > +++ b/drivers/video/fbmem.c > > @@ -318,6 +318,13 @@ static struct logo_data { > > const struct linux_logo *logo; > > } fb_logo __read_mostly; > >

Re: [patch 2/4] fbdev: Add fb_append_extra_logo()

2007-07-13 Thread Geert Uytterhoeven
On Fri, 13 Jul 2007, Antonino A. Daplas wrote: On Tue, 2007-07-10 at 14:27 +0200, Geert Uytterhoeven wrote: --- a/include/linux/linux_logo.h +++ b/include/linux/linux_logo.h @@ -33,5 +33,13 @@ struct linux_logo { }; extern const struct linux_logo *fb_find_logo(int depth); +#if

Re: [patch 2/4] fbdev: Add fb_append_extra_logo()

2007-07-13 Thread Geert Uytterhoeven
On Fri, 13 Jul 2007, Antonino A. Daplas wrote: On Tue, 2007-07-10 at 14:27 +0200, Geert Uytterhoeven wrote: --- a/drivers/video/fbmem.c +++ b/drivers/video/fbmem.c @@ -318,6 +318,13 @@ static struct logo_data { const struct linux_logo *logo; } fb_logo __read_mostly; +#define

Re: [patch 2/4] fbdev: Add fb_append_extra_logo()

2007-07-13 Thread Geert Uytterhoeven
On Fri, 13 Jul 2007, Antonino A. Daplas wrote: On Fri, 2007-07-13 at 08:56 +0200, Geert Uytterhoeven wrote: On Fri, 13 Jul 2007, Antonino A. Daplas wrote: On Tue, 2007-07-10 at 14:27 +0200, Geert Uytterhoeven wrote: --- a/drivers/video/fbmem.c +++ b/drivers/video/fbmem.c @@

Re: [patch 2/4] fbdev: Add fb_append_extra_logo()

2007-07-13 Thread Antonino A. Daplas
On Fri, 2007-07-13 at 08:58 +0200, Geert Uytterhoeven wrote: On Fri, 13 Jul 2007, Antonino A. Daplas wrote: On Tue, 2007-07-10 at 14:27 +0200, Geert Uytterhoeven wrote: --- a/include/linux/linux_logo.h +++ b/include/linux/linux_logo.h @@ -33,5 +33,13 @@ struct linux_logo { };

Re: [patch 2/4] fbdev: Add fb_append_extra_logo()

2007-07-13 Thread Antonino A. Daplas
On Fri, 2007-07-13 at 08:56 +0200, Geert Uytterhoeven wrote: On Fri, 13 Jul 2007, Antonino A. Daplas wrote: On Tue, 2007-07-10 at 14:27 +0200, Geert Uytterhoeven wrote: --- a/drivers/video/fbmem.c +++ b/drivers/video/fbmem.c @@ -318,6 +318,13 @@ static struct logo_data { const

Re: [patch 2/4] fbdev: Add fb_append_extra_logo()

2007-07-12 Thread Antonino A. Daplas
On Tue, 2007-07-10 at 14:27 +0200, Geert Uytterhoeven wrote: > plain text document attachment (spe-logo) > Add fb_append_extra_logo(), to append extra lines of logos below the standard > Linux logo. > > Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> > Signed-off-by: Geoff Levand <[EMAIL

Re: [patch 2/4] fbdev: Add fb_append_extra_logo()

2007-07-12 Thread Antonino A. Daplas
On Tue, 2007-07-10 at 14:27 +0200, Geert Uytterhoeven wrote: plain text document attachment (spe-logo) Add fb_append_extra_logo(), to append extra lines of logos below the standard Linux logo. Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] Signed-off-by: Geoff Levand [EMAIL PROTECTED]

[patch 2/4] fbdev: Add fb_append_extra_logo()

2007-07-10 Thread Geert Uytterhoeven
Add fb_append_extra_logo(), to append extra lines of logos below the standard Linux logo. Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> Signed-off-by: Geoff Levand <[EMAIL PROTECTED]> Acked-By: James Simmons <[EMAIL PROTECTED]> --- drivers/video/fbmem.c | 50

[patch 2/4] fbdev: Add fb_append_extra_logo()

2007-07-10 Thread Geert Uytterhoeven
Add fb_append_extra_logo(), to append extra lines of logos below the standard Linux logo. Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] Signed-off-by: Geoff Levand [EMAIL PROTECTED] Acked-By: James Simmons [EMAIL PROTECTED] --- drivers/video/fbmem.c | 50