summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * pca100: update boot scriptLuotao Fu2009-06-251-8/+1
| * pca100: deactive usb phy csLuotao Fu2009-06-251-0/+7
| * mx2: add gpio direction/value setting callsLuotao Fu2009-06-254-0/+30
* | vsprintf: Update to latest kernel versionSascha Hauer2009-06-102-156/+369
* | add *_MAX and *_MIN macrosSascha Hauer2009-06-101-0/+13
* | mtd: Replace DEBUG by MTD_DEBUGSascha Hauer2009-06-104-35/+35
|/
* Fix some layout issues and typos.Juergen Beisert2009-06-106-6/+70
* Merge branch 'nand-mx31-for-sha' of git://git.pengutronix.de/git/wsa/u-boot-v2Sascha Hauer2009-06-045-42/+82
|\
| * Add ASM to start from NANDWolfram Sang2009-06-041-29/+51