aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-11Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini23-117/+450
2016-07-11tools: patman: Handle missing 'END' in non-last commit of a seriesBin Meng1-2/+3
2016-07-11tools: patman: Handle missing blank line for 'Series-changes'Bin Meng1-2/+8
2016-07-11tools: patman: Generate cover letter correctly when 'END' is missingBin Meng1-0/+8
2016-07-11tools: patman: Handle tag sections without an 'END'Bin Meng1-0/+20
2016-07-11tools: patman: Use cover_match for 'Cover-letter'Bin Meng1-1/+2
2016-07-11dm: Sort the uclass id in alphabetical orderBin Meng1-2/+2
2016-07-11sandbox: Find keyboard driver using driver modelSimon Glass3-3/+10
2016-07-11fdt: x86: Tidy up a few COMPAT string definitionsSimon Glass1-3/+3
2016-07-11fdt: Add a note to avoid adding new compatible stringsSimon Glass1-0/+5
2016-07-11fdt: Drop unused exynos compatible stringsSimon Glass2-4/+0
2016-07-11x86: fdt: Drop the unused compatible strings in fdtdecSimon Glass3-16/+0
2016-07-11common: block: fix compiler error with CONFIG_FASTBOOT_FLASH_MMC_DEVXu Ziyuan1-1/+1
2016-07-11dm: gpio: MPC85XX GPIO platform data supportHamish Martin2-7/+36
2016-07-11dm: dfu: mmc: Support CONFIG_BLK in DFU for MMCSimon Glass1-6/+5
2016-07-11dm: spl: mmc: Support CONFIG_BLK in SPL MMCSimon Glass1-3/+3
2016-07-11dm: mmc: msmsdhic: Drop old MMC codeSimon Glass2-16/+1
2016-07-11dm: mmc: Move dragonboard410c to use CONFIG_BLK and CONFIG_DM_MMC_OPSSimon Glass1-0/+2
2016-07-11dm: mmc: msm_sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPSSimon Glass1-2/+44
2016-07-11dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPSSimon Glass2-1/+119
2016-07-11dm: mmc: sdhci: Refactor configuration setup to support DMSimon Glass1-48/+59
2016-07-11dm: sandbox: Convert to use CONFIG_CMD_MMC_OPSSimon Glass3-13/+9
2016-07-11rockchip: Add MAINTAINER files for kylin_rk3036, evb_rk3036Simon Glass2-0/+12
2016-07-11dm: mmc: rockchip: Enable CONFIG_DM_MMC_OPS for all boardsSimon Glass2-1/+3
2016-07-11dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPSSimon Glass2-0/+42
2016-07-11dm: mmc: Add a way to use driver model for MMC operationsSimon Glass4-4/+158
2016-07-11rockchip: Disable CONFIG_SDHCISimon Glass2-2/+0
2016-07-11mmc: Move tracing code into separate functionsSimon Glass2-15/+45
2016-07-11dm: mmc: rockchip: Support only CONFIG_BLKSimon Glass1-11/+0
2016-07-11mmc: Move MMC boot code into its own fileSimon Glass4-125/+146
2016-07-11dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.cSimon Glass2-95/+91
2016-07-11dm: mmc: Move CONFIG_BLK code into the mmc uclassSimon Glass2-82/+83
2016-07-11mmc: Add function declarations for mmc_bread() and mmc_switch_part()Simon Glass2-5/+21
2016-07-11rockchip: Use 'select' instead of defaults in KconfigSimon Glass2-27/+10
2016-07-11dm: mmc: dwmmc: Add comments to the dwmmc setup functionsSimon Glass1-0/+64
2016-07-11Prepare v2016.07v2016.07Tom Rini1-1/+1
2016-07-11doc: ARMv8: add README.pine64Andre Przywara1-0/+98
2016-07-11mkimage -l is broken for images after gpimageStefano Babic1-2/+2
2016-07-11git-mailrc: add rockchip aliasjk.kernel@gmail.com1-1/+1
2016-07-09dm: spi: Read default speed and mode values from DTVignesh R3-6/+12
2016-07-09ARM: dts: dra7x: Support QSPI MODE-0 operation at 64MHzVignesh R2-8/+4
2016-07-09defconfig: k2g_evm_defconfig: Enable Cadence QSPI controllerVignesh R2-0/+8
2016-07-09ARM: dts: K2G: Add support for QSPI controllerVignesh R2-0/+59
2016-07-09spi: cadence_quadspi: Enable QUAD mode based on DT dataVignesh R3-7/+8
2016-07-09spi: cadence_qspi_apb: Support 32 bit AHB addressVignesh R1-3/+2
2016-07-09defconfig: k2g_evm_defconfig: enable SPI driver modelVignesh R1-0/+2
2016-07-09ARM: dts: k2g: add support for Davinci SPI controllerVignesh R2-0/+71
2016-07-09defconfig: k2l_evm_defconfig: enable SPI driver modelVignesh R1-0/+2
2016-07-09ARM: dts: k2l: Enable Davinci SPI controllerVignesh R1-1/+2
2016-07-09defconfig: k2e_evm_defconfig: enable SPI driver modelVignesh R1-0/+2