Use CONFIG_VIDEO_SM501NEW to enable the driver. Not sure if CONFIG_VIDEO_SM501NEW is a good chose here.
Silicon Motion SM501 multimedia. Fornida has acquired a number of brand new Silicon Motion SM501GF8AB processors in original. Click to download SM501. Download the latest driver for Silicon Motion SM501 Voyager GX, fix the missing driver with Silicon Motion SM501 Voyager GX.
SATELLITE PRO L450-EZ1510 Software. Download drivers, software patches. Updating drivers and software using Toshiba Service Station. The Official Toshiba Support Website provides support for Satellite Pro L450-EZ1510. Download the latest Toshiba Satellite Pro L450 Series L450-EZ1510 device drivers (Official and Certified). Toshiba Satellite Pro L450 Series L450-EZ1510 drivers updated daily. Download the latest drivers for your Toshiba Satellite Pro L450 to keep your Computer up-to-date.
Maybe we should use s.th. Like CONFIG_VIDEO_SM50x.
This applies to the file names too: sm50x.h, sm50x.c, etc. Even better would be a merge with the existing driver. > The patch is against 'latest' u-boot git-repository > > Please (still) be patient if style of submission or patches are > offending.
These lines are patch comments which should not appear in the commit message. The common practice is to place such comments below '---' line.
> Signed-off-by: Stefan Althoefer > ---- So, here is the place for patch comments which should not appear in the commit message. Also changes between patch revisions are often summarised here. > diff -uprN u-boot-orig//drivers/video/sm501new.h u-boot/drivers/video/sm501new.h > --- u-boot-orig//drivers/video/sm501new.h 1970-01-01 01:00000 +0100 > +++ u-boot/drivers/video/sm501new.h 2008-12-02 18:00000 +0100 > @@ -0,0 +1,125 @@ > +/* Large parts of this have been taken from the linux kernel source code > + * with the following licencse: Multi-line comment style is as follows: /* * This is a * multi-line * comment */ > +/* Ported to u-boot: > + * > + * Copyright (c) 2008 StefanAlthoefer () > + */ same here, fix multi-line comment here and everywhere in the code.
> diff -uprN u-boot-orig//drivers/video/sm501new-regs.h u-boot/drivers/video/sm501new-regs.h > --- u-boot-orig//drivers/video/sm501new-regs.h 1970-01-01 01:00000 +0100 > +++ u-boot/drivers/video/sm501new-regs.h 2008-12-02 18:00000 +0100 > @@ -0,0 +1,365 @@ > +/* sm501-regs.h > + * > + * Copyright 2006 Simtec Electronics > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as > + * published by the Free Software Foundation. > + * > + * Silicon Motion SM501 register definitions > +*/ please, fix multi-line comment style. Also check all below defined macros in this file. If some macro isn't used in the driver code, then remove it. Hi Anatolij, >> Use CONFIG_VIDEO_SM501NEW to enable the driver. > > not sure if CONFIG_VIDEO_SM501NEW is a good chose here. Maybe > we should use s.th.