aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-20clk: uniphier: fix unmet direct dependencies warningMasahiro Yamada2-4/+2
2017-08-19Merge git://git.denx.de/u-boot-videoTom Rini1-1/+2
2017-08-19lcd: avoid possible NULL dereferencexypron.glpk@gmx.de1-1/+2
2017-08-18Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini5-8/+11
2017-08-18Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini67-1036/+1511
2017-08-18Merge branch 'master' of git://git.denx.de/u-boot-coldfireTom Rini21-184/+747
2017-08-18Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini7-36/+18
2017-08-18rockchip: rk322x: pinctrl: fix IO MASK error on sdcard pinKever Yang1-1/+1
2017-08-18rockchip: rk322x: pinctrl: using compatible name same with dtsKever Yang1-3/+3
2017-08-18rockchip: rk322x: update MACRO for mmc clksel regKever Yang1-6/+3
2017-08-18rockchip: rk322x: update dram bank sizeKever Yang1-4/+6
2017-08-18rockchip: rk3399: spl: remove unused header inclusionPhilipp Tomsich1-1/+0
2017-08-18rockchip: dts: rk3399-evb: remove redundant gmac nodeKever Yang1-16/+0
2017-08-18efi_loader: do not cast return value in EFI_EXITxypron.glpk@gmx.de1-2/+2
2017-08-18mmc: Support generic PCI SD host controllerBin Meng1-6/+1
2017-08-18m68k: add board stmark2, mcf5441x basedAngelo Dureghello9-0/+426
2017-08-18m68k: mcf5445x: allow CS0 to be undefinedAngelo Dureghello2-0/+6
2017-08-18m68k: fix cache.c for Coldfire V4EAngelo Dureghello1-12/+13
2017-08-18m68k: mcf5445x: move early ddr init as board-specificAngelo Dureghello10-172/+302
2017-08-17spl: fix Makefile for NOR, XIP and YMODEMPhilipp Tomsich1-3/+3
2017-08-17rockchip: dts: rk3399-firefly: update gmac parameterKever Yang1-2/+2
2017-08-17cmd: mmc: add mmc partconf read capabilityAngelo Dureghello3-10/+49
2017-08-17dm: mmc: Drop CONFIG_DM_MMC_OPSSimon Glass15-65/+33
2017-08-17dm: mmc: Correct Kconfig condition for SPL_DM_MMC_OPSSimon Glass1-1/+1
2017-08-17dm: imx: Move i.MX devices to use CONFIG_DM_MMC_OPSSimon Glass22-22/+0
2017-08-17dm: imx: cm_fx6: Enable more driver model supportSimon Glass2-2/+8
2017-08-17dm: imx: cm_fx6: Add MMC support for CONFIG_BLKSimon Glass1-0/+11
2017-08-17dm: imx: cm_fx6: Add device tree for cm_fx6Simon Glass2-0/+116
2017-08-17dm: imx: cm_fx6: Support driver model for SATASimon Glass1-0/+69
2017-08-17dm: mmc: fsl_esdhc: Update to support MMC operationsSimon Glass1-5/+64
2017-08-17dm: mmc: fsl_esdhc: Update to support livetreeSimon Glass1-9/+7
2017-08-17dm: mmc: fsl_esdhc: Drop mmc_init() call from fsl_esdhc_init()Simon Glass1-7/+7
2017-08-17dm: mmc: fsl_esdhc: Set up platform dataSimon Glass1-22/+39
2017-08-17dm: mmc: fsl_esdhc: Detect init failureSimon Glass1-3/+6
2017-08-17dm: mmc: fsl_esdhc: Detect reset failureSimon Glass1-7/+15
2017-08-17dm: mmc: fsl_esdhc: Set up common versions of operationsSimon Glass1-11/+36
2017-08-17dm: mmc: fsl_esdhc: Pass private data to internal functionsSimon Glass1-14/+11
2017-08-17dm: sata: dwc_ahsata: Add support for driver modelSimon Glass2-0/+129
2017-08-17dm: sata: Update the AHCI uclass to support operationsSimon Glass2-0/+91
2017-08-17dm: sata: imx: Allow driver model to be used for sataSimon Glass1-1/+1
2017-08-17dm: sata: Support driver model with the 'sata' commandSimon Glass3-13/+89
2017-08-17dm: sata: dw_sata: Set up common versions of operationsSimon Glass1-105/+131
2017-08-17dm: sata: dw_sata: More ahci_init_one() futher downSimon Glass1-33/+33
2017-08-17dm: sata: dw_sata: Drop is_readySimon Glass1-4/+0
2017-08-17dm: sata: dw_sata: Rename the dwc_ahsata private headerSimon Glass2-4/+4
2017-08-17dm: sata: dw_sata: Sort #include directivesSimon Glass1-7/+6
2017-08-17dm: sata: dw_sata: Drop unnecessary bracketsSimon Glass1-50/+48
2017-08-17dm: sata: dw_sata: Pass uc_priv to internal functionsSimon Glass1-48/+41
2017-08-17dm: sata: dw_sata: Drop unnecessary castsSimon Glass1-38/+22
2017-08-17dm: sata: dw_sata: Rename 'probe_ent' to uc_privSimon Glass1-90/+85