Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-20 Thread Paul Mackerras
Anton Vorontsov writes: > > I was wondering if it would be sufficient to provide alternative > > versions of fb_readl, fb_writel etc. that do byte-swapping. > > This is of course viable alternative. And I was considering this, but > later I abandoned the idea: that way we'll end up doing math in

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-20 Thread Benjamin Herrenschmidt
On Wed, 2008-02-20 at 15:18 +0300, Anton Vorontsov wrote: > On Wed, Feb 20, 2008 at 11:56:35AM +1100, Paul Mackerras wrote: > > Andrew Morton writes: > > > > > Bizarrely, the original author of the patch (Anton) has fallen off the > > > cc. > > > Could whoever did that please thwap himself? >

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-20 Thread Clemens Koller
Paul Mackerras schrieb: Andrew Morton writes: Bizarrely, the original author of the patch (Anton) has fallen off the cc. Could whoever did that please thwap himself? Anyway, my head is now officially spinning. Did anyone actually have a reason why we shouldn't proceed with Anton's patch?

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-20 Thread Anton Vorontsov
On Wed, Feb 20, 2008 at 11:56:35AM +1100, Paul Mackerras wrote: > Andrew Morton writes: > > > Bizarrely, the original author of the patch (Anton) has fallen off the cc. > > Could whoever did that please thwap himself? > > > > Anyway, my head is now officially spinning. Did anyone actually have

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-20 Thread Anton Vorontsov
On Wed, Feb 20, 2008 at 11:56:35AM +1100, Paul Mackerras wrote: Andrew Morton writes: Bizarrely, the original author of the patch (Anton) has fallen off the cc. Could whoever did that please thwap himself? Anyway, my head is now officially spinning. Did anyone actually have a

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-20 Thread Clemens Koller
Paul Mackerras schrieb: Andrew Morton writes: Bizarrely, the original author of the patch (Anton) has fallen off the cc. Could whoever did that please thwap himself? Anyway, my head is now officially spinning. Did anyone actually have a reason why we shouldn't proceed with Anton's patch?

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-20 Thread Benjamin Herrenschmidt
On Wed, 2008-02-20 at 15:18 +0300, Anton Vorontsov wrote: On Wed, Feb 20, 2008 at 11:56:35AM +1100, Paul Mackerras wrote: Andrew Morton writes: Bizarrely, the original author of the patch (Anton) has fallen off the cc. Could whoever did that please thwap himself? Anyway,

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-19 Thread Paul Mackerras
Andrew Morton writes: > Bizarrely, the original author of the patch (Anton) has fallen off the cc. > Could whoever did that please thwap himself? > > Anyway, my head is now officially spinning. Did anyone actually have a > reason why we shouldn't proceed with Anton's patch? I was wondering if

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-19 Thread Benjamin Herrenschmidt
On Tue, 2008-02-19 at 19:47 -0500, [EMAIL PROTECTED] wrote: > On Tue, 19 Feb 2008 04:05:30 PST, Andrew Morton said: > > On Tue, 19 Feb 2008 12:27:54 +0100 Clemens Koller <[EMAIL PROTECTED] > > wrote: > > > That's not an issue in my case. The SM50x can be connected to > > > either an PCI or some

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-19 Thread Valdis . Kletnieks
On Tue, 19 Feb 2008 04:05:30 PST, Andrew Morton said: > On Tue, 19 Feb 2008 12:27:54 +0100 Clemens Koller <[EMAIL PROTECTED] > wrote: > > That's not an issue in my case. The SM50x can be connected to > > either an PCI or some Local/CPU-whateverbus IF. > > I.e. on the MPC85xx PowerPC, PCI and

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-19 Thread Clemens Koller
Andrew Morton schrieb: On Tue, 19 Feb 2008 12:27:54 +0100 Clemens Koller <[EMAIL PROTECTED]> wrote: Benjamin Herrenschmidt schrieb: On Tue, 2008-02-19 at 00:35 +0100, Clemens Koller wrote: [EMAIL PROTECTED] schrieb: On Mon, 18 Feb 2008 08:18:47 +0100, Krzysztof Helt said: I know two fb

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-19 Thread Andrew Morton
On Tue, 19 Feb 2008 12:27:54 +0100 Clemens Koller <[EMAIL PROTECTED]> wrote: > Benjamin Herrenschmidt schrieb: > > On Tue, 2008-02-19 at 00:35 +0100, Clemens Koller wrote: > >> [EMAIL PROTECTED] schrieb: > >>> On Mon, 18 Feb 2008 08:18:47 +0100, Krzysztof Helt said: > I know two fb drivers

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-19 Thread Clemens Koller
Benjamin Herrenschmidt schrieb: On Tue, 2008-02-19 at 00:35 +0100, Clemens Koller wrote: [EMAIL PROTECTED] schrieb: On Mon, 18 Feb 2008 08:18:47 +0100, Krzysztof Helt said: I know two fb drivers which use endianess information (pm2fb and s3c2410fb). Both resolve endianess at driver level.

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-19 Thread Andrew Morton
On Tue, 19 Feb 2008 12:27:54 +0100 Clemens Koller [EMAIL PROTECTED] wrote: Benjamin Herrenschmidt schrieb: On Tue, 2008-02-19 at 00:35 +0100, Clemens Koller wrote: [EMAIL PROTECTED] schrieb: On Mon, 18 Feb 2008 08:18:47 +0100, Krzysztof Helt said: I know two fb drivers which use

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-19 Thread Clemens Koller
Benjamin Herrenschmidt schrieb: On Tue, 2008-02-19 at 00:35 +0100, Clemens Koller wrote: [EMAIL PROTECTED] schrieb: On Mon, 18 Feb 2008 08:18:47 +0100, Krzysztof Helt said: I know two fb drivers which use endianess information (pm2fb and s3c2410fb). Both resolve endianess at driver level.

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-19 Thread Clemens Koller
Andrew Morton schrieb: On Tue, 19 Feb 2008 12:27:54 +0100 Clemens Koller [EMAIL PROTECTED] wrote: Benjamin Herrenschmidt schrieb: On Tue, 2008-02-19 at 00:35 +0100, Clemens Koller wrote: [EMAIL PROTECTED] schrieb: On Mon, 18 Feb 2008 08:18:47 +0100, Krzysztof Helt said: I know two fb

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-19 Thread Valdis . Kletnieks
On Tue, 19 Feb 2008 04:05:30 PST, Andrew Morton said: On Tue, 19 Feb 2008 12:27:54 +0100 Clemens Koller [EMAIL PROTECTED] wrote: That's not an issue in my case. The SM50x can be connected to either an PCI or some Local/CPU-whateverbus IF. I.e. on the MPC85xx PowerPC, PCI and LocalBus are

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-19 Thread Benjamin Herrenschmidt
On Tue, 2008-02-19 at 19:47 -0500, [EMAIL PROTECTED] wrote: On Tue, 19 Feb 2008 04:05:30 PST, Andrew Morton said: On Tue, 19 Feb 2008 12:27:54 +0100 Clemens Koller [EMAIL PROTECTED] wrote: That's not an issue in my case. The SM50x can be connected to either an PCI or some

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-19 Thread Paul Mackerras
Andrew Morton writes: Bizarrely, the original author of the patch (Anton) has fallen off the cc. Could whoever did that please thwap himself? Anyway, my head is now officially spinning. Did anyone actually have a reason why we shouldn't proceed with Anton's patch? I was wondering if it

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-18 Thread Benjamin Herrenschmidt
On Tue, 2008-02-19 at 00:35 +0100, Clemens Koller wrote: > [EMAIL PROTECTED] schrieb: > > On Mon, 18 Feb 2008 08:18:47 +0100, Krzysztof Helt said: > >> I know two fb drivers which use endianess information (pm2fb and > >> s3c2410fb). > >> Both resolve endianess at driver level. Actually, both

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-18 Thread Clemens Koller
[EMAIL PROTECTED] schrieb: On Mon, 18 Feb 2008 08:18:47 +0100, Krzysztof Helt said: I know two fb drivers which use endianess information (pm2fb and s3c2410fb). Both resolve endianess at driver level. Actually, both handle it by setting special bits so the graphics chip itself reorder bytes to

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-18 Thread Anton Vorontsov
On Mon, Feb 18, 2008 at 12:30:11PM -0500, [EMAIL PROTECTED] wrote: > On Mon, 18 Feb 2008 08:18:47 +0100, Krzysztof Helt said: > > I know two fb drivers which use endianess information (pm2fb and s3c2410fb). > > Both resolve endianess at driver level. Actually, both handle it by setting > >

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-18 Thread Valdis . Kletnieks
On Mon, 18 Feb 2008 08:18:47 +0100, Krzysztof Helt said: > I know two fb drivers which use endianess information (pm2fb and s3c2410fb). > Both resolve endianess at driver level. Actually, both handle it by setting > special > bits so the graphics chip itself reorder bytes to transform foreign >

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-18 Thread Anton Vorontsov
On Mon, Feb 18, 2008 at 12:30:11PM -0500, [EMAIL PROTECTED] wrote: On Mon, 18 Feb 2008 08:18:47 +0100, Krzysztof Helt said: I know two fb drivers which use endianess information (pm2fb and s3c2410fb). Both resolve endianess at driver level. Actually, both handle it by setting special

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-18 Thread Valdis . Kletnieks
On Mon, 18 Feb 2008 08:18:47 +0100, Krzysztof Helt said: I know two fb drivers which use endianess information (pm2fb and s3c2410fb). Both resolve endianess at driver level. Actually, both handle it by setting special bits so the graphics chip itself reorder bytes to transform foreign

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-18 Thread Clemens Koller
[EMAIL PROTECTED] schrieb: On Mon, 18 Feb 2008 08:18:47 +0100, Krzysztof Helt said: I know two fb drivers which use endianess information (pm2fb and s3c2410fb). Both resolve endianess at driver level. Actually, both handle it by setting special bits so the graphics chip itself reorder bytes to

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-18 Thread Benjamin Herrenschmidt
On Tue, 2008-02-19 at 00:35 +0100, Clemens Koller wrote: [EMAIL PROTECTED] schrieb: On Mon, 18 Feb 2008 08:18:47 +0100, Krzysztof Helt said: I know two fb drivers which use endianess information (pm2fb and s3c2410fb). Both resolve endianess at driver level. Actually, both handle it by

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-17 Thread Krzysztof Helt
On Sun, 17 Feb 2008 10:44:32 +0100 (CET) Geert Uytterhoeven <[EMAIL PROTECTED]> wrote: > On Fri, 15 Feb 2008, Anton Vorontsov wrote: > > On Thu, Feb 14, 2008 at 10:49:42PM -0800, Andrew Morton wrote: > > > On Tue, 5 Feb 2008 18:44:32 +0300 Anton Vorontsov <[EMAIL PROTECTED]> > > > wrote: > > >

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-17 Thread Geert Uytterhoeven
On Fri, 15 Feb 2008, Anton Vorontsov wrote: > On Thu, Feb 14, 2008 at 10:49:42PM -0800, Andrew Morton wrote: > > On Tue, 5 Feb 2008 18:44:32 +0300 Anton Vorontsov <[EMAIL PROTECTED]> wrote: > > > This patch adds support for the framebuffers with non-native > > > endianness. This is done via

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-17 Thread Geert Uytterhoeven
On Fri, 15 Feb 2008, Anton Vorontsov wrote: On Thu, Feb 14, 2008 at 10:49:42PM -0800, Andrew Morton wrote: On Tue, 5 Feb 2008 18:44:32 +0300 Anton Vorontsov [EMAIL PROTECTED] wrote: This patch adds support for the framebuffers with non-native endianness. This is done via

