summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* OMAP: Add GPMC NAND supportNishanth Menon2008-09-152-4/+181
* pcm038: implement better waiting for PLLsSascha Hauer2008-09-091-0/+2
* ARM bitops: fix for arm arch < 5Sascha Hauer2008-09-021-24/+22
* ARM: update mach-typesSascha Hauer2008-09-021-130/+9276
* envfs: remove bogus #warning statementSascha Hauer2008-08-261-2/+0
* AT91SAM: Use Atmel header files from their Bootstrap code (ver 1.9)Sascha Hauer2008-08-2621-1448/+22865
* string: add typechecking for strchr, strrchr, strstrSascha Hauer2008-08-201-3/+15
* remove unnecessary double string function declarationsSascha Hauer2008-08-202-41/+0
* Fix string_to_ipSascha Hauer2008-08-201-1/+1
* net: remove unused function declarationsSascha Hauer2008-08-201-8/+0
* Bitops:Remove generic_funcsNishanth Menon2008-08-155-105/+22
* Bitops:Cleanup ARM bitopsNishanth Menon2008-08-151-42/+91
* U-Boot-V2:Bitops: asm-generic bitopsNishanth Menon2008-08-159-0/+355
* implement memmap for mem driverSascha Hauer2008-08-141-0/+1
* Partition: Add an own device id for partitionsSascha Hauer2008-08-141-1/+2
* increase maximum driver name length to 32Sascha Hauer2008-08-141-1/+1
* SPI: Add empty spi_register_board_info function when SPI is disabledSascha Hauer2008-08-131-1/+10
* nand: Allow adding/removing of more than one bad block aware device at onceSascha Hauer2008-08-131-8/+1
* imx27: Add BOOT bitfield definitionsSascha Hauer2008-08-131-0/+9
* remove unused include fileSascha Hauer2008-08-131-60/+0
* init: add section for early codeSascha Hauer2008-08-131-0/+9
* Add i.MX NAND driverSascha Hauer2008-08-131-0/+13
* i.MX27: Add NAND Flash Controller base addressSascha Hauer2008-08-131-0/+1
* NAND: Add updated NAND support from KernelSascha Hauer2008-08-134-258/+578
* Add new device types for NANDSascha Hauer2008-08-131-1/+3
* add include/linux/kernel.hSascha Hauer2008-08-132-13/+95
* Add include/linux/err.h from KernelSascha Hauer2008-08-131-0/+52
* add wrapper macros for easier inclusion of kernel codeSascha Hauer2008-08-131-0/+33
* clocK: Add ndelay functionSascha Hauer2008-08-131-0/+1
* add compiler header files from kernelSascha Hauer2008-08-138-10/+352
* PPC: need memset in elf.hSascha Hauer2008-08-131-0/+2
* partition: Add dummy dev_add_partition when partitions are disabledSascha Hauer2008-08-131-0/+9
* move several commands into extra filesSascha Hauer2008-08-131-0/+7
* [AT91sam]: Add definitions for at91sam9263Sascha Hauer2008-08-011-0/+127
* at91sam ether: Make more configurable via platform_dataSascha Hauer2008-08-011-0/+11
* [ppc] include string.h in include/asm-ppc/elf.h, needed for memsetSascha Hauer2008-07-031-0/+1
* oopsSascha Hauer2008-06-061-1/+1
* - introduce ioctl callSascha Hauer2008-06-062-0/+29
* [NAND] continue to make it work. Now works partly on at91sam9260Sascha Hauer2008-06-061-0/+15
* add basic at91sam9260 support. Currently only second stageSascha Hauer2008-06-0617-0/+1492
* 014-OMAP-add-mux-headerNishanth Menon2008-06-051-0/+423
* 013-OMAP-add-silicon-headersNishanth Menon2008-06-0511-0/+842
* 012-OMAP-add-silicon-part2Nishanth Menon2008-06-052-0/+172
* 009-add-NS16550Nishanth Menon2008-06-051-0/+55
* [memory layout]: streamline memory layoutSascha Hauer2008-06-042-2/+19
* hardcode _FILE_OFFSET_BITS to 32Sascha Hauer2008-06-031-0/+2
* net.h: no need to put extern declarations in ifdefsSascha Hauer2008-06-031-2/+0
* fix warnings in malloc code introduced by last commitsSascha Hauer2008-06-031-1/+1
* Merge branch 'master' of git://www.denx.de/git/u-boot-v2Sascha Hauer2008-06-0278-935/+9037
|\
| * [arm] remove unsused sections while linkingMenon, Nishanth2008-05-121-10/+10