summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* arm: mvebu: Make ECC support configurable on Armada XPStefan Roese2016-01-14-0/+10
* arm: mvebu: Add support for MV78260Stefan Roese2016-01-14-5/+29
* arm: mvebu: Don't use 0 as board ID as its used for the custom boardsStefan Roese2016-01-14-1/+1
* arm: mvebu: Simplify code in setup_usb_phys() a bitStefan Roese2016-01-14-5/+5
* arm: mvebu: Don't disable cache at startup on Armada XP at allStefan Roese2016-01-14-12/+13
* arm: mvebu: Remove SYS_MALLOC_CLEAR_ON_INIT from DB-MV784MP-GP AXP boardStefan Roese2016-01-14-0/+1
* arm: mvebu: Don't call arch_cpu_init() from SPL at allStefan Roese2016-01-14-21/+8
* arm: mvebu: Add v7_outer_cache_disable function for AXP & A38xStefan Roese2016-01-14-0/+8
* arm: mvebu: Enable L2 cache on Armada XPStefan Roese2016-01-14-9/+25
* arm: mvebu: db-mv784mp-gp: Enable cache commandStefan Roese2016-01-14-0/+1
* arm: mvebu: db-mv784mp-gp: Enable common file-system supportStefan Roese2016-01-14-0/+7
* arm: mvebu: db-mv784mp-gp: Switch from IDE to SATA supportStefan Roese2016-01-14-27/+7
* sata: Add SATA driver with DMA support for Marvell Kirkwood and Armada XPTor Krill2016-01-14-0/+1046
* arm: mvebu: Add SolidRun ClearFog Armada 38x initial supportStefan Roese2016-01-14-0/+929
* arm: mvebu: Move some defines to common include fileStefan Roese2016-01-14-11/+6
* net: mvneta: Convert to driver modelStefan Roese2016-01-14-167/+154
* arm: mvebu: armada-388-gp.dts: Add ethernet aliasesStefan Roese2016-01-14-0/+2
* arm: mvebu: Add armada-xp-maxbcm.dts for maxbcm boardStefan Roese2016-01-14-2/+252
* arm: mvebu: Add SPI driver model supportStefan Roese2016-01-14-4/+23
* spi: kirkwood_spi.c: Add driver model supportStefan Roese2016-01-14-63/+159
* spi: kirkwood_spi.c: Prepare for driver model supportStefan Roese2016-01-14-13/+28
* arm: mvebu: Add DM and OF_CONTROL support to SPLStefan Roese2016-01-14-77/+66
* arm: mvebu: ddr: Fix compilation warningStefan Roese2016-01-14-17/+0
* arm: mvebu/kirkwood: Use common timer functionsStefan Roese2016-01-14-124/+22
* part_dos.c: Don't wrap to negative after 2G sectorsStefan Monnier2016-01-13-16/+21
* image: check "bootm_low" and "bootm_size" if "initrd_high" is missingMasahiro Yamada2016-01-13-2/+1
* dm: core: Add a new api to get indexed device addressMugunthan V N2016-01-13-4/+38
* power: pmic.h: Drop include <spi.h>Jagan Teki2016-01-13-1/+0
* defconfig: am437x_sk_evm: enable spi driver modelMugunthan V N2016-01-13-0/+3
* arm: dts: am4372: add qspi register maps for memory mapMugunthan V N2016-01-13-1/+4
* am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for splMugunthan V N2016-01-13-0/+2
* defconfig: dra74_evm: enable spi driver modelMugunthan V N2016-01-13-0/+2
* defconfig: dra72_evm: enable spi driver modelMugunthan V N2016-01-13-0/+2
* arm: dts: dra72-evm: add spi-flash comaptible for flashMugunthan V N2016-01-13-1/+1
* arm: dts: dra7-evm: add spi-flash comaptible for flashMugunthan V N2016-01-13-1/+1
* arm: dts: am437x-gp-evm: add spi-flash comaptible for flashMugunthan V N2016-01-13-1/+1
* arm: dts: dra7: add qspi register maps for memory map and control moduleMugunthan V N2016-01-13-2/+5
* drivers: spi: ti_qspi: convert driver to adopt device driver modelMugunthan V N2016-01-13-0/+187
* dts: dra7: add spi alias for qspiMugunthan V N2016-01-13-0/+1
* dra7xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for splMugunthan V N2016-01-13-0/+5
* spi: Add support for dual and quad modeMugunthan V N2016-01-13-1/+39
* drivers: spi: ti_qspi: prepare driver for DM conversionMugunthan V N2016-01-13-126/+153
* drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model c...Mugunthan V N2016-01-13-60/+60
* drivers: spi: ti_qspi: do not hard code chip select for memory map configurationMugunthan V N2016-01-13-2/+2
* spi: Add SPI_TX_DUAL modeJagan Teki2016-01-13-1/+2
* sf: Make IO modes at last in read modesJagan Teki2016-01-13-4/+4
* spi: Minor cleanupJagan Teki2016-01-13-16/+16
* spi: Use BIT macroJagan Teki2016-01-13-19/+19
* spi: Fix bit assignment with flagsJagan Teki2016-01-13-3/+3
* spi: Move flags macro's to spi_slave{} membersJagan Teki2016-01-13-8/+7