summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-17dm: sata: dw_sata: Move exported functions to the endSimon Glass1-62/+62
2017-08-17dm: sata: dw_sata: Drop dwc_ahsata_rw_ncq_cmd()Simon Glass1-43/+0
2017-08-17dm: sata: dwc_ahsata: Make functions staticSimon Glass1-6/+6
2017-08-17dm: core: Add a comment about the device_remove() flagsSimon Glass1-1/+1
2017-08-17dm: blk: Update return value in blk_create_devicef()Simon Glass1-1/+1
2017-08-17dm: usb: Adjust the 'usb' command to use blk_common_cmd()Simon Glass1-108/+3
2017-08-17dm: ide: Adjust the 'ide' command to use blk_common_cmd()Simon Glass1-104/+3
2017-08-17dm: scsi: Adjust the 'scsi' command to use blk_common_cmd()Simon Glass1-76/+3
2017-08-17dm: sata: Adjust the 'sata' command to use blk_common_cmd()Simon Glass1-82/+1
2017-08-17dm: blk: Add a generic function for block device commandsSimon Glass3-0/+117
2017-08-17dm: blk: Add a function to find an interface-type nameSimon Glass3-0/+20
2017-08-17dm: core: Avoid calling dm_scan_fdt_dev() with of-platdataSimon Glass1-0/+3
2017-08-17mmc: gen_atmel_mci: Fix wrong arguments used of bind()Wenyou.Yang@microchip.com1-22/+42
2017-08-17mmc: sd_sdhi: Enable clock using clock frameworkMarek Vasut1-0/+15
2017-08-17mmc: sh_sdhi: Fix the ACMD handlingMarek Vasut2-53/+55
2017-08-17mmc: sh_sdhi: Add DM and DT probing supportMarek Vasut1-20/+145
2017-08-17mmc: uniphier-sd: Fix long response processingMarek Vasut1-7/+7
2017-08-17Merge git://git.denx.de/u-boot-tegraTom Rini9-16/+19
2017-08-17Merge git://git.denx.de/u-boot-sunxiTom Rini13-2/+320
2017-08-17Merge git://www.denx.de/git/u-boot-imxTom Rini19-35/+1069
2017-08-17Merge git://git.denx.de/u-boot-spiTom Rini3-6/+27
2017-08-16sf: Preserve QE bit when clearing BP# bits for Macronix flashBin Meng1-4/+18
2017-08-16env: Adjust the load() method to return an errorSimon Glass14-42/+83
2017-08-16env: Adjust the get_char() method to return an intSimon Glass4-5/+5
2017-08-16env: Rename some other getenv()-related functionsSimon Glass41-85/+85
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass47-69/+68
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass25-59/+70
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass213-502/+531
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass58-83/+83
2017-08-16env: Rename common functions related to setenv()Simon Glass37-63/+79
2017-08-16env: Rename setenv() to env_set()Simon Glass156-454/+470
2017-08-16imx: mx7: fix build warning when CONFIG_IMX_RDC not enabledPeng Fan1-3/+4
2017-08-16imx: mx6sl: simplify code using setbits_le32Peng Fan1-15/+2
2017-08-16imx: mx6sx: select OSC as uart's clk parentPeng Fan1-0/+5
2017-08-16imx: mx6: soc: fix mx6sll settingsPeng Fan1-2/+10
2017-08-16imx: mx6: select ARM_ERRATA_845369Peng Fan1-0/+1
2017-08-16arm: Implement workaround for Cortex-A9 errata 845369Peng Fan2-0/+9