aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-18kbuild: fixdep: optimize code slightlyMasahiro Yamada1-3/+4
2015-08-18fs-test.sh: minor fixesStephen Warren1-3/+3
2015-08-18i2c: lpc32xx: correct sanity check for requested bus speedVladimir Zapolskiy1-11/+11
2015-08-18lpc32xx: add common USB OHCI defines for all LPC32xx boardsVladimir Zapolskiy1-0/+9
2015-08-18usb: lpc32xx: add host USB driverSylvain Lemieux5-0/+251
2015-08-18i2c: lpc32xx: add support for OTG I2CSylvain Lemieux1-3/+17
2015-08-18nand: lpc32xx: add ECC layout for small page NANDSylvain Lemieux1-1/+17
2015-08-18nand: lpc32xx: add hardware ECC supportSylvain Lemieux1-4/+409
2015-08-18lpc32xx: move common SLC NAND defines to arch/config.hVladimir Zapolskiy2-11/+32
2015-08-18dma: lpc32xx: add DMA driverSylvain Lemieux6-0/+226
2015-08-18Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini18-10/+349
2015-08-18Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini57-8/+6
2015-08-17Prepare v2015.10-rc2v2015.10-rc2Tom Rini1-1/+1
2015-08-17Merge git://git.denx.de/u-boot-marvellTom Rini19-56/+855
2015-08-17Revert "Align global_data to a 16-byte boundary"Simon Glass2-3/+1
2015-08-17ARM: dra7xx_evm: Enable EDMA3 in SPL to support DMA on qspiVignesh R2-0/+7
2015-08-17spi: ti_qspi: Use DMA to read from qspi flashVignesh R1-0/+25
2015-08-17dma: ti-edma3: Add helper function to support edma3 transferVignesh R2-0/+80
2015-08-17sf: ops: Add spi_flash_copy_mmap functionTom Rini2-1/+10
2015-08-17ARM: AM43XX: Add functions to enable and disable EDMA3 clocksVignesh R1-0/+36
2015-08-17ARM: OMAP5: Add functions to enable and disable EDMA3 clocksVignesh R3-0/+52
2015-08-17ARM: OMAP5: Add support for disabling clocks in ubootKishon Vijay Abraham I2-0/+57
2015-08-17ARM: AM43xx: Add support for disabling clocks in ubootKishon Vijay Abraham I2-0/+53
2015-08-17env: use cache line aligned memory for flash readRavi Babu1-5/+6
2015-08-17sf: allocate cache aligned buffers to copy from flashRavi Babu1-3/+3
2015-08-17ti: qspi: set flash quad bit based on quad support flagvishalm@ti.com1-1/+1
2015-08-17arm: mvebu: db-88f6820-gp: Enable PCI supportStefan Roese2-0/+15
2015-08-17arm: mvebu: db-mv784mp-gp: Enable PCI supportStefan Roese2-0/+15
2015-08-17pci: mvebu: Add PCIe driverAnton Schubert3-8/+424
2015-08-17arm: mvebu: Add complete SDRAM ECC scrubbingStefan Roese4-8/+141
2015-08-17arm: mvebu: dram.c: Rework dram_init() and dram_init_banksize()Stefan Roese1-9/+21
2015-08-17arm: mvebu: Move CONFIG_SYS_TEXT_BASE to an address < 16 MiBStefan Roese3-3/+18
2015-08-17arm: mvebu: Display ECC enabled / disabled upon bootupStefan Roese1-0/+19
2015-08-17arm: mvebu: add multiple usb-hostcontroller support for AXPAnton Schubert2-8/+12
2015-08-17arm: mvebu: db-mv785mp-gp: Add USB/EHCI supportStefan Roese1-0/+7
2015-08-17arm: mvebu: Enable USB EHCI support on Armada XPStefan Roese3-1/+52
2015-08-17arm: mvebu: Enable NAND controller on MVEBU SoC'sStefan Roese7-7/+40
2015-08-17arm: mvebu: Disable MBUS error propagationStefan Roese2-0/+6
2015-08-17arm: mvebu: Flush caches and disable MMU only on A38xStefan Roese1-7/+19
2015-08-17arm: mvebu: Setup the MBUS bridge registersStefan Roese2-0/+58
2015-08-17arm: mvebu: Change MBUS base addresses and sizesStefan Roese2-10/+16
2015-08-17arm: mvebu: db-mv784mp-gp.h: Fix image creation - use correct offsetStefan Roese1-0/+1
2015-08-17arm: mvebu: sdram: Enable ECC support on Armada XPStefan Roese1-1/+1
2015-08-17arm: mvebu/armada100: dram.c: Remove CONFIG_SYS_BOARD_DRAM_INITStefan Roese2-4/+0
2015-08-17i2c: lpc32xx: fix write timeoutSylvain Lemieux1-0/+2
2015-08-17i2c: lpc32xx: fix read timeoutSylvain Lemieux1-5/+5
2015-08-17i2c: lpc32xx: use api to get hclk instead of fix valueSylvain Lemieux1-1/+1
2015-08-17arm: lpc32xx: gpio macro for pin mappingSylvain Lemieux1-0/+40
2015-08-17lpc32xx: cpu: add support for soft resetSylvain Lemieux1-6/+17
2015-08-17arm: lpc32xx: mux: add missing registersSylvain Lemieux2-1/+18