summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2016-07-11-117/+450
|\
| * dm: spi: Read default speed and mode values from DTVignesh R2016-07-09-6/+12
| * ARM: dts: dra7x: Support QSPI MODE-0 operation at 64MHzVignesh R2016-07-09-8/+4
| * defconfig: k2g_evm_defconfig: Enable Cadence QSPI controllerVignesh R2016-07-09-0/+8
| * ARM: dts: K2G: Add support for QSPI controllerVignesh R2016-07-09-0/+59
| * spi: cadence_quadspi: Enable QUAD mode based on DT dataVignesh R2016-07-09-7/+8
| * spi: cadence_qspi_apb: Support 32 bit AHB addressVignesh R2016-07-09-3/+2
| * defconfig: k2g_evm_defconfig: enable SPI driver modelVignesh R2016-07-09-0/+2
| * ARM: dts: k2g: add support for Davinci SPI controllerVignesh R2016-07-09-0/+71
| * defconfig: k2l_evm_defconfig: enable SPI driver modelVignesh R2016-07-09-0/+2
| * ARM: dts: k2l: Enable Davinci SPI controllerVignesh R2016-07-09-1/+2
| * defconfig: k2e_evm_defconfig: enable SPI driver modelVignesh R2016-07-09-0/+2
| * ARM: dts: k2e: Enable Davinci SPI controllerVignesh R2016-07-09-1/+2
| * defconfig: k2hk_evm_defconfig: enable SPI driver modelVignesh R2016-07-09-0/+2
| * ARM: dts: k2hk: Enable Davinci SPI controllerVignesh R2016-07-09-1/+2
| * ARM: dts: keystone2: add SPI aliases for davinci SPI nodesVignesh R2016-07-09-0/+3
| * keystone2: spi: do not define DM_SPI and DM_SPI_FLASH for SPL buildVignesh R2016-07-09-0/+4
| * spi: davinci_spi: Convert to driver to adapt to DMVignesh R2016-07-09-89/+240
| * dm: core: implement dev_map_physmem()Vignesh R2016-07-09-0/+24
| * spi: spi-uclass: fix typo in debug outputAnatolij Gustschin2016-07-06-1/+1
* | tools: patman: Handle missing 'END' in non-last commit of a seriesBin Meng2016-07-11-2/+3
* | tools: patman: Handle missing blank line for 'Series-changes'Bin Meng2016-07-11-2/+8
* | tools: patman: Generate cover letter correctly when 'END' is missingBin Meng2016-07-11-0/+8
* | tools: patman: Handle tag sections without an 'END'Bin Meng2016-07-11-0/+20
* | tools: patman: Use cover_match for 'Cover-letter'Bin Meng2016-07-11-1/+2
* | dm: Sort the uclass id in alphabetical orderBin Meng2016-07-11-2/+2
* | sandbox: Find keyboard driver using driver modelSimon Glass2016-07-11-3/+10
* | fdt: x86: Tidy up a few COMPAT string definitionsSimon Glass2016-07-11-3/+3
* | fdt: Add a note to avoid adding new compatible stringsSimon Glass2016-07-11-0/+5
* | fdt: Drop unused exynos compatible stringsSimon Glass2016-07-11-4/+0
* | x86: fdt: Drop the unused compatible strings in fdtdecSimon Glass2016-07-11-16/+0
* | common: block: fix compiler error with CONFIG_FASTBOOT_FLASH_MMC_DEVXu Ziyuan2016-07-11-1/+1
* | dm: gpio: MPC85XX GPIO platform data supportHamish Martin2016-07-11-7/+36
* | dm: dfu: mmc: Support CONFIG_BLK in DFU for MMCSimon Glass2016-07-11-6/+5
* | dm: spl: mmc: Support CONFIG_BLK in SPL MMCSimon Glass2016-07-11-3/+3
* | dm: mmc: msmsdhic: Drop old MMC codeSimon Glass2016-07-11-16/+1
* | dm: mmc: Move dragonboard410c to use CONFIG_BLK and CONFIG_DM_MMC_OPSSimon Glass2016-07-11-0/+2
* | dm: mmc: msm_sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPSSimon Glass2016-07-11-2/+44
* | dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPSSimon Glass2016-07-11-1/+119
* | dm: mmc: sdhci: Refactor configuration setup to support DMSimon Glass2016-07-11-48/+59
* | dm: sandbox: Convert to use CONFIG_CMD_MMC_OPSSimon Glass2016-07-11-13/+9
* | rockchip: Add MAINTAINER files for kylin_rk3036, evb_rk3036Simon Glass2016-07-11-0/+12
* | dm: mmc: rockchip: Enable CONFIG_DM_MMC_OPS for all boardsSimon Glass2016-07-11-1/+3
* | dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPSSimon Glass2016-07-11-0/+42
* | dm: mmc: Add a way to use driver model for MMC operationsSimon Glass2016-07-11-4/+158
* | rockchip: Disable CONFIG_SDHCISimon Glass2016-07-11-2/+0
* | mmc: Move tracing code into separate functionsSimon Glass2016-07-11-15/+45
* | dm: mmc: rockchip: Support only CONFIG_BLKSimon Glass2016-07-11-11/+0
* | mmc: Move MMC boot code into its own fileSimon Glass2016-07-11-125/+146
* | dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.cSimon Glass2016-07-11-95/+91