summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge git://git.denx.de/u-boot-imxTom Rini2018-01-153-2/+48
|\ \
| * | drivers: pci: imx: fix enumeration logic errorKoen Vandeputte2018-01-121-0/+11
| * | spi: fsl_qspi: support i.MX6UL/6ULLL/7DPeng Fan2018-01-121-2/+16
| * | pci: imx: request gpio before usePeng Fan2018-01-121-0/+4
| * | misc: mxc_ocotp: check fuse word before programming on i.MX7ULPPeng Fan2018-01-121-0/+17
* | | db410c: replace reset driver with psciJorge Ramirez-Ortiz2018-01-152-42/+0
* | | db820c: enable pmic gpios for pm8994Jorge Ramirez-Ortiz2018-01-151-2/+5
* | | dm: core: parse chosen nodeRob Clark2018-01-151-0/+11
* | | spmi: msm: display the PMIC Arb version (debug)Jorge Ramirez-Ortiz2018-01-151-0/+12
| |/ |/|
* | Merge git://git.denx.de/u-boot-mmcTom Rini2018-01-1413-446/+1486
|\ \ | |/ |/|
| * mmc: fsl_esdhc: Fix eMMC 1.8v setting issuePeng Fan2018-01-131-4/+5
| * power: Rearrange code to guard power command with CONFIG_SPL_BUILD guardTom Rini2018-01-131-32/+29
| * mmc: remove hc_wp_grp_size from struct mmc if not neededJean-Jacques Hiblot2018-01-121-0/+2
| * mmc: don't read the size of eMMC enhanced user data area in SPLJean-Jacques Hiblot2018-01-121-0/+2
| * mmc: compile out erase and write mmc commands if write operations are not ena...Jean-Jacques Hiblot2018-01-121-2/+14
| * mmc: read ssr only if MMC write support is enabledJean-Jacques Hiblot2018-01-121-11/+14
| * mmc: add a Kconfig option to enable the support for MMC write operationsJean-Jacques Hiblot2018-01-124-6/+11
| * mmc: reworked version lookup in mmc_startup_v4Jean-Jacques Hiblot2018-01-121-25/+17
| * mmc: compile out more code if support for UHS and HS200 is not enabledJean-Jacques Hiblot2018-01-121-1/+11
| * mmc: atmel: when sending a data command, use the provided block sizeJean-Jacques Hiblot2018-01-121-22/+20
| * dm: mmc: sandbox: Update SD card emulationJean-Jacques Hiblot2018-01-121-1/+4
| * mmc: make optional the support for eMMC hardware partitioningJean-Jacques Hiblot2018-01-122-0/+9
| * mmc: make UHS and HS200 optionalJean-Jacques Hiblot2018-01-123-1/+112
| * mmc: convert most of printf() to pr_err() and pr_warn()Jean-Jacques Hiblot2018-01-122-29/+22
| * mmc: don't use malloc_cache_aligned()Jean-Jacques Hiblot2018-01-121-9/+17
| * mmc: fix for old MMCs (below version 4)Jean-Jacques Hiblot2018-01-121-0/+3
| * mmc: all hosts support 1-bit bus width and legacy timingsJean-Jacques Hiblot2018-01-121-5/+10
| * mmc: Fixed a problem with old sd or mmc that do not support High speedJean-Jacques Hiblot2018-01-121-2/+2
| * dm: mmc: update mmc_of_parse()Jean-Jacques Hiblot2018-01-121-16/+20
| * mmc: dump card and host capabilities if debug is enabledJean-Jacques Hiblot2018-01-121-0/+9
| * mmc: meson_gx_mmc: fix the complie errorJaehoon Chung2018-01-121-1/+1
| * dm: mmc: Add a library function to parse generic dt bindingKishon Vijay Abraham I2018-01-121-0/+46
| * mmc: add a library function to send tuning commandJean-Jacques Hiblot2018-01-121-0/+68
| * mmc: use the right voltage level for MMC DDR and HS200 modesJean-Jacques Hiblot2018-01-121-1/+67
| * mmc: Retry some MMC cmds on failureKishon Vijay Abraham I2018-01-122-2/+48
| * mmc: Change mode when switching to a boot partitionJean-Jacques Hiblot2018-01-121-17/+49
| * mmc: disable UHS modes if Vcc cannot be switched on and offJean-Jacques Hiblot2018-01-121-3/+16
| * mmc: Add support for UHS modesJean-Jacques Hiblot2018-01-122-8/+182
| * mmc: add HS200 support in MMC coreKishon Vijay Abraham I2018-01-121-2/+20
| * mmc: Add a execute_tuning() callback to the mmc operations.Kishon Vijay Abraham I2018-01-122-0/+19
| * mmc: disable the mmc clock during power offKishon Vijay Abraham I2018-01-121-0/+1
| * mmc: add a new mmc parameter to disable mmc clockKishon Vijay Abraham I2018-01-122-6/+7
| * mmc: add power cyle support in mmc coreKishon Vijay Abraham I2018-01-121-17/+71
| * mmc: Add a new callback function to perform the 74 clocks cycle sequenceJean-Jacques Hiblot2018-01-122-0/+19
| * mmc: Enable signal voltage to be selected from mmc coreKishon Vijay Abraham I2018-01-121-0/+16
| * mmc: make mmc_set_ios() return statusKishon Vijay Abraham I2018-01-121-6/+10
| * mmc: refactor MMC startup to make it easier to support new modesJean-Jacques Hiblot2018-01-121-94/+147
| * mmc: refactor SD startup to make it easier to support new modesJean-Jacques Hiblot2018-01-121-54/+129
| * mmc: use mmc modes to select the correct bus speedJean-Jacques Hiblot2018-01-121-11/+28
| * mmc: Add a function to dump the mmc capabilitiesJean-Jacques Hiblot2018-01-121-0/+24