summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* password: remove not used variable 'second'Jean-Christophe PLAGNIOL-VILLARD2011-11-221-2/+1
* Merge branch 'sent/assorted-fixes'Sascha Hauer2011-11-172-4/+6
|\
| * export: do not fail on already exported variableSascha Hauer2011-11-091-2/+1
| * mkdir command: do not fail with -p and directory already existsSascha Hauer2011-11-091-2/+5
* | fs/fat: Initialize local variable finfoFranck Jullien2011-11-171-0/+2
* | fix fprintf prototype and return valueSascha Hauer2011-11-112-4/+3
* | x86: fix symbol size calculationLucas De Marchi2011-11-112-5/+9
* | x86: fix build error because of missing headerLucas De Marchi2011-11-112-0/+16
* | Add setupmbr to gitignoreLucas De Marchi2011-11-111-0/+1
* | console: fix return values of puts functionsSascha Hauer2011-11-112-7/+13
* | mount: Fix the printing of device nameFranck Jullien2011-11-112-1/+8
* | ata: Add dev ref to blockdevice during probeFranck Jullien2011-11-111-0/+1
* | ARM: mx53-loco: Remove duplicate call to loco_fec_reset()Fabio Estevam2011-11-111-2/+0
* | at91: add config option for ohci driverHubert Feurstein2011-11-102-1/+5
* | Merge branch 'next'Sascha Hauer2011-11-0968-2154/+5774
|\ \
| * | fs: read: do not call read op when count is 0Sascha Hauer2011-11-091-0/+4
| * | Merge branch 'pu-mx53-l2' into nextSascha Hauer2011-11-091-7/+6
| |\ \
| | * | ARM i.MX53: enable l2 cacheSascha Hauer2011-11-021-7/+6
| * | | mtd nand omap: use NAND_OWN_BUFFERS optionSascha Hauer2011-11-081-3/+3
| * | | mtd nand omap: add read function for the OMAP4 romcode ecc modeSascha Hauer2011-11-081-8/+91
| * | | mtd nand omap: factor out an internal __omap_calculate_ecc functionSascha Hauer2011-11-081-4/+10
| * | | mtd nand omap: make debugging output more usefulSascha Hauer2011-11-081-17/+10
| * | | mtd nand omap: use register defines for ecc registersSascha Hauer2011-11-081-11/+40
| * | | mtd nand omap: fail on bch decode failureSascha Hauer2011-11-081-1/+4
| * | | mtd nand omap: call ecc calculate function outside omap_correct_bchSascha Hauer2011-11-081-2/+6
| * | | mtd nand omap: factor out hamming correct functionSascha Hauer2011-11-081-35/+45
| * | | mtd nand omap: factor out bch correct functionSascha Hauer2011-11-081-52/+62
| * | | mtd nand omap: use blocknum calculation to where it's usedSascha Hauer2011-11-081-7/+7
| |/ /
| * | Merge branch 'master' into nextSascha Hauer2011-10-2313-26/+30
| |\ \
| * | | sandbox: simplify linker scriptJean-Christophe PLAGNIOL-VILLARD2011-10-233-232/+10
| * | | sandbox: remove duplicate barebox.lds.SJean-Christophe PLAGNIOL-VILLARD2011-10-232-233/+0
| * | | sandbox: move __SANDBOX__ to MakefileJean-Christophe PLAGNIOL-VILLARD2011-10-232-3/+1
| * | | oftree: add fixup for memory nodesSascha Hauer2011-10-191-0/+80
| * | | ARM Linux: Add device tree supportSascha Hauer2011-10-191-3/+12
| * | | initial oftree command supportSascha Hauer2011-10-197-0/+479
| * | | initial libfdt supportSascha Hauer2011-10-1915-0/+3156
| * | | nand: export some useful information about flashes to device variablesSascha Hauer2011-10-181-0/+6
| * | | arm: cpuinfo: import ARM architecture detection code from LinuxAntony Pavlov2011-10-151-21/+70
| * | | Merge branch 'master' into nextSascha Hauer2011-10-1430-27/+67
| |\ \ \
| * | | | ARM i.MX53: Fix nand registration helperSascha Hauer2011-10-131-2/+23
| * | | | mtd nand i.MX: depend on ARCH_IMX instead of individual SoCsSascha Hauer2011-10-131-1/+1
| * | | | mtd nand i.MX: Add i.MX53 supportSascha Hauer2011-10-132-3/+9
| * | | | ARM i.MX53: sync iomux data with latest kernelSascha Hauer2011-10-131-1169/+1185
| * | | | ARM i.MX53 Loco: Use generic lowlevel init codeSascha Hauer2011-10-134-174/+3
| * | | | ARM i.MX53: Add lowlevel init codeSascha Hauer2011-10-133-1/+155
| * | | | command/digest: add sha224 supportJean-Christophe PLAGNIOL-VILLARD2011-10-122-0/+26
| * | | | crypto: add sha224 supportJean-Christophe PLAGNIOL-VILLARD2011-10-123-41/+95
| * | | | sha1: drop never used sha1_hmacJean-Christophe PLAGNIOL-VILLARD2011-10-121-39/+0
| * | | | digest: factorise file digest to common/digest.cJean-Christophe PLAGNIOL-VILLARD2011-10-123-62/+125
| * | | | move digest to crypto/Jean-Christophe PLAGNIOL-VILLARD2011-10-1219-32/+36