summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* 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
* dm: mmc: Move CONFIG_BLK code into the mmc uclassSimon Glass2016-07-11-82/+83
* mmc: Add function declarations for mmc_bread() and mmc_switch_part()Simon Glass2016-07-11-5/+21
* rockchip: Use 'select' instead of defaults in KconfigSimon Glass2016-07-11-27/+10
* dm: mmc: dwmmc: Add comments to the dwmmc setup functionsSimon Glass2016-07-11-0/+64
* Prepare v2016.07Tom Rini2016-07-11-1/+1
* doc: ARMv8: add README.pine64Andre Przywara2016-07-11-0/+98
* mkimage -l is broken for images after gpimageStefano Babic2016-07-11-2/+2
* git-mailrc: add rockchip aliasjk.kernel@gmail.com2016-07-11-1/+1
* armv8: Enable CPUECTLR.SMPEN for coherencyMingkai Hu2016-07-08-0/+8
* test/py: support 'memstart =' in u_boot_utils.find_ram_base()Daniel Schwierzeck2016-07-08-1/+1
* test/py: strip VT100 codes from match bufferStephen Warren2016-07-08-0/+9
* arm: Fix setjmp (again)Alexander Graf2016-07-08-1/+3
* SPL: tiny-printf: avoid any BSS usageAndre Przywara2016-07-08-3/+8
* test/py: fix CONFIG_ testsStephen Warren2016-07-08-5/+5
* mmc: msm_sdhci: Set mmc->dev pointer in msm_sdc_probe()Mateusz Kulikowski2016-07-08-1/+6
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-07-07-28/+21
|\
| * powerpc: mpc85xx: kmp204x: Fix compiling error for usb errataYork Sun2016-07-07-0/+1
| * powerpc: mpc85xx: Do not build errata command in SPLMarek Vasut2016-07-05-0/+2
| * usb: dm: Make "usb info" use usb_for_each_root_dev()Hans de Goede2016-07-05-25/+6
| * usb: dm: Add a usb_for_each_root_dev() helper functionHans de Goede2016-07-05-3/+12
* | Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2016-07-06-452/+2329
|\ \
| * | fdt: Drop some unused compatible stringsSimon Glass2016-07-05-8/+0
| * | tegra: video: Always use write-through cache on LCDSimon Glass2016-07-05-18/+3
| * | video: tegra: Move to using simple-panel and pwm-backlightSimon Glass2016-07-05-335/+145
| * | tegra: dts: Sync tegra20 device tree files with LinuxSimon Glass2016-07-05-73/+2154
| * | errno: Allow errno_str() to be used without CONFIG_ERRNO_STRSimon Glass2016-07-05-0/+5
| * | errno: Add copyright header and header guardSimon Glass2016-07-05-0/+7
| * | pci: tegra: actually program REFCLK_CFG* on recent SoCsStephen Warren2016-07-05-9/+10
| * | pci: tegra: correctly program PADS_REFCLK registersStephen Warren2016-07-05-13/+9
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2016-07-06-11/+51
|\ \
| * | net: rtl8169: Fix return value for rtl_send_commonOleksandr Tymoshenko2016-07-06-2/+2
| * | net: Fix incorrect RPC packets on 64-bit systemsRalf Hubert2016-07-06-6/+6
| * | driver: net: phylib: add support for aquantia AQR106/107 PHYMingkai Hu2016-07-06-0/+28
| * | net: designware: Make driver independent from DM_GPIO againAlexey Brodkin2016-07-06-3/+14
| * | common: Always include errno.h in common.hJoe Hershberger2016-07-06-0/+1
| |/
* | rockchip: video: Lower hpd wait timeSjoerd Simons2016-07-05-1/+1
|/
* Merge git://git.denx.de/u-boot-arcTom Rini2016-07-04-2/+4
|\
| * arc: make global_data.h usable in assembly filesAlexey Brodkin2016-07-04-0/+2
| * arc: Use "-mcpu=archs" instead of deprecated "-marchs" for ARC HSAlexey Brodkin2016-07-04-2/+2
* | Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2016-07-02-2/+396
|\ \