summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* miiphy: add device pointer to struct cdevSascha Hauer2009-07-211-0/+1
* ethernet driver: Do not overwrite devnameSascha Hauer2009-07-212-4/+0
* cdev fixes for new boardsSascha Hauer2009-07-215-55/+11
* serial_netx: Fix compiler warningSascha Hauer2009-07-211-3/+0
* at91sam9260ek: Fix compiler warningSascha Hauer2009-07-211-2/+0
* fec_mpc5200: fix compiler warningSascha Hauer2009-07-211-8/+0
* mpc5200: remove undefined function strmhzSascha Hauer2009-07-211-2/+1
* reactivate cramfsSascha Hauer2009-07-211-80/+91
* get rid of device idsSascha Hauer2009-07-2118-134/+134
* add a device_d to ethernet devicesSascha Hauer2009-07-2115-63/+66
* spi: remove bogus setup of proxy deviceSascha Hauer2009-07-211-3/+2
* remove id fields from struct device_dSascha Hauer2009-07-2122-72/+3
* register sdram devices correctlySascha Hauer2009-07-2118-65/+129
* pcm038: register sram deviceSascha Hauer2009-07-211-2/+0
* make sure ramfs/devfs are initialised when neededSascha Hauer2009-07-212-2/+2
* move some init work into initcallsSascha Hauer2009-07-212-12/+15
* Get rid of remaining DEVICE_TYPE_* usageSascha Hauer2009-07-216-36/+3
* Get rid of DEVICE_TYPE_FS usageSascha Hauer2009-07-216-20/+25
* devfs: add missing remove functionSascha Hauer2009-07-211-0/+5
* ramfs: add missing remove functionSascha Hauer2009-07-211-0/+6
* Get rid of DEVICE_TYPE_CONSOLE usageSascha Hauer2009-07-2126-27/+0
* Get rid of DEVICE_TYPE_DRAM usageSascha Hauer2009-07-2120-53/+48
* Get rid of DEVICE_TYPE_ETHER usageSascha Hauer2009-07-2127-33/+0
* net: Get rid of DEVICE_TYPE_ETHER usageSascha Hauer2009-07-213-13/+25
* pcm038 cdevSascha Hauer2009-07-211-13/+1
* mc13783 cdevSascha Hauer2009-07-211-24/+37
* make nand command mandatory for nand supportSascha Hauer2009-07-212-6/+1
* dev_add_partition -> devfs_add_partitionSascha Hauer2009-07-2112-35/+30
* pcm037 cdev cleanupSascha Hauer2009-07-211-7/+21
* at91sam9620ek cdev cleanupSascha Hauer2009-07-211-7/+4
* introduce cdevSascha Hauer2009-07-2124-938/+597
* EUKREA CPUIMX27 : update boot scriptEric Benard2009-07-201-1/+1
* Add NAND to EUKREA CPUIMX27 defconfigEric Benard2009-07-162-2/+9
* Fix 2k page size NAND for iMX27Eric Benard2009-07-162-4/+19
* Add Eukrea CPUIMX27 supportEric Benard2009-07-1615-0/+775
* smc91111: use miiphy functions for autonegotiationSascha Hauer2009-07-091-116/+15
* IMX regression: fix GPIO_DR usageLuotao Fu2009-07-082-4/+2
* Add the basic support for the DIGI a9m2440 CPU card.Juergen Beisert2009-07-0114-0/+820
* Add the basic support for the DIGI a9m2410 CPU card.Juergen Beisert2009-07-0114-0/+839
* Adding the network driver for the SMSC91C111 ethernet device.Juergen Beisert2009-07-013-0/+1459
* Add basic architecture support for Samsung's S3C2410 and S3C2440 CPU.Juergen Beisert2009-07-0115-0/+1602
* Bring back endianess awarenessJuergen Beisert2009-07-011-0/+1
* Restrict the ARM architecture to use only one set of I/O functions.Juergen Beisert2009-07-011-275/+18
* Remove all ARM __raw_* functions. They are mixed all overJuergen Beisert2009-07-0116-129/+129
* Reorganizing the i.MX menu, to be only visible for a selected i.MX platformJuergen Beisert2009-07-011-2/+7
* Change return type of function part_remove to void, otherwise the compilerJuergen Beisert2009-07-011-3/+1
* Add IO string functions to also handle 32 bit IO locationsJuergen Beisert2009-07-013-0/+152
* Separate all assembler functions into their own section toJuergen Beisert2009-07-0112-3/+22
* Merge branch 'master' of /ptx/work/octopus/lfu/svn/u-boot-v2Sascha Hauer2009-06-267-11/+41
|\
| * pca100: update defconfigLuotao Fu2009-06-251-3/+3