Re: [Linux-fbdev-devel] [PATCH 1/2] fb: add support for foreign endianness

2008-02-17 Thread Krzysztof Helt
On Sun, 17 Feb 2008 10:44:32 +0100 (CET) Geert Uytterhoeven [EMAIL PROTECTED] wrote: On Fri, 15 Feb 2008, Anton Vorontsov wrote: On Thu, Feb 14, 2008 at 10:49:42PM -0800, Andrew Morton wrote: On Tue, 5 Feb 2008 18:44:32 +0300 Anton Vorontsov [EMAIL PROTECTED] wrote: Actually...

Re: [Linux-fbdev-devel] [PATCH 1/1] [VIDEO/FRAMEBUFFER]: add BF52x EZkit Display driver

2008-01-30 Thread Bryan Wu
On Wed, 2008-01-30 at 08:38 -0800, Randy Dunlap wrote: > On Wed, 30 Jan 2008 17:53:20 +0800 Bryan Wu wrote: > > > From: Michael Hennerich <[EMAIL PROTECTED]> > > > > Signed-off-by: Michael Hennerich <[EMAIL PROTECTED]> > > Signed-off-by: Bryan Wu <[EMAIL PROTECTED]> > > --- > >

Re: [Linux-fbdev-devel] [PATCH 1/1] [VIDEO/FRAMEBUFFER]: add BF52x EZkit Display driver

