summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-17dm: sata: imx: Allow driver model to be used for sataSimon Glass
2017-08-17dm: sata: Support driver model with the 'sata' commandSimon Glass
2017-08-17dm: sata: dw_sata: Set up common versions of operationsSimon Glass
2017-08-17dm: sata: dw_sata: More ahci_init_one() futher downSimon Glass
2017-08-17dm: sata: dw_sata: Drop is_readySimon Glass
2017-08-17dm: sata: dw_sata: Rename the dwc_ahsata private headerSimon Glass
2017-08-17dm: sata: dw_sata: Sort #include directivesSimon Glass
2017-08-17dm: sata: dw_sata: Drop unnecessary bracketsSimon Glass
2017-08-17dm: sata: dw_sata: Pass uc_priv to internal functionsSimon Glass
2017-08-17dm: sata: dw_sata: Drop unnecessary castsSimon Glass
2017-08-17dm: sata: dw_sata: Rename 'probe_ent' to uc_privSimon Glass
2017-08-17dm: sata: dw_sata: Move exported functions to the endSimon Glass
2017-08-17dm: sata: dw_sata: Drop dwc_ahsata_rw_ncq_cmd()Simon Glass
2017-08-17dm: sata: dwc_ahsata: Make functions staticSimon Glass
2017-08-17dm: core: Add a comment about the device_remove() flagsSimon Glass
2017-08-17dm: blk: Update return value in blk_create_devicef()Simon Glass
2017-08-17dm: usb: Adjust the 'usb' command to use blk_common_cmd()Simon Glass
2017-08-17dm: ide: Adjust the 'ide' command to use blk_common_cmd()Simon Glass
2017-08-17dm: scsi: Adjust the 'scsi' command to use blk_common_cmd()Simon Glass
2017-08-17dm: sata: Adjust the 'sata' command to use blk_common_cmd()Simon Glass
2017-08-17dm: blk: Add a generic function for block device commandsSimon Glass
2017-08-17dm: blk: Add a function to find an interface-type nameSimon Glass
2017-08-17dm: core: Avoid calling dm_scan_fdt_dev() with of-platdataSimon Glass
2017-08-17mmc: gen_atmel_mci: Fix wrong arguments used of bind()Wenyou.Yang@microchip.com
2017-08-17mmc: sd_sdhi: Enable clock using clock frameworkMarek Vasut
2017-08-17mmc: sh_sdhi: Fix the ACMD handlingMarek Vasut
2017-08-17mmc: sh_sdhi: Add DM and DT probing supportMarek Vasut
2017-08-17mmc: uniphier-sd: Fix long response processingMarek Vasut
2017-08-15Prepare v2017.09-rc2Tom Rini
2017-08-15configs: Resync with savedefconfigTom Rini
2017-08-14Merge git://git.denx.de/u-boot-netTom Rini
2017-08-14common: Move CONFIG_BOOTARGS to KconfigSam Protsenko
2017-08-14driver: net: ldpaa: Update priv->phydev after free()Prabhakar Kushwaha
2017-08-14usb: net: Add support for Microchip LAN75xx and LAN78xxYuiko Oshino
2017-08-14net: Add mii_resolve_flowctrl_fdx()Yuiko Oshino
2017-08-14net: fman: add support RGMII_TXID to memacMadalin Bucur
2017-08-14ARM: rockchip: rock: Correct test to use CONFIG_IS_ENABLED not definedTom Rini
2017-08-14Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini
2017-08-13stm32f1: remove stm32f1 supportPatrice Chotard
2017-08-13cmd/bdinfo: correct comment in board_detailChris Packham
2017-08-13test: Move the FIT test into the correct placeSimon Glass
2017-08-13test: Convert the FIT test to test/pySimon Glass
2017-08-13test: Indent test-fit.py to match the next patchSimon Glass
2017-08-13ARM: OMAP5: Enable support for AVS0 for OMAP5 production devicesNishanth Menon
2017-08-13ARM: OMAP5: Remove OPP_LOW Definitions for ES2.0Nishanth Menon
2017-08-13test: Fix FIT test to pass againSimon Glass
2017-08-13wdt: Update uclass to make clear that the timeout is in msAndy Shevchenko
2017-08-13boot_fit: Change return value from FDT_ERROR to -EINVAL in fdt_offset()Nobuhiro Iwamatsu
2017-08-13x86: qemu: Enable NVMe driverBin Meng
2017-08-13nvme: Handle zero Maximum Data Transfer Size (MDTS)Bin Meng