summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Collapse)AuthorAgeFilesLines
* [miiphy]: fix compiler warningSascha Hauer2008-04-071-3/+1
|
* Change kernel style documentation to doxygenSascha Hauer2008-04-042-156/+154
| | | | | Signed-off-by: Carsten Schlote <schlote@vahanus.net> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Trivial documentation fixSascha Hauer2008-04-041-1/+1
|
* use U-Boot standard types for variables.Sascha Hauer2008-04-042-199/+195
| | | | | | | | The FEC driver used to typedef it's own variable types. Use standard U-Boot types instead Signed-off-by: Carsten Schlote <schlote@vahanus.net> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* fec i.MX27: Fix data buffer alignmentSascha Hauer2008-03-141-2/+2
|
* first (partly) running spi supportSascha Hauer2008-03-143-9/+536
|
* beginning of SPI supportSascha Hauer2008-03-117-0/+91
|
* [CFI driver] add missing flash protection for new driverSascha Hauer2008-02-263-43/+105
|
* fix compile bug introduced with last commitSascha Hauer2008-02-261-1/+1
|
* [CFI Driver] - Update Kconfig help textsSascha Hauer2008-02-265-109/+99
| | | | | - Turn switch/case into if/else to be able to optimize out unused code when not all bankwidths are needed
* [CFI driver] For some Spansion flashes we have to write theSascha Hauer2008-02-262-49/+9
| | | | | | | | AMD_CMD_WRITE_TO_BUFFER command to the destination address of the buffer write and not to the sector beginning. Linux mtd does this as default, so I assume this should work for other flashes aswell. Reorder functions so that this change fits in nicely.
* [CFI Driver] Remove empty commentsSascha Hauer2008-02-263-23/+11
|
* [CFI Driver] Removed flash_find_sector(). It turned out to be a duplicateSascha Hauer2008-02-261-31/+15
| | | | | | of find_sector. For rellocing the protect field, multiply with sizeof(uchar) instead of sizeof(ulong).
* [CFI FLASH] Make the 'new' driver compile again and reorder functions toSascha Hauer2008-02-253-371/+335
| | | | get rid of static function declarations.
* [mpc5200 fec] revert to some old version (somehow my play version got into theSascha Hauer2008-02-202-554/+408
| | | | repository). Runtime tested on pcm030
* [i.MX27]: use correct clock for i.MX27 ethernet driverSascha Hauer2008-02-191-1/+1
|
* Only change ADVERTISE_ALL bitEnrik Berkhan2008-01-231-1/+3
| | | | Signed-Off-By: Enrik Berkhan <Enrik.Berkhan@ge.com>
* [sandbox] added ^\q to exit ubootMarc Kleine-Budde2007-11-291-0/+5
| | | | | | | This patch adds the possibility to exit u-boot in sandbox mode by pressing ^\q. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* doc fixed in i.MX27 fec related filesJuergen Beisert2007-11-121-5/+6
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* Merge branch 'ipe337'Marc Kleine-Budde2007-11-121-0/+4
|\
| * [smsc911x] undef FLOW if already definedMarc Kleine-Budde2007-11-121-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes: drivers/net/smc911x.c:334:1: warning: "FLOW" redefined In file included from include/asm/blackfin.h:33, from include/asm/system.h:29, from include/asm/bitops.h:33, from include/linux/bitops.h:69, from include/common.h:31, from drivers/net/smc911x.c:29: include/asm/cpu/defBF561.h:1654:1: warning: this is the location of the previous definition Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* | Fix wrong warning messageJuergen Beisert2007-11-121-1/+1
|/ | | | Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
* Merge branch 'docu'Juergen Beisert2007-11-091-22/+24
|\
| * various docu addedJuergen Beisert2007-11-051-22/+24
| |\
| | * saving added docuJuergen Beisert2007-11-053-67/+69
| | |
* | | adding and correcting driver's docJuergen Beisert2007-11-092-182/+207
| | | | | | | | | | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* | | setting correct buffer sizeJuergen Beisert2007-11-091-8/+3
| | | | | | | | | | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* | | adding first clean mx27 only fec driverJuergen Beisert2007-11-084-1/+997
| | |
* | | new revision, no volatile any moreJuergen Beisert2007-11-052-313/+388
|/ /
* | integrating sha's changes into jbe's branchJuergen Beisert2007-11-053-143/+215
| |
* | NAND support work in progresssascha2007-10-206-889/+501
|/
* noisy supportJuergen Beisert2007-10-181-1/+5
|
* Merge octopus:/home/git/projects/u-boot-v2sascha2007-10-181-2/+5
|\
| * make it work with all current CPUsJuergen Beisert2007-10-181-2/+5
| |
* | change functions containing 'mac' or 'enet' in its name to 'ethaddr'.sascha2007-10-186-26/+26
|/ | | | change the parameter name for ethernet devices to 'ethaddr' aswell.
* adding i.MX31 CPU supportJuergen Beisert2007-10-171-4/+15
|
* add default for case to avoid compiler warningsascha2007-10-161-1/+4
|
* move dm9000 specific stuff to platform_datasascha2007-10-162-249/+241
|
* add NAND to KconfigSascha Hauer2007-10-151-0/+3
|
* add NAND to MakefileSascha Hauer2007-10-151-0/+1
|
* make NAND support compileSascha Hauer2007-10-155-37/+49
|
* add NAND Flash support. Initial import from u-boot-1.2.0Sascha Hauer2007-10-128-0/+6810
|
* remove hardcoded regsiter base addressesSascha Hauer2007-10-092-16/+17
|
* make real code visible between debug codeSascha Hauer2007-10-091-70/+29
|
* remove decorationSascha Hauer2007-10-091-35/+7
|
* reorder functions to get rid of static function declarationsSascha Hauer2007-10-091-81/+78
|
* add some register bitmask values from the linux kernelSascha Hauer2007-10-092-3/+44
|
* serial_imx.c: now works on i.MX27Sascha Hauer2007-10-091-7/+37
|
* re-enable uart initializationSascha Hauer2007-10-081-46/+131
|
* blackfin serial driver: round clock divisor valuesSascha Hauer2007-10-041-1/+1
|