2008-01-30 Thread Randy Dunlap
On Wed, 30 Jan 2008 17:53:20 +0800 Bryan Wu wrote: > From: Michael Hennerich <[EMAIL PROTECTED]> > > Signed-off-by: Michael Hennerich <[EMAIL PROTECTED]> > Signed-off-by: Bryan Wu <[EMAIL PROTECTED]> > --- > drivers/video/Kconfig| 53 ++-- All of these non-bfin changes to Kconfig

Re: [Linux-fbdev-devel] [PATCH 1/1] [VIDEO/FRAMEBUFFER]: add BF52x EZkit Display driver

2008-01-30 Thread Bryan Wu
On Wed, 2008-01-30 at 08:38 -0800, Randy Dunlap wrote: On Wed, 30 Jan 2008 17:53:20 +0800 Bryan Wu wrote: From: Michael Hennerich [EMAIL PROTECTED] Signed-off-by: Michael Hennerich [EMAIL PROTECTED] Signed-off-by: Bryan Wu [EMAIL PROTECTED] --- drivers/video/Kconfig|

Re: [Linux-fbdev-devel] [PATCH 1/1] [VIDEO/FRAMEBUFFER]: add BF52x EZkit Display driver

2008-01-30 Thread Randy Dunlap
On Wed, 30 Jan 2008 17:53:20 +0800 Bryan Wu wrote: From: Michael Hennerich [EMAIL PROTECTED] Signed-off-by: Michael Hennerich [EMAIL PROTECTED] Signed-off-by: Bryan Wu [EMAIL PROTECTED] --- drivers/video/Kconfig| 53 ++-- All of these non-bfin changes to Kconfig shouldn't be

Re: [Linux-fbdev-devel] [PATCH] fbdev: make the best-fit section of fb_find_mode return the closest matching mode

2008-01-27 Thread Krzysztof Helt
On Sun, 27 Jan 2008 12:31:16 +0100 Michal Januszewski <[EMAIL PROTECTED]> wrote: > From: Michal Januszewski <[EMAIL PROTECTED]> > > Currently, if a perfect match in terms of resolution is not found, > fb_find_mode() only looks for a best-fit mode among modes with a > higher resolution than the

Re: [Linux-fbdev-devel] [PATCH] fbdev: make the best-fit section of fb_find_mode return the closest matching mode

2008-01-27 Thread Krzysztof Helt
On Sun, 27 Jan 2008 12:31:16 +0100 Michal Januszewski [EMAIL PROTECTED] wrote: From: Michal Januszewski [EMAIL PROTECTED] Currently, if a perfect match in terms of resolution is not found, fb_find_mode() only looks for a best-fit mode among modes with a higher resolution than the one

Re: [Linux-fbdev-devel] [PATCH] atmel_lcdfb: backlight control - tiny rework

2008-01-24 Thread Nicolas Ferre
Tiny patch that removes not needed "inline" and renames function : exit_contrast() -> exit_backlight(). It adds the missing exit_backlight() in probe() error path. Signed-off-by: Nicolas Ferre <[EMAIL PROTECTED]> --- Follows comments from Andrew Morton and Haavard Skinnemoen. Thanks to both

Re: [Linux-fbdev-devel] [PATCH] atmel_lcdfb: backlight control - tiny rework

2008-01-24 Thread Nicolas Ferre
Tiny patch that removes not needed inline and renames function : exit_contrast() - exit_backlight(). It adds the missing exit_backlight() in probe() error path. Signed-off-by: Nicolas Ferre [EMAIL PROTECTED] --- Follows comments from Andrew Morton and Haavard Skinnemoen. Thanks to both of

Re: [Linux-fbdev-devel] [PATCH] logo: move declarations of logos to linux_logo.h

2007-12-14 Thread Sam Ravnborg
On Fri, Dec 14, 2007 at 09:49:03PM +0100, Geert Uytterhoeven wrote: > On Thu, 13 Dec 2007, Marcin Slusarz wrote: > > On Thu, Dec 13, 2007 at 02:31:11AM -0800, Andrew Morton wrote: > > > On Sun, 9 Dec 2007 22:40:31 +0100 Marcin Ślusarz <[EMAIL PROTECTED]> > > > wrote: > > > > > > > logo: move

Re: [Linux-fbdev-devel] [PATCH] logo: move declarations of logos to linux_logo.h

2007-12-14 Thread Geert Uytterhoeven
On Thu, 13 Dec 2007, Marcin Slusarz wrote: > On Thu, Dec 13, 2007 at 02:31:11AM -0800, Andrew Morton wrote: > > On Sun, 9 Dec 2007 22:40:31 +0100 Marcin Ślusarz <[EMAIL PROTECTED]> wrote: > > > > > logo: move declarations of logos to linux_logo.h > > > > > > there was a mismatch between externs in

