summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | ata: guessing disk sizes is only needed on X86Sascha Hauer2011-05-061-1/+4
* | mci: turn several pr_* statements into debugSascha Hauer2011-05-061-12/+12
* | mci: shrink string footprintSascha Hauer2011-05-061-6/+8
* | scripts: Fix compilation warning.Marek Belisko2011-05-041-4/+2
* | arm: karo-tx25: Fix compilation warning.Marek Belisko2011-05-041-1/+0
* | arm: eukrea: Fix compilation warning.Marek Belisko2011-05-041-2/+0
* | Add bootm supportFranck JULLIEN2011-05-042-0/+84
* | Add platform data to the mac deviceFranck JULLIEN2011-05-021-4/+7
* | Nios2: Add Altera TSE driverFranck JULLIEN2011-05-024-0/+899
* | Fix coding style in driver/net/MakefileFranck JULLIEN2011-05-021-2/+2
* | ARM: omap4: fix dev_width for omap_enable_hweccJan Weitzel2011-04-201-1/+1
* | pcm049: remove unused bootsrcJan Weitzel2011-04-181-3/+0
* | OMAP4: change boot orderJan Weitzel2011-04-181-2/+2
* | mci-core: fix debug statementsSascha Hauer2011-04-121-4/+4
* | mci omap: make write support optionalSascha Hauer2011-04-121-1/+4
* | mci omap: rename functions from mxc to omapSascha Hauer2011-04-121-6/+6
* | ARM beagle board: add xload defconfigSascha Hauer2011-04-121-0/+38
* | ARM omap beagle: update defconfigSascha Hauer2011-04-121-2/+13
* | ARM omap beagle: Add noshell support for booting from MMCSascha Hauer2011-04-122-0/+43
* | ARM: add pcm049 defconfigsSascha Hauer2011-04-122-0/+97
* | ARM omap4: Add pcm049 board supportSascha Hauer2011-04-129-0/+679
* | add panda defconfigsSascha Hauer2011-04-122-0/+86
* | ARM omap4: panda board supportSascha Hauer2011-04-128-0/+664
* | ARM omap: add xload helper functionsSascha Hauer2011-04-125-1/+99
* | ARM omap: Add omap4 supportSascha Hauer2011-04-129-1/+1663
* | ARM omap: make sr32 a static inline functionSascha Hauer2011-04-122-21/+22
* | mci omap: hsmmc is also found on the omap3Sascha Hauer2011-04-121-1/+1
* | ARM omap: Add omap signGP tool and possibility to build ift imagesSascha Hauer2011-04-124-0/+326
* | fs: add fat filesystem supportSascha Hauer2011-04-1210-0/+3704
* | cp command: handle directories as last argumentSascha Hauer2011-04-121-1/+2
* | copy_file: handle write return value correctlySascha Hauer2011-04-121-4/+11
* | kfifo: kfifo_put takes a const bufferSascha Hauer2011-04-122-2/+2
* | move simple_itoa to libbb so that others can use itSascha Hauer2011-04-123-14/+16
* | environment: make default env path configurableSascha Hauer2011-04-125-5/+11
* | net: add a context to the packet handlerSascha Hauer2011-04-128-22/+27
* | eth: check the result of edev->get_ethaddrSascha Hauer2011-04-121-2/+4
* | nand omap: handle erased pages correctly in hamming ecc modeSascha Hauer2011-04-121-0/+5
* | nand omap: use xzalloc instead of callocSascha Hauer2011-04-121-5/+1
* | nand omap: use standard debug functionsSascha Hauer2011-04-121-19/+8
* | nand bb: add proper bb remove functionSascha Hauer2011-04-123-12/+28
* | nand bb: switch to cdev operationsSascha Hauer2011-04-122-40/+27
* | nand: move bb handling code to drivers/mtd/nandSascha Hauer2011-04-123-249/+283
* | nand: nand_block_markbad is only used with nand write supportSascha Hauer2011-04-123-21/+5
* | nand omap: turn debug messages into dev_dbgSascha Hauer2011-04-121-8/+8
* | nand omap: fix hamming romcode ecc codeSascha Hauer2011-04-121-4/+14
* | nand: make reading oob optionalSascha Hauer2011-04-114-9/+49
* | ARM: make exception handling optionalSascha Hauer2011-04-113-2/+17
* | add dummy_malloc functionsSascha Hauer2011-04-113-1/+44
* | malloc: put common memory functions to seperate fileSascha Hauer2011-04-114-50/+73
* | arm: compile icache command only when command support is presentSascha Hauer2011-04-111-1/+2