summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * add noshell supportSascha Hauer2011-04-111-1/+12
| * make command support optionalSascha Hauer2011-04-114-3/+17
| * env: Make environment variable support optionalSascha Hauer2011-04-114-1/+20
| * mci: make write support optionalSascha Hauer2011-04-112-0/+11
| * ata: make write support optionalSascha Hauer2011-04-112-0/+8
| * ata: use block supportSascha Hauer2011-04-112-158/+35
| * add block supportSascha Hauer2011-04-114-0/+302
| * fs mount: fix error handlingSascha Hauer2011-04-111-6/+13
| * commands: seperate usb command from usb coreSascha Hauer2011-04-115-20/+53
| * serial 16550: use xzallocSascha Hauer2011-04-111-3/+1
| * script: update git ignore fileSascha Hauer2011-04-111-1/+2
| * fs: use safe_strncpy instead of sprintfSascha Hauer2011-04-111-2/+3
| * move version_string to seperate fileSascha Hauer2011-04-116-12/+19
| * nand: remove unused nand_util fileSascha Hauer2011-04-112-859/+0
| * startup: we can only mount root and devfs when compiled inSascha Hauer2011-04-111-0/+2
| * nand: remove unused header fileSascha Hauer2011-04-111-46/+0
| * devfs: factor out core devfs functionalitySascha Hauer2011-04-114-165/+244
| * fs: implement flush functionSascha Hauer2011-04-114-0/+34
| * devfs: remove unused struct filep* argument from open/closeSascha Hauer2011-04-114-8/+8
| * ubi: do not use filepSascha Hauer2011-04-111-7/+1
| * mci: make it compile without info supportSascha Hauer2011-04-111-0/+2