Re: [Linux-fbdev-devel] [PATCH] logo: move declarations of logos to linux_logo.h

2007-12-14 Thread Geert Uytterhoeven
On Thu, 13 Dec 2007, Marcin Slusarz wrote: On Thu, Dec 13, 2007 at 02:31:11AM -0800, Andrew Morton wrote: On Sun, 9 Dec 2007 22:40:31 +0100 Marcin Ślusarz [EMAIL PROTECTED] wrote: logo: move declarations of logos to linux_logo.h there was a mismatch between externs in logo.c and code

Re: [Linux-fbdev-devel] [PATCH] logo: move declarations of logos to linux_logo.h

2007-12-14 Thread Sam Ravnborg
On Fri, Dec 14, 2007 at 09:49:03PM +0100, Geert Uytterhoeven wrote: On Thu, 13 Dec 2007, Marcin Slusarz wrote: On Thu, Dec 13, 2007 at 02:31:11AM -0800, Andrew Morton wrote: On Sun, 9 Dec 2007 22:40:31 +0100 Marcin Ślusarz [EMAIL PROTECTED] wrote: logo: move declarations of logos

Re: [Linux-fbdev-devel] [PATCH 0/6] Patch series to add of_platform binding to xilinxfb

2007-10-09 Thread Antonino A. Daplas
On Tue, 2007-10-09 at 11:39 -0600, Grant Likely wrote: > On 10/8/07, Antonino A. Daplas <[EMAIL PROTECTED]> wrote: > > On Mon, 2007-10-08 at 22:43 -0600, Grant Likely wrote: > > > BTW, what path do framebuffer patches take to get into Linus' tree? > > > Does he pull your tree directly, or do they

Re: [Linux-fbdev-devel] [PATCH 0/6] Patch series to add of_platform binding to xilinxfb

2007-10-09 Thread Grant Likely
On 10/8/07, Antonino A. Daplas <[EMAIL PROTECTED]> wrote: > On Mon, 2007-10-08 at 22:43 -0600, Grant Likely wrote: > > BTW, what path do framebuffer patches take to get into Linus' tree? > > Does he pull your tree directly, or do they go through someone else's > > tree? > > They all go to -mm

Re: [Linux-fbdev-devel] [PATCH 0/6] Patch series to add of_platform binding to xilinxfb

2007-10-09 Thread Grant Likely
On 10/8/07, Antonino A. Daplas [EMAIL PROTECTED] wrote: On Mon, 2007-10-08 at 22:43 -0600, Grant Likely wrote: BTW, what path do framebuffer patches take to get into Linus' tree? Does he pull your tree directly, or do they go through someone else's tree? They all go to -mm tree, unless

Re: [Linux-fbdev-devel] [PATCH 0/6] Patch series to add of_platform binding to xilinxfb

2007-10-09 Thread Antonino A. Daplas
On Tue, 2007-10-09 at 11:39 -0600, Grant Likely wrote: On 10/8/07, Antonino A. Daplas [EMAIL PROTECTED] wrote: On Mon, 2007-10-08 at 22:43 -0600, Grant Likely wrote: BTW, what path do framebuffer patches take to get into Linus' tree? Does he pull your tree directly, or do they go through

Re: [Linux-fbdev-devel] [PATCH 0/6] Patch series to add of_platform binding to xilinxfb

2007-10-08 Thread Antonino A. Daplas
On Mon, 2007-10-08 at 22:43 -0600, Grant Likely wrote: > On 10/2/07, Antonino A. Daplas <[EMAIL PROTECTED]> wrote: > > On Mon, 2007-10-01 at 09:57 -0600, Grant Likely wrote: > > > Assuming there are no major issues, I'd like to get this patch series > > > queued up for inclusion in 2.6.24. > > > >

Re: [Linux-fbdev-devel] [PATCH 0/6] Patch series to add of_platform binding to xilinxfb

2007-10-08 Thread Grant Likely
On 10/2/07, Antonino A. Daplas <[EMAIL PROTECTED]> wrote: > On Mon, 2007-10-01 at 09:57 -0600, Grant Likely wrote: > > Assuming there are no major issues, I'd like to get this patch series > > queued up for inclusion in 2.6.24. > > Okay. > > Tony BTW, what path do framebuffer patches take to get

Re: [Linux-fbdev-devel] [PATCH 0/6] Patch series to add of_platform binding to xilinxfb

2007-10-08 Thread Grant Likely
On 10/2/07, Antonino A. Daplas [EMAIL PROTECTED] wrote: On Mon, 2007-10-01 at 09:57 -0600, Grant Likely wrote: Assuming there are no major issues, I'd like to get this patch series queued up for inclusion in 2.6.24. Okay. Tony BTW, what path do framebuffer patches take to get into Linus'

Re: [Linux-fbdev-devel] [PATCH 0/6] Patch series to add of_platform binding to xilinxfb

2007-10-08 Thread Antonino A. Daplas
On Mon, 2007-10-08 at 22:43 -0600, Grant Likely wrote: On 10/2/07, Antonino A. Daplas [EMAIL PROTECTED] wrote: On Mon, 2007-10-01 at 09:57 -0600, Grant Likely wrote: Assuming there are no major issues, I'd like to get this patch series queued up for inclusion in 2.6.24. Okay. Tony

Re: [Linux-fbdev-devel] [PATCH 0/6] Patch series to add of_platform binding to xilinxfb

2007-10-02 Thread Antonino A. Daplas
On Mon, 2007-10-01 at 09:57 -0600, Grant Likely wrote: > (resend due to mailer issues. Apologies to anyone receiving this twice) > > This patch series reworks the Xilinx framebuffer driver and then adds > an of_platform bus binding. The of_platform bus binding is needed to use > the driver in

Re: [Linux-fbdev-devel] [PATCH 0/6] Patch series to add of_platform binding to xilinxfb

2007-10-02 Thread Antonino A. Daplas
On Mon, 2007-10-01 at 09:57 -0600, Grant Likely wrote: (resend due to mailer issues. Apologies to anyone receiving this twice) This patch series reworks the Xilinx framebuffer driver and then adds an of_platform bus binding. The of_platform bus binding is needed to use the driver in

Re: [Linux-fbdev-devel] [PATCH 1/4] radeonfb: add PCI Id for RS482/Radeon Xpress 200M

2007-09-10 Thread aherrman
On Tue, Sep 04, 2007 at 03:45:12PM +0200, Benjamin Herrenschmidt wrote: > On Tue, 2007-09-04 at 12:58 +0200, [EMAIL PROTECTED] wrote: > > .. which can be found in Acer Aspire 5100. > > > > Signed-off-by: Andreas Herrmann <[EMAIL PROTECTED]> > > Acked-by: Benjamin Herrenschmidt <[EMAIL

Re: [Linux-fbdev-devel] [PATCH 1/4] radeonfb: add PCI Id for RS482/Radeon Xpress 200M

2007-09-10 Thread aherrman
On Tue, Sep 04, 2007 at 03:45:12PM +0200, Benjamin Herrenschmidt wrote: On Tue, 2007-09-04 at 12:58 +0200, [EMAIL PROTECTED] wrote: .. which can be found in Acer Aspire 5100. Signed-off-by: Andreas Herrmann [EMAIL PROTECTED] Acked-by: Benjamin Herrenschmidt [EMAIL PROTECTED] Sorry, I

Re: [Linux-fbdev-devel] [PATCH 1/4] radeonfb: add PCI Id for RS482/Radeon Xpress 200M

2007-09-06 Thread Benjamin Herrenschmidt
On Tue, 2007-09-04 at 12:58 +0200, [EMAIL PROTECTED] wrote: > .. which can be found in Acer Aspire 5100. > > Signed-off-by: Andreas Herrmann <[EMAIL PROTECTED]> Acked-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]> > --- > drivers/video/aty/ati_ids.h |1 + >

Re: [Linux-fbdev-devel] [PATCH 1/4] radeonfb: add PCI Id for RS482/Radeon Xpress 200M

2007-09-06 Thread Benjamin Herrenschmidt
On Tue, 2007-09-04 at 12:58 +0200, [EMAIL PROTECTED] wrote: .. which can be found in Acer Aspire 5100. Signed-off-by: Andreas Herrmann [EMAIL PROTECTED] Acked-by: Benjamin Herrenschmidt [EMAIL PROTECTED] --- drivers/video/aty/ati_ids.h |1 + drivers/video/aty/radeon_base.c |1

Re: [Linux-fbdev-devel] [PATCH] fbdev: find mode with highest refresh rate in fb_find_mode()

2007-08-26 Thread Antonino A. Daplas
On Sun, 2007-08-26 at 21:09 +0200, Michal Januszewski wrote: > On Wed, Jul 18, 2007 at 11:18:15PM +0800, Antonino A. Daplas wrote: > > How about modifying it so that it looks for a mode with the highest > refresh rate if either a non-generic modedb is used or >

Re: [Linux-fbdev-devel] [PATCH] fbdev: find mode with highest refresh rate in fb_find_mode()

2007-08-26 Thread Michal Januszewski
On Wed, Jul 18, 2007 at 11:18:15PM +0800, Antonino A. Daplas wrote: > > > Currently if the refresh rate is not specified fb_find_mode() returns > > > the first known video mode with the requested resoluion, which provides > > > no guarantees wrt the refresh rate. Change this so that the mode

Re: [Linux-fbdev-devel] [PATCH] uvesafb: select connector in Kconfig

2007-08-26 Thread Michal Januszewski
On Sat, Aug 25, 2007 at 08:23:41AM -0700, Randy Dunlap wrote: > There are 2 problems with this. > > a. CONNECTOR depends on NET, but select won't enable NET, so if > NET is not enabled otherwise, CONNECTOR still won't build. > This is a longstanding select/kconfig issue. > > b. CONNECTOR

Re: [Linux-fbdev-devel] [PATCH] uvesafb: select connector in Kconfig

2007-08-26 Thread Michal Januszewski
On Sat, Aug 25, 2007 at 08:23:41AM -0700, Randy Dunlap wrote: There are 2 problems with this. a. CONNECTOR depends on NET, but select won't enable NET, so if NET is not enabled otherwise, CONNECTOR still won't build. This is a longstanding select/kconfig issue. b. CONNECTOR depends on

Re: [Linux-fbdev-devel] [PATCH] fbdev: find mode with highest refresh rate in fb_find_mode()

2007-08-26 Thread Michal Januszewski
On Wed, Jul 18, 2007 at 11:18:15PM +0800, Antonino A. Daplas wrote: Currently if the refresh rate is not specified fb_find_mode() returns the first known video mode with the requested resoluion, which provides no guarantees wrt the refresh rate. Change this so that the mode with the

Re: [Linux-fbdev-devel] [PATCH] fbdev: find mode with highest refresh rate in fb_find_mode()

2007-08-26 Thread Antonino A. Daplas
On Sun, 2007-08-26 at 21:09 +0200, Michal Januszewski wrote: On Wed, Jul 18, 2007 at 11:18:15PM +0800, Antonino A. Daplas wrote: How about modifying it so that it looks for a mode with the highest refresh rate if either a non-generic modedb is used or

Re: [Linux-fbdev-devel] [PATCH] uvesafb: select connector in Kconfig

2007-08-25 Thread Randy Dunlap
On Sat, 25 Aug 2007 10:59:31 +0200 Michal Januszewski wrote: > Make uvesafb select connector instead of depending on it being already > selected. > > Signed-off-by: Michal Januszewski <[EMAIL PROTECTED]> > --- > diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig > index f1cc899..e152eed

Re: [Linux-fbdev-devel] [PATCH] uvesafb: select connector in Kconfig

2007-08-25 Thread Randy Dunlap
On Sat, 25 Aug 2007 10:59:31 +0200 Michal Januszewski wrote: Make uvesafb select connector instead of depending on it being already selected. Signed-off-by: Michal Januszewski [EMAIL PROTECTED] --- diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index f1cc899..e152eed 100644

Re: [Linux-fbdev-devel] [PATCH 1/2] x86_64 EFI boot support: EFI frame buffer driver

2007-08-09 Thread Geert Uytterhoeven
On Thu, 9 Aug 2007, Huang, Ying wrote: > Changelog between this version and previous version (v3 of x86_64 EFI > support patch). > > 1. The include files of efifb.c is cleaned up. > 2. Make CONFIG_FB_EFI do not depend on CONFIG_EFI. BTW, the recommended place to put changelogs (so the tools will

Re: [Linux-fbdev-devel] [PATCH 1/2] x86_64 EFI boot support: EFI frame buffer driver

2007-08-09 Thread Geert Uytterhoeven
On Thu, 9 Aug 2007, Huang, Ying wrote: Changelog between this version and previous version (v3 of x86_64 EFI support patch). 1. The include files of efifb.c is cleaned up. 2. Make CONFIG_FB_EFI do not depend on CONFIG_EFI. BTW, the recommended place to put changelogs (so the tools will

Re: [Linux-fbdev-devel] [PATCH] fbdev: find mode with highest refresh rate in fb_find_mode()

2007-07-18 Thread Antonino A. Daplas
On Wed, 2007-07-18 at 16:38 +0200, Ondrej Zajicek wrote: > On Wed, Jul 18, 2007 at 10:41:02AM +0200, Michal Januszewski wrote: > > Currently if the refresh rate is not specified fb_find_mode() returns > > the first known video mode with the requested resoluion, which provides > > no guarantees wrt

Re: [Linux-fbdev-devel] [PATCH] fbdev: find mode with highest refresh rate in fb_find_mode()

2007-07-18 Thread Antonino A. Daplas
On Wed, 2007-07-18 at 16:38 +0200, Ondrej Zajicek wrote: On Wed, Jul 18, 2007 at 10:41:02AM +0200, Michal Januszewski wrote: Currently if the refresh rate is not specified fb_find_mode() returns the first known video mode with the requested resoluion, which provides no guarantees wrt the

Re: [Linux-fbdev-devel] [patch 0/4] Cell SPE logos

2007-07-13 Thread Benjamin Herrenschmidt
On Fri, 2007-07-13 at 11:09 +0200, Geert Uytterhoeven wrote: > On Fri, 13 Jul 2007, Andrew Morton wrote: > > On Fri, 13 Jul 2007 10:52:10 +0200 (CEST) Geert Uytterhoeven <[EMAIL > > PROTECTED]> wrote: > > > > > > > Summaries: > > > > > [1] fbdev: extract fb_show_logo_line() > > > > > [2]

Re: [Linux-fbdev-devel] [patch 0/4] Cell SPE logos

2007-07-13 Thread Benjamin Herrenschmidt
On Fri, 2007-07-13 at 11:09 +0200, Geert Uytterhoeven wrote: On Fri, 13 Jul 2007, Andrew Morton wrote: On Fri, 13 Jul 2007 10:52:10 +0200 (CEST) Geert Uytterhoeven [EMAIL PROTECTED] wrote: Summaries: [1] fbdev: extract fb_show_logo_line() [2] fbdev: Add

Re: [Linux-fbdev-devel] [PATCH 1/4] fbdev: make fb_find_mode look for a mode with the highest refresh rate

2007-07-12 Thread Antonino A. Daplas
On Sat, 2007-06-23 at 11:04 -0700, Andrew Morton wrote: > On Sat, 23 Jun 2007 12:50:46 +0200 Michal Januszewski <[EMAIL PROTECTED]> > wrote: > > > If the refresh rate hasn't been explicitly specified, fd_find_mode > > currently returns the first mode with the requested resolution. Change > > it

Re: [Linux-fbdev-devel] [PATCH 1/4] fbdev: make fb_find_mode look for a mode with the highest refresh rate

2007-07-12 Thread Antonino A. Daplas
On Sat, 2007-06-23 at 12:50 +0200, Michal Januszewski wrote: > If the refresh rate hasn't been explicitly specified, fd_find_mode > currently returns the first mode with the requested resolution. Change > it so that it returns a mode with the requested resolution and the > highest refresh rate. >

Re: [Linux-fbdev-devel] [PATCH 0/4] fbdev: uvesafb

2007-07-12 Thread Antonino A. Daplas
On Sat, 2007-06-23 at 12:49 +0200, Michal Januszewski wrote: My apologies for the delayed response. I had problems with my ISP. > uvesafb is a generic driver for VBE2+ compliant video cards; an enhanced > version of vesafb and a direct successor of vesafb-tng [1]. > > uvesafb uses a userspace

Re: [Linux-fbdev-devel] [PATCH 0/4] fbdev: uvesafb

2007-07-12 Thread Antonino A. Daplas
On Sat, 2007-06-23 at 12:49 +0200, Michal Januszewski wrote: My apologies for the delayed response. I had problems with my ISP. uvesafb is a generic driver for VBE2+ compliant video cards; an enhanced version of vesafb and a direct successor of vesafb-tng [1]. uvesafb uses a userspace

Re: [Linux-fbdev-devel] [PATCH 1/4] fbdev: make fb_find_mode look for a mode with the highest refresh rate

2007-07-12 Thread Antonino A. Daplas
On Sat, 2007-06-23 at 12:50 +0200, Michal Januszewski wrote: If the refresh rate hasn't been explicitly specified, fd_find_mode currently returns the first mode with the requested resolution. Change it so that it returns a mode with the requested resolution and the highest refresh rate.

Re: [Linux-fbdev-devel] [PATCH 1/4] fbdev: make fb_find_mode look for a mode with the highest refresh rate

2007-07-12 Thread Antonino A. Daplas
On Sat, 2007-06-23 at 11:04 -0700, Andrew Morton wrote: On Sat, 23 Jun 2007 12:50:46 +0200 Michal Januszewski [EMAIL PROTECTED] wrote: If the refresh rate hasn't been explicitly specified, fd_find_mode currently returns the first mode with the requested resolution. Change it so that it

Re: [Linux-fbdev-devel] [PATCH 3/4] fbdev: uvesafb driver

2007-06-23 Thread Bernhard Fischer
On Sat, Jun 23, 2007 at 12:52:43PM +0200, Michal Januszewski wrote: >+static void uvesafb_cn_callback(void *data) >+{ >+ struct cn_msg *msg = (struct cn_msg *)data; >+ struct uvesafb_task *utask = (struct uvesafb_task *)msg->data; >+ struct uvesafb_ktask *task; >+ >+ if

Re: [Linux-fbdev-devel] [PATCH 3/4] fbdev: uvesafb driver

2007-06-23 Thread Bernhard Fischer
On Sat, Jun 23, 2007 at 12:52:43PM +0200, Michal Januszewski wrote: +static void uvesafb_cn_callback(void *data) +{ + struct cn_msg *msg = (struct cn_msg *)data; + struct uvesafb_task *utask = (struct uvesafb_task *)msg-data; + struct uvesafb_ktask *task; + + if (msg-seq =

Re: [Linux-fbdev-devel] [PATCH 8/9] fbdev: Detect primary display device

2007-05-28 Thread Geert Uytterhoeven
On Sun, 27 May 2007, Antonino A. Daplas wrote: > Add function helper, fb_is_display_device(). Given struct fb_info, it will ^^^ primary > return a nonzero value if the device is the primary display. > +static inline int

Re: [Linux-fbdev-devel] [PATCH 8/9] fbdev: Detect primary display device

2007-05-28 Thread Geert Uytterhoeven
On Sun, 27 May 2007, Antonino A. Daplas wrote: Add function helper, fb_is_display_device(). Given struct fb_info, it will ^^^ primary return a nonzero value if the device is the primary display. +static inline int

Re: [Linux-fbdev-devel] [PATCH] atmel_lcdfb: AT91/AT32 LCD Controller framebuffer driver

2007-05-18 Thread Jan Altenberg
Hi Nicolas, > + info->fix.line_length = info->var.xres_virtual * > (info->var.bits_per_pixel / 8); line_length will always be 0 for bits_per_pixel < 8. Jan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

Re: [Linux-fbdev-devel] [PATCH] atmel_lcdfb: AT91/AT32 LCD Controller framebuffer driver

2007-05-18 Thread Jan Altenberg
Hi Nicolas, + info-fix.line_length = info-var.xres_virtual * (info-var.bits_per_pixel / 8); line_length will always be 0 for bits_per_pixel 8. Jan - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: [Linux-fbdev-devel] [PATCH 10/10] [HEADS UP] fbdev: Move arch-specific bits to their respective subdirectories

2007-05-17 Thread Antonino A. Daplas
On Thu, 2007-05-17 at 11:43 +0200, Geert Uytterhoeven wrote: > On Thu, 16 May 2007, Antonino A. Daplas wrote: > > diff --git a/include/asm-m68k/fb.h b/include/asm-m68k/fb.h > > new file mode 100644 > > index 000..7d4a28f > > --- /dev/null > > +++ b/include/asm-m68k/fb.h > > @@ -0,0 +1,28 @@ >

Re: [Linux-fbdev-devel] [PATCH 10/10] [HEADS UP] fbdev: Move arch-specific bits to their respective subdirectories

2007-05-17 Thread Geert Uytterhoeven
On Thu, 16 May 2007, Antonino A. Daplas wrote: > diff --git a/include/asm-m68k/fb.h b/include/asm-m68k/fb.h > new file mode 100644 > index 000..7d4a28f > --- /dev/null > +++ b/include/asm-m68k/fb.h > @@ -0,0 +1,28 @@ > +#ifndef _ASM_FB_H_ > +#define _ASM_FB_H_ > + > +#include > +#include >

Re: [Linux-fbdev-devel] [PATCH 10/10] [HEADS UP] fbdev: Move arch-specific bits to their respective subdirectories

2007-05-17 Thread Geert Uytterhoeven
On Thu, 16 May 2007, Antonino A. Daplas wrote: diff --git a/include/asm-m68k/fb.h b/include/asm-m68k/fb.h new file mode 100644 index 000..7d4a28f --- /dev/null +++ b/include/asm-m68k/fb.h @@ -0,0 +1,28 @@ +#ifndef _ASM_FB_H_ +#define _ASM_FB_H_ + +#include linux/fs.h +#include

Re: [Linux-fbdev-devel] [PATCH 10/10] [HEADS UP] fbdev: Move arch-specific bits to their respective subdirectories

2007-05-17 Thread Antonino A. Daplas
On Thu, 2007-05-17 at 11:43 +0200, Geert Uytterhoeven wrote: On Thu, 16 May 2007, Antonino A. Daplas wrote: diff --git a/include/asm-m68k/fb.h b/include/asm-m68k/fb.h new file mode 100644 index 000..7d4a28f --- /dev/null +++ b/include/asm-m68k/fb.h @@ -0,0 +1,28 @@ +#ifndef

[Linux-fbdev-devel] [PATCH] atmel_lcdfb: AT91/AT32 LCD Controller framebuffer driver

2007-05-09 Thread Nicolas Ferre
From: Nicolas Ferre <[EMAIL PROTECTED]> Adds a framebuffer driver to ATMEL AT91SAM9x and AT32 aka AVR32 platforms. Those chips share quite the same IP and this code is suitable for both architectures. Signed-off-by: Nicolas Ferre <[EMAIL PROTECTED]> --- This second patch is rebuild following

Re: [Linux-fbdev-devel] [PATCH] atmel_lcdfb: AT91/AT32 LCDController framebuffer driver

2007-05-09 Thread Nicolas Ferre
Antonino A. Daplas : On Mon, 2007-05-07 at 16:11 +0200, Nicolas Ferre wrote: From: Nicolas Ferre <[EMAIL PROTECTED]> + +static struct fb_fix_screeninfo atmel_lcdfb_fix __initdata = { + .type = FB_TYPE_PACKED_PIXELS, + .visual = FB_VISUAL_TRUECOLOR, +

[Linux-fbdev-devel] [PATCH] atmel_lcdfb: AT91/AT32 LCD Controller framebuffer driver

2007-05-09 Thread Nicolas Ferre
From: Nicolas Ferre [EMAIL PROTECTED] Adds a framebuffer driver to ATMEL AT91SAM9x and AT32 aka AVR32 platforms. Those chips share quite the same IP and this code is suitable for both architectures. Signed-off-by: Nicolas Ferre [EMAIL PROTECTED] --- This second patch is rebuild following

Re: [Linux-fbdev-devel] [PATCH] atmel_lcdfb: AT91/AT32 LCDController framebuffer driver

2007-05-09 Thread Nicolas Ferre
Antonino A. Daplas : On Mon, 2007-05-07 at 16:11 +0200, Nicolas Ferre wrote: From: Nicolas Ferre [EMAIL PROTECTED] + +static struct fb_fix_screeninfo atmel_lcdfb_fix __initdata = { + .type = FB_TYPE_PACKED_PIXELS, + .visual = FB_VISUAL_TRUECOLOR, +

Re: [Linux-fbdev-devel] [PATCH] atmel_lcdfb: AT91/AT32 LCD Controller framebuffer driver

2007-05-08 Thread Haavard Skinnemoen
Hi Antonio, Thanks for the feedback. I'm just going to reply to one of your comments and leave the rest for Nicolas... On Tue, 08 May 2007 05:40:17 +0800 "Antonino A. Daplas" <[EMAIL PROTECTED]> wrote: > > +static int __init atmel_lcdfb_init(void) > > +{ > > + return

Re: [Linux-fbdev-devel] [PATCH] atmel_lcdfb: AT91/AT32 LCD Controller framebuffer driver

2007-05-08 Thread Haavard Skinnemoen
Hi Antonio, Thanks for the feedback. I'm just going to reply to one of your comments and leave the rest for Nicolas... On Tue, 08 May 2007 05:40:17 +0800 Antonino A. Daplas [EMAIL PROTECTED] wrote: +static int __init atmel_lcdfb_init(void) +{ + return

Re: [Linux-fbdev-devel] [PATCH] fbdev: Add support for AVR32

2007-05-07 Thread David Miller
From: "Antonino A. Daplas" <[EMAIL PROTECTED]> Date: Tue, 08 May 2007 06:55:52 +0800 > On Mon, 2007-05-07 at 13:47 -0700, David Miller wrote: > > From: Haavard Skinnemoen <[EMAIL PROTECTED]> > > Date: Mon, 7 May 2007 17:20:33 +0200 > > > > > We're at the point where these two snippets of code

Re: [Linux-fbdev-devel] [PATCH] fbdev: Add support for AVR32

2007-05-07 Thread Antonino A. Daplas
On Mon, 2007-05-07 at 13:47 -0700, David Miller wrote: > From: Haavard Skinnemoen <[EMAIL PROTECTED]> > Date: Mon, 7 May 2007 17:20:33 +0200 > > We're at the point where these two snippets of code in the fb layer > are a total mess of ifdefs. > > It's time we made an include/asm-foo/fb.h

Re: [Linux-fbdev-devel] [PATCH] atmel_lcdfb: AT91/AT32 LCD Controller framebuffer driver

2007-05-07 Thread Antonino A. Daplas
On Mon, 2007-05-07 at 16:11 +0200, Nicolas Ferre wrote: > From: Nicolas Ferre <[EMAIL PROTECTED]> > > Adds a framebuffer driver to ATMEL AT91SAM9x and AT32 > aka AVR32 platforms. Those chips share quite the same > IP and this code is suitable for both architectures. > > Signed-off-by: Nicolas

Re: [Linux-fbdev-devel] [PATCH] atmel_lcdfb: AT91/AT32 LCD Controller framebuffer driver

2007-05-07 Thread Antonino A. Daplas
On Mon, 2007-05-07 at 16:11 +0200, Nicolas Ferre wrote: From: Nicolas Ferre [EMAIL PROTECTED] Adds a framebuffer driver to ATMEL AT91SAM9x and AT32 aka AVR32 platforms. Those chips share quite the same IP and this code is suitable for both architectures. Signed-off-by: Nicolas Ferre

Re: [Linux-fbdev-devel] [PATCH] fbdev: Add support for AVR32

2007-05-07 Thread Antonino A. Daplas
On Mon, 2007-05-07 at 13:47 -0700, David Miller wrote: From: Haavard Skinnemoen [EMAIL PROTECTED] Date: Mon, 7 May 2007 17:20:33 +0200 We're at the point where these two snippets of code in the fb layer are a total mess of ifdefs. It's time we made an include/asm-foo/fb.h header file

Re: [Linux-fbdev-devel] [PATCH] fbdev: Add support for AVR32

2007-05-07 Thread David Miller
From: Antonino A. Daplas [EMAIL PROTECTED] Date: Tue, 08 May 2007 06:55:52 +0800 On Mon, 2007-05-07 at 13:47 -0700, David Miller wrote: From: Haavard Skinnemoen [EMAIL PROTECTED] Date: Mon, 7 May 2007 17:20:33 +0200 We're at the point where these two snippets of code in the fb layer

const and __initdata (was: Re: [Linux-fbdev-devel] [PATCH 4/7] fbdev: move logo externs to header file)

2007-03-13 Thread Geert Uytterhoeven
On Wed, 31 Jan 2007, Geert Uytterhoeven wrote: > Move the external declarations for the various linux logo structures to > . As a consequence, I had to remove the `const', as > `const' > is incompatible with `__initdata'. > > Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> > --- >

  1   2   3   >