aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-12mmc: add HS200 support in MMC coreKishon Vijay Abraham I2-2/+38
2018-01-12mmc: Add a execute_tuning() callback to the mmc operations.Kishon Vijay Abraham I3-0/+30
2018-01-12mmc: disable the mmc clock during power offKishon Vijay Abraham I1-0/+1
2018-01-12mmc: add a new mmc parameter to disable mmc clockKishon Vijay Abraham I3-7/+18
2018-01-12mmc: add power cyle support in mmc coreKishon Vijay Abraham I1-17/+71
2018-01-12mmc: Add a new callback function to perform the 74 clocks cycle sequenceJean-Jacques Hiblot3-0/+29
2018-01-12mmc: Enable signal voltage to be selected from mmc coreKishon Vijay Abraham I2-0/+24
2018-01-12mmc: make mmc_set_ios() return statusKishon Vijay Abraham I2-7/+11
2018-01-12mmc: refactor MMC startup to make it easier to support new modesJean-Jacques Hiblot2-94/+158
2018-01-12mmc: refactor SD startup to make it easier to support new modesJean-Jacques Hiblot2-54/+130
2018-01-12cmd: mmc: display the mode name and current bus speed in the mmc infoJean-Jacques Hiblot1-1/+2
2018-01-12mmc: use mmc modes to select the correct bus speedJean-Jacques Hiblot1-11/+28
2018-01-12mmc: Add a function to dump the mmc capabilitiesJean-Jacques Hiblot2-0/+25
2018-01-12mmc: introduce mmc modesJean-Jacques Hiblot3-13/+92
2018-01-12mmc: add a function to read and test the ext csd (mmc >= 4)Jean-Jacques Hiblot1-20/+33
2018-01-12mmc: make ext_csd part of struct mmcJean-Jacques Hiblot2-5/+18
2018-01-12mmc: move the MMC startup for version above v4.0 in a separate functionJean-Jacques Hiblot1-151/+167
2018-01-12mmc: split mmc_startup()Jean-Jacques Hiblot1-126/+148
2018-01-12mmc: dm: get the IO-line and main voltage regulators from the dtsJean-Jacques Hiblot2-10/+18
2018-01-12mmc: sdhci: do not compare pointer to 0Heinrich Schuchardt1-2/+2
2018-01-12mmc: sdhci: don't clear SDHCI_INT_STATUS register during CMD_INHIBITJorge Ramirez-Ortiz1-1/+2
2018-01-12mmc: sanitize includes for DM i2cFelix Brack1-2/+2
2018-01-12drivers: mmc: Avoid memory leak in case of failureSuniel Mahesh1-0/+3
2018-01-12drivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_BUFFER macroSuniel Mahesh1-2/+2
2018-01-08Prepare v2018.01v2018.01Tom Rini1-1/+1
2018-01-08Merge git://git.denx.de/u-boot-imxTom Rini31-122/+1001
2018-01-08mtd: nand: mxs_nand_spl: Remove nand size printJagan Teki1-2/+0
2018-01-08board: engicam: Fix to remove legacy board/icorem6_rqsJagan Teki1-48/+0
2018-01-08imx: initialize and use generic timer on i.MX 6UL/ULLStefan Agner4-3/+9
2018-01-08imx: introduce CONFIG_GPT_TIMERStefan Agner4-1/+7
2018-01-08imx: move CONFIG_SYSCOUNTER_TIMER to KconfigStefan Agner4-2/+4
2018-01-08Merge git://git.denx.de/u-boot-x86Tom Rini7-7/+64
2018-01-08crypto/fsl: fix BLOB encapsulation and decapsulationClemens Gruber2-16/+91
2018-01-08x86: tangier: Add Bluetooth to ACPI tableAndy Shevchenko1-0/+51
2018-01-08x86: tangier: Use actual GPIO hardware numbersAndy Shevchenko1-5/+5
2018-01-08x86: Move commands from under arch/x86 to cmd/x86/Tom Rini6-2/+8
2018-01-04mx6ull: Handle the CONFIG_MX6ULL cases correctlyFabio Estevam10-28/+40
2018-01-03Merge git://git.denx.de/u-boot-rockchipTom Rini4-3/+34
2018-01-03ARM: imx: cm_fx6: env: don't run boot scripts twiceChristopher Spinrath1-7/+1
2018-01-03ARM: imx: cm_fx6: env: support distro boot commandChristopher Spinrath2-20/+30
2018-01-03ARM: imx: cm_fx6: env: use standard variablesChristopher Spinrath1-12/+16
2018-01-03rockchip: firefly-rk3399: enable SPL_ATF_NO_PLATFORM_PARAMPhilipp Tomsich1-0/+1
2018-01-03spl: atf: add SPL_ATF_NO_PLATFORM_PARAM optionPhilipp Tomsich2-3/+27
2018-01-03imx: spl: Fix NAND bootmode detectionEran Matityahu3-3/+4
2018-01-03mx6: Add board mx6memcal for use in validating DDREric Nelson10-0/+894
2018-01-03video: Support multiple lines version string displayPeng Fan1-7/+23
2018-01-03video: ipu: Fix dereferencing NULL pointer problemPeng Fan1-1/+5
2018-01-02rockchip: board: lion-rk3368: reduce env-size default to 8KiBPhilipp Tomsich1-0/+6
2018-01-02boards: amlogic: khadas-vim: Typo fixupNeil Armstrong1-1/+1
2018-01-01Prepare v2018.01-rc3v2018.01-rc3Tom Rini1-1/+1