aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-14arm: mvebu: Enable L2 cache on Armada XPStefan Roese1-9/+25
2016-01-14arm: mvebu: db-mv784mp-gp: Enable cache commandStefan Roese1-0/+1
2016-01-14arm: mvebu: db-mv784mp-gp: Enable common file-system supportStefan Roese1-0/+7
2016-01-14arm: mvebu: db-mv784mp-gp: Switch from IDE to SATA supportStefan Roese1-27/+7
2016-01-14sata: Add SATA driver with DMA support for Marvell Kirkwood and Armada XPTor Krill2-0/+1046
2016-01-14arm: mvebu: Add SolidRun ClearFog Armada 38x initial supportStefan Roese12-0/+929
2016-01-14arm: mvebu: Move some defines to common include fileStefan Roese4-11/+6
2016-01-14net: mvneta: Convert to driver modelStefan Roese9-167/+154
2016-01-14arm: mvebu: armada-388-gp.dts: Add ethernet aliasesStefan Roese1-0/+2
2016-01-14arm: mvebu: Add armada-xp-maxbcm.dts for maxbcm boardStefan Roese3-2/+252
2016-01-14arm: mvebu: Add SPI driver model supportStefan Roese8-4/+23
2016-01-14spi: kirkwood_spi.c: Add driver model supportStefan Roese1-63/+159
2016-01-14spi: kirkwood_spi.c: Prepare for driver model supportStefan Roese1-13/+28
2016-01-14arm: mvebu: Add DM and OF_CONTROL support to SPLStefan Roese17-77/+66
2016-01-14arm: mvebu: ddr: Fix compilation warningStefan Roese2-17/+0
2016-01-14arm: mvebu/kirkwood: Use common timer functionsStefan Roese3-124/+22
2016-01-13part_dos.c: Don't wrap to negative after 2G sectorsStefan Monnier2-16/+21
2016-01-13image: check "bootm_low" and "bootm_size" if "initrd_high" is missingMasahiro Yamada1-2/+1
2016-01-13dm: core: Add a new api to get indexed device addressMugunthan V N2-4/+38
2016-01-13power: pmic.h: Drop include <spi.h>Jagan Teki1-1/+0
2016-01-13defconfig: am437x_sk_evm: enable spi driver modelMugunthan V N1-0/+3
2016-01-13arm: dts: am4372: add qspi register maps for memory mapMugunthan V N1-1/+4
2016-01-13am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for splMugunthan V N1-0/+2
2016-01-13defconfig: dra74_evm: enable spi driver modelMugunthan V N1-0/+2
2016-01-13defconfig: dra72_evm: enable spi driver modelMugunthan V N1-0/+2
2016-01-13arm: dts: dra72-evm: add spi-flash comaptible for flashMugunthan V N1-1/+1
2016-01-13arm: dts: dra7-evm: add spi-flash comaptible for flashMugunthan V N1-1/+1
2016-01-13arm: dts: am437x-gp-evm: add spi-flash comaptible for flashMugunthan V N1-1/+1
2016-01-13arm: dts: dra7: add qspi register maps for memory map and control moduleMugunthan V N1-2/+5
2016-01-13drivers: spi: ti_qspi: convert driver to adopt device driver modelMugunthan V N1-0/+187
2016-01-13dts: dra7: add spi alias for qspiMugunthan V N1-0/+1
2016-01-13dra7xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for splMugunthan V N1-0/+5
2016-01-13spi: Add support for dual and quad modeMugunthan V N2-1/+39
2016-01-13drivers: spi: ti_qspi: prepare driver for DM conversionMugunthan V N1-126/+153
2016-01-13drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model c...Mugunthan V N1-60/+60
2016-01-13drivers: spi: ti_qspi: do not hard code chip select for memory map configurationMugunthan V N1-2/+2
2016-01-13spi: Add SPI_TX_DUAL modeJagan Teki1-1/+2
2016-01-13sf: Make IO modes at last in read modesJagan Teki3-4/+4
2016-01-13spi: Minor cleanupJagan Teki1-16/+16
2016-01-13spi: Use BIT macroJagan Teki1-19/+19
2016-01-13spi: Fix bit assignment with flagsJagan Teki1-3/+3
2016-01-13spi: Move flags macro's to spi_slave{} membersJagan Teki1-8/+7
2016-01-13spi: Rename op_mode_rx to mode_rxJagan Teki4-6/+6
2016-01-13spi: Rename SPI_OPM_RX_* to SPI_RX_*Jagan Teki3-6/+6
2016-01-13spi: Remove SPI_OPM_RX_DIO|QIOFJagan Teki1-2/+0
2016-01-13spi: Remove SPI_OPM_RX_EXTNJagan Teki1-3/+0
2016-01-13sf: Write quad bit along with read statusJagan Teki1-2/+2
2016-01-13sf: Read back and check once macronix quad bit setJagan Teki1-6/+12
2016-01-13sf: Read back and check once spansion quad bit setJagan Teki1-6/+12
2016-01-13sf: Fix quad bit set for micron devicesJagan Teki2-2/+63