summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* consolidate some printf() into one to safe spaceSascha Hauer2007-10-011-4/+5
|
* declare lots of functions staticSascha Hauer2007-09-281-17/+21
|
* remove unused includesSascha Hauer2007-09-211-7/+6
|
* remove unported includes and driversSascha Hauer2007-09-2160-28880/+0
|
* remove usb/, i2c/ and video/ directoriesSascha Hauer2007-09-212-5/+0
|
* remove unused driversSascha Hauer2007-09-21164-103411/+0
|
* - putc is now putchar for better standard conformitySascha Hauer2007-09-211-4/+4
| | | | - make printf return int
* - coding styleSascha Hauer2007-09-121-29/+45
| | | | | - turn endless loop into timeout loop - remove preliminary debug crap
* use timeout loop instead of udelay/counter combinationSascha Hauer2007-09-111-5/+4
|
* add blackfin network driverSascha Hauer2007-09-113-0/+752
|
* add blackfin serial driverSascha Hauer2007-09-115-273/+152
|
* dm9000.c: return -0 -> return 0Sascha Hauer2007-09-111-1/+1
|
* add Hilscher netx serial driverSascha Hauer2007-09-053-0/+181
|
* add hilscher netx ethernet driverSascha Hauer2007-09-053-0/+297
|
* implement flash protectionSascha Hauer2007-07-161-9/+23
|
* implement memmap().Sascha Hauer2007-07-151-0/+1
| | | | | | With this function we can get a pointer to directly memory mapped devices like nor flash or RAM. Useful for bootm where we save one memcopy when the image is mappable
* whitespace cleanupSascha Hauer2007-07-151-39/+39
|
* add early console for mpc5200Sascha Hauer2007-07-121-13/+52
|
* do loadtask in ethernet driverSascha Hauer2007-07-121-2/+2
|