summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tools: patman: Generate cover letter correctly when 'END' is missingBin Meng2016-07-111-0/+8
* tools: patman: Handle tag sections without an 'END'Bin Meng2016-07-111-0/+20
* tools: patman: Use cover_match for 'Cover-letter'Bin Meng2016-07-111-1/+2
* dm: Sort the uclass id in alphabetical orderBin Meng2016-07-111-2/+2
* sandbox: Find keyboard driver using driver modelSimon Glass2016-07-113-3/+10
* fdt: x86: Tidy up a few COMPAT string definitionsSimon Glass2016-07-111-3/+3
* fdt: Add a note to avoid adding new compatible stringsSimon Glass2016-07-111-0/+5
* fdt: Drop unused exynos compatible stringsSimon Glass2016-07-112-4/+0
* x86: fdt: Drop the unused compatible strings in fdtdecSimon Glass2016-07-113-16/+0
* common: block: fix compiler error with CONFIG_FASTBOOT_FLASH_MMC_DEVXu Ziyuan2016-07-111-1/+1
* dm: gpio: MPC85XX GPIO platform data supportHamish Martin2016-07-112-7/+36
* dm: dfu: mmc: Support CONFIG_BLK in DFU for MMCSimon Glass2016-07-111-6/+5
* dm: spl: mmc: Support CONFIG_BLK in SPL MMCSimon Glass2016-07-111-3/+3
* dm: mmc: msmsdhic: Drop old MMC codeSimon Glass2016-07-112-16/+1
* dm: mmc: Move dragonboard410c to use CONFIG_BLK and CONFIG_DM_MMC_OPSSimon Glass2016-07-111-0/+2
* dm: mmc: msm_sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPSSimon Glass2016-07-111-2/+44
* dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPSSimon Glass2016-07-112-1/+119
* dm: mmc: sdhci: Refactor configuration setup to support DMSimon Glass2016-07-111-48/+59
* dm: sandbox: Convert to use CONFIG_CMD_MMC_OPSSimon Glass2016-07-113-13/+9
* rockchip: Add MAINTAINER files for kylin_rk3036, evb_rk3036Simon Glass2016-07-112-0/+12
* dm: mmc: rockchip: Enable CONFIG_DM_MMC_OPS for all boardsSimon Glass2016-07-112-1/+3
* dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPSSimon Glass2016-07-112-0/+42
* dm: mmc: Add a way to use driver model for MMC operationsSimon Glass2016-07-114-4/+158
* rockchip: Disable CONFIG_SDHCISimon Glass2016-07-112-2/+0
* mmc: Move tracing code into separate functionsSimon Glass2016-07-112-15/+45
* dm: mmc: rockchip: Support only CONFIG_BLKSimon Glass2016-07-111-11/+0
* mmc: Move MMC boot code into its own fileSimon Glass2016-07-114-125/+146
* dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.cSimon Glass2016-07-112-95/+91
* dm: mmc: Move CONFIG_BLK code into the mmc uclassSimon Glass2016-07-112-82/+83
* mmc: Add function declarations for mmc_bread() and mmc_switch_part()Simon Glass2016-07-112-5/+21
* rockchip: Use 'select' instead of defaults in KconfigSimon Glass2016-07-112-27/+10
* dm: mmc: dwmmc: Add comments to the dwmmc setup functionsSimon Glass2016-07-111-0/+64
* Prepare v2016.07v2016.07Tom Rini2016-07-111-1/+1
* doc: ARMv8: add README.pine64Andre Przywara2016-07-111-0/+98
* mkimage -l is broken for images after gpimageStefano Babic2016-07-111-2/+2
* git-mailrc: add rockchip aliasjk.kernel@gmail.com2016-07-111-1/+1
* armv8: Enable CPUECTLR.SMPEN for coherencyMingkai Hu2016-07-081-0/+8
* test/py: support 'memstart =' in u_boot_utils.find_ram_base()Daniel Schwierzeck2016-07-081-1/+1
* test/py: strip VT100 codes from match bufferStephen Warren2016-07-081-0/+9
* arm: Fix setjmp (again)Alexander Graf2016-07-081-1/+3
* SPL: tiny-printf: avoid any BSS usageAndre Przywara2016-07-081-3/+8
* test/py: fix CONFIG_ testsStephen Warren2016-07-082-5/+5
* mmc: msm_sdhci: Set mmc->dev pointer in msm_sdc_probe()Mateusz Kulikowski2016-07-081-1/+6
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-07-073-28/+21
|\
| * powerpc: mpc85xx: kmp204x: Fix compiling error for usb errataYork Sun2016-07-071-0/+1
| * powerpc: mpc85xx: Do not build errata command in SPLMarek Vasut2016-07-051-0/+2
| * usb: dm: Make "usb info" use usb_for_each_root_dev()Hans de Goede2016-07-051-25/+6
| * usb: dm: Add a usb_for_each_root_dev() helper functionHans de Goede2016-07-051-3/+12
* | Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2016-07-0615-452/+2329
|\ \
| * | fdt: Drop some unused compatible stringsSimon Glass2016-07-052-8/+0