summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release v2011.10.0v2011.10.0Sascha Hauer2011-10-081-1/+1
* sandbox: make asm/io.h nonemptySascha Hauer2011-10-081-0/+1
* ARM nomadik: Add missing includeSascha Hauer2011-10-081-0/+1
* at91: add missing clkdev changesHubert Feurstein2011-10-083-10/+1
* at91: add spi clock connection id entriesHubert Feurstein2011-10-084-0/+18
* login: correct a typo in command descriptionPaul Fertser2011-09-271-3/+3
* cmd: CMD_UBI depends on UBITeresa Gámez2011-09-201-0/+1
* include: list: add include because we need NULLWolfram Sang2011-09-141-0/+2
* mci: mxs: fix 'use resources' conversionWolfram Sang2011-09-141-1/+1
* usb.c: warning on USB_MAXINTERFACES overflowAntony Pavlov2011-09-131-0/+10
* Corrected ns16550 access at all omap based boards.Juergen Kilb2011-09-125-0/+5
* Merge branch 'next'Sascha Hauer2011-08-26123-425/+5336
|\
| * cfi_flash: support of u32 cmdTeresa Gámez2011-08-264-18/+38
| * ARM i.MX51: setup SD1/2 iomux pinsSascha Hauer2011-08-241-0/+17
| * ARM i.MX51: fix SD1/2 iomux padsSascha Hauer2011-08-241-12/+16
| * ARM i.MX27: Add spi2 supportSascha Hauer2011-08-242-0/+6
| * Merge branch 'pu-env' into nextSascha Hauer2011-08-240-0/+0
| |\
| | * ARM i.MX51: set barebox_loc according to boot sourceSascha Hauer2011-08-241-0/+87
| | * ARM i.MX25/35: initialize barebox_loc earlierSascha Hauer2011-08-241-6/+2
| | * put env_push_context into postcore_initcallSascha Hauer2011-08-241-1/+1
| * | nor: Add SPI flash driverFranck Jullien2011-08-245-5/+975
| * | nios2: Add Altera SPI master driverFranck Jullien2011-08-244-0/+254
| * | ARM pcm043: New NOR Flash CS0 valuesTeresa Gámez2011-08-241-7/+3
| * | ARM linux: support Linux images with CONFIG_AUTO_ZRELADDRSascha Hauer2011-08-241-15/+44
| * | commands/loads.c: fix whitespace errors & formattingAntony Pavlov2011-08-231-60/+59
| * | commands/loads.c: make do_* functions staticAntony Pavlov2011-08-231-2/+2
| * | commands/loads.c: fix compiler's warningAntony Pavlov2011-08-231-1/+1
| * | commands/loads.c: make it compile againAntony Pavlov2011-08-234-35/+29
| * | remove LOADS_BAUD_CHANGE from broken commands/loads.cAntony Pavlov2011-08-231-108/+1
| * | ARM i.MX51: set barebox_loc according to boot sourceSascha Hauer2011-08-171-0/+87
| * | ARM i.MX25/35: initialize barebox_loc earlierSascha Hauer2011-08-171-6/+2
| * | put env_push_context into postcore_initcallSascha Hauer2011-08-171-1/+1
| * | Merge branch 'pu' into nextSascha Hauer2011-08-1727-17/+58
| |\ \
| | * | devinfo: beautify outputSascha Hauer2011-08-171-13/+14
| | * | spi: make the spi devices children of the parent busSascha Hauer2011-08-171-0/+1
| | * | mci: parent fixupsSascha Hauer2011-08-175-1/+8
| | * | console: make console device a child of the hardware deviceSascha Hauer2011-08-151-0/+2
| | * | net mii: add a parent pointer to miidevs and set it to the hardware deviceSascha Hauer2011-08-1513-0/+14
| | * | net: make the ethernet device a child of the hardware deviceSascha Hauer2011-08-1514-0/+17
| | * | mci: embed mci_dev into mci_host instead of allocating it seperatelySascha Hauer2011-08-152-3/+2
| | |/
| * / I2C support to PCM-038 boardshc@milas.spb.ru2011-08-172-0/+16
| |/
| * Merge branch 'master' into nextSascha Hauer2011-08-1529-158/+188
| |\
| * | login: add timeout supportJean-Christophe PLAGNIOL-VILLARD2011-08-114-45/+74
| * | ARM: some cleanup in interrupts.cSascha Hauer2011-08-071-22/+21
| * | ARM: fix comments in interrupts.cSascha Hauer2011-08-071-6/+6
| * | ARM: remove unused irq enable/disable functionsSascha Hauer2011-08-071-31/+0
| * | ARM: exceptions: remove unnecessary function declarationsSascha Hauer2011-08-071-8/+0
| * | ARM: remove unused exceptionSascha Hauer2011-08-073-19/+1
| * | ARM mmu: use high vectors if possibleSascha Hauer2011-08-071-6/+31
| * | ARM mmu: fix arm_create_pteSascha Hauer2011-08-071-1/+1