aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren41-194/+224
2016-01-13arm: move gd handling outside of C codeAlbert ARIBAUD3-15/+22
2016-01-13Fix board init code to respect the C runtime environmentAlbert ARIBAUD10-49/+144
2016-01-13Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini20-3/+26
2016-01-13Merge git://git.denx.de/u-boot-netTom Rini5-148/+42
2016-01-13hash.c: Conditionally compile hash_command, static hash_showTom Rini2-38/+25
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
2016-01-13sf: Use BIT macroJagan Teki1-21/+21
2016-01-13sf: Minor cleanupJagan Teki1-6/+6
2016-01-13sf: Remove spi_flash_removeJagan Teki2-8/+1
2016-01-13sf: Rename bank_end to bar_end in read_barJagan Teki1-2/+2
2016-01-13sf: Rename spi_flash_set_* functionsJagan Teki1-6/+6
2016-01-13sf: Move spi_read_cmds_array locallyJagan Teki1-12/+8
2016-01-13spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUADJagan Teki4-6/+6
2016-01-13spi: Use mode instead of op_mode_txJagan Teki4-10/+6
2016-01-13spi: make mode visible to both dm and non-dmJagan Teki1-2/+2
2016-01-13sf: Get spi locally from spi_flashJagan Teki1-22/+29