summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * mmc: disable UHS modes if Vcc cannot be switched on and offJean-Jacques Hiblot2018-01-122-3/+17
| * mmc: Add support for UHS modesJean-Jacques Hiblot2018-01-123-9/+221
| * mmc: add HS200 support in MMC coreKishon Vijay Abraham I2018-01-122-2/+38
| * mmc: Add a execute_tuning() callback to the mmc operations.Kishon Vijay Abraham I2018-01-123-0/+30
| * 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-123-7/+18
| * 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-123-0/+29
| * mmc: Enable signal voltage to be selected from mmc coreKishon Vijay Abraham I2018-01-122-0/+24
| * mmc: make mmc_set_ios() return statusKishon Vijay Abraham I2018-01-122-7/+11
| * mmc: refactor MMC startup to make it easier to support new modesJean-Jacques Hiblot2018-01-122-94/+158
| * mmc: refactor SD startup to make it easier to support new modesJean-Jacques Hiblot2018-01-122-54/+130
| * cmd: mmc: display the mode name and current bus speed in the mmc infoJean-Jacques Hiblot2018-01-121-1/+2
| * 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-122-0/+25
| * mmc: introduce mmc modesJean-Jacques Hiblot2018-01-123-13/+92
| * mmc: add a function to read and test the ext csd (mmc >= 4)Jean-Jacques Hiblot2018-01-121-20/+33
| * mmc: make ext_csd part of struct mmcJean-Jacques Hiblot2018-01-122-5/+18
| * mmc: move the MMC startup for version above v4.0 in a separate functionJean-Jacques Hiblot2018-01-121-151/+167
| * mmc: split mmc_startup()Jean-Jacques Hiblot2018-01-121-126/+148
| * mmc: dm: get the IO-line and main voltage regulators from the dtsJean-Jacques Hiblot2018-01-122-10/+18
| * mmc: sdhci: do not compare pointer to 0Heinrich Schuchardt2018-01-121-2/+2
| * mmc: sdhci: don't clear SDHCI_INT_STATUS register during CMD_INHIBITJorge Ramirez-Ortiz2018-01-121-1/+2
| * mmc: sanitize includes for DM i2cFelix Brack2018-01-121-2/+2
| * drivers: mmc: Avoid memory leak in case of failureSuniel Mahesh2018-01-121-0/+3
| * drivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_BUFFER macroSuniel Mahesh2018-01-121-2/+2
* | Merge git://git.denx.de/u-boot-tegraTom Rini2018-01-1219-62/+646
|\ \
| * | Makefile: ensure DTB doesn't overflow into initial stackStephen Warren2018-01-121-0/+31
| * | ARM: Tegra: p2771-0000: use calculate env var featureStephen Warren2018-01-121-0/+20
| * | ARM: Tegra186: calculate load addresses at bootStephen Warren2018-01-121-1/+264
| * | ARM: Tegra186: don't map memory not in RAM banksStephen Warren2018-01-122-26/+55
| * | ARM: tegra: p2771-000: increase max DRAM bank countStephen Warren2018-01-121-0/+3
| * | ARM: Tegra186: search for best RAM bankStephen Warren2018-01-121-19/+69
| * | ARM: bootm: don't assume sp is in DRAM bank 0Stephen Warren2018-01-121-3/+12
| * | ARM: Tegra186: mem parsing fixes from downstreamStephen Warren2018-01-121-7/+13
| * | ARM: tegra: use LINUX_KERNEL_IMAGE_HEADERStephen Warren2018-01-121-0/+6
| * | ARMv8: add optional Linux kernel image headerStephen Warren2018-01-125-1/+159
| * | ARM: tegra: use CONFIG_SYS_INIT_SP_BSS_OFFSETStephen Warren2018-01-125-10/+8
| * | ARMv8: Allow dynamic early stack pointerStephen Warren2018-01-122-0/+16
| * | ARM: tegra: remove SPL config for non-SPL SoCsStephen Warren2018-01-123-10/+2
| * | ARM: tegra: don't use CONFIG_SPL_TEXT_BASE when no SPLStephen Warren2018-01-121-6/+9
* | | travis.yml: Support RISC-VRick Chen2018-01-121-0/+8
* | | riscv: doc: Add relative doc to describe RISC-VRick Chen2018-01-124-1/+202
* | | riscv: Modify generic codes to support RISC-VRick Chen2018-01-126-3/+29
* | | riscv: Support standaloneRick Chen2018-01-122-0/+53
* | | riscv: tools: Prelink u-bootRick Chen2018-01-124-0/+219
* | | riscv: defconfig: Add nx25-ae250 defconfig to support RISC-VRick Chen2018-01-121-0/+36
* | | riscv: configs: Add nx25-ae250.h to support RISC-VRick Chen2018-01-121-0/+126
* | | riscv: board: Add nx25-ae250 to support RISC-VRick Chen2018-01-124-0/+115
* | | riscv: Add Kconfig to support RISC-VRick Chen2018-01-124-0/+93