summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release v2011.11.0v2011.11.0Sascha Hauer2011-11-091-1/+1
* ARM pcm043: Use external bootmodeSascha Hauer2011-11-021-0/+1
* usb: ehci-hcd.c: fix 'value computed is not used' warningAntony Pavlov2011-10-261-2/+2
* fix bug introduced with fixing path_check_prereq()Sascha Hauer2011-10-191-2/+6
* fs: fix chdir()Antony Pavlov2011-10-181-1/+2
* fs: fix path_check_prereq()Antony Pavlov2011-10-181-3/+4
* Avoid warnings by using format(__printf__)Loïc Minier2011-10-183-8/+8
* Only pass -P to cpp when generating ld scriptsLoïc Minier2011-10-188-8/+6
* Really fix the 'bootz' commandJuergen Beisert2011-10-181-3/+3
* 'bootz' command fails to load the zImage's headerJuergen Beisert2011-10-141-1/+1
* Merge branch 'pu/omap'Sascha Hauer2011-10-142-2/+2
|\
| * ARM panda: fix default env path in configSascha Hauer2011-10-131-1/+1
| * mci omap: do not fail on nonexistent pdataSascha Hauer2011-10-131-1/+1
* | nios2: remove warnings generated by include/io.hFranck Jullien2011-10-141-0/+2
* | arm: at91: Add Atmel NAND support in config for at91sam9m10g45ekThomas Petazzoni2011-10-141-0/+1
* | arm: at91: fix environment location in flash for multiple boardsThomas Petazzoni2011-10-143-3/+3
* | Fix spelling of "omitted"; found by lintianLoïc Minier2011-10-142-2/+2
|/
* ID fix for mx51 SDHC2Alexander Shiyan2011-10-121-1/+1
* mci-core: fix typo for pr_warnRobert Schwebel2011-10-121-1/+1
* menu: fix alinmentRobert Schwebel2011-10-121-1/+1
* Fixed unaligned accessFabian van der Werf2011-10-091-5/+10
* Merge branch 'next'Sascha Hauer2011-10-09282-1154/+6494
|\
| * Allow data-only i2c transfersRosen Kolev2011-10-072-24/+29
| * x86: Define byteorderJuergen Beisert2011-10-041-0/+2
| * spi: indicate in the docs that per-transfer bpw setting is not supportedPaul Fertser2011-09-291-1/+2
| * spi: enfore default bits_per_word valuePaul Fertser2011-09-291-1/+1
| * spi: let master a chance to setup device before registering itPaul Fertser2011-09-291-3/+2
| * mach-imx: iim: cosmetic changes to the code to make it easier to followPaul Fertser2011-09-281-10/+10
| * mach-imx: iim: clarify documentationPaul Fertser2011-09-281-0/+10
| * image: move map_image amd unmap_image to image.cJean-Christophe PLAGNIOL-VILLARD2011-09-283-114/+122
| * image: add multi image support for bootmJean-Christophe PLAGNIOL-VILLARD2011-09-282-2/+83
| * image: use data base addr for image_print_contents, image_multi_count/getimgJean-Christophe PLAGNIOL-VILLARD2011-09-284-23/+23
| * Merge branch 'pu-ppc' into nextSascha Hauer2011-09-2824-538/+231
| |\
| | * net fec_mpc5200: disable fec on shutdownSascha Hauer2011-09-271-0/+8
| | * ppc common.h: remove unused function declarationsSascha Hauer2011-09-271-6/+0
| | * ppc mpc5200: remove various board specific register setup from generic codeSascha Hauer2011-09-272-23/+0
| | * ppc mpc5200: remove cs setup from cpu_initSascha Hauer2011-09-271-87/+0
| | * pcm030: cleanup config.hSascha Hauer2011-09-271-64/+2
| | * ppc mpc5200: remove bus clock switching from generic codeSascha Hauer2011-09-271-15/+0
| | * pcm030: fix /dev/self0 and /dev/env0Sascha Hauer2011-09-271-3/+11
| | * mpc5200: hardcode internal sram for initramSascha Hauer2011-09-271-3/+2
| | * mpc5200: hardcode MBAR to 0xf0000000Sascha Hauer2011-09-271-0/+2
| | * ppc: hardcode sdram base to 0x0Sascha Hauer2011-09-272-2/+2
| | * pcm030: use new functionalitySascha Hauer2011-09-272-32/+25
| | * ppc mpc5200b: cleanup lowlevel startupSascha Hauer2011-09-271-55/+18
| | * ppc mpc5200: add function to setup bus clocksSascha Hauer2011-09-272-0/+41
| | * ppc mpc5200: add function to configure a chipselectSascha Hauer2011-09-272-0/+74
| | * ppc mpc5200: add function to determine configured sdram sizeSascha Hauer2011-09-272-0/+20
| | * remove EARLY_INIT and EARLY_CONSOLE supportSascha Hauer2011-09-2718-224/+10
| | * ppc: add a get_pc() functionSascha Hauer2011-09-271-0/+17