summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot...WIP/15Oct2020Tom Rini2020-10-1516-237/+556
|\
| * mmc: fsl_esdhc: add ADMA2 supportMichael Walle2020-10-143-5/+67
| * mmc: fsl_esdhc: replace most #ifdefs by IS_ENABLED()Michael Walle2020-10-141-73/+65
| * mmc: fsl_esdhc_imx: replace all readl/writel to esdhc_read32/esdhc_write32Haibo Chen2020-10-121-32/+32
| * mmc: do not check argument of free() beforehandHeinrich Schuchardt2020-10-121-2/+1
| * mmc: sdhci: move the ADMA2 table handling into own moduleMichael Walle2020-10-125-58/+92
| * mmc: fsl_esdhc: simplify esdhc_setup_data()Michael Walle2020-10-121-27/+42
| * mmc: fsl_esdhc: use dma-mapping APIMichael Walle2020-10-121-35/+14
| * mmc: fsl_esdhc: simplify 64bit check for SDMA transfersMichael Walle2020-10-121-23/+6
| * mmc: fsl_esdhc_imx: remove the 1ms delay before sending commandHaibo Chen2020-10-121-7/+0
| * mmc: do not send cmd13 if the parameter 'send_status' is 0 for __mmc_switchHaibo Chen2020-10-121-1/+3
| * configs: lx2160ardb: enable eMMC HS400 mode supportYangbo Lu2020-10-123-0/+3
| * arm: dts: lx2160ardb: support eMMC HS400 modeYangbo Lu2020-10-121-0/+2
| * mmc: fsl_esdhc: fix eMMC HS400 stability issueYangbo Lu2020-10-121-1/+4
| * mmc: fsl_esdhc: fix mmc->clock with actual clockYangbo Lu2020-10-121-0/+3
| * mmc: fsl_esdhc: support eMMC HS400 modeYangbo Lu2020-10-122-34/+98
| * mmc: add a mmc_hs400_prepare_ddr() interfaceYangbo Lu2020-10-123-1/+33
| * mmc: add a hs400_tuning flagYangbo Lu2020-10-122-0/+3
| * mmc: fsl_esdhc: clean TBCTL[TB_EN] manually during initYangbo Lu2020-10-121-0/+3
| * mmc: fsl_esdhc: support tuning for eMMC HS200Yangbo Lu2020-10-122-7/+116
| * mmc: fsl_esdhc: add a reinit() callbackYangbo Lu2020-10-121-0/+9
| * mmc: add a reinit() APIYangbo Lu2020-10-123-2/+31
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellWIP/14Oct2020Tom Rini2020-10-1446-179/+14918
|\ \
| * | arm: mvebu: Remove old comments from configs/mvebu_armada-37xx.h filePali Rohár2020-10-141-7/+0
| * | arm64: dts: a3720: add support for espressobin with populated emmcAndre Heider2020-10-143-2/+50
| * | arm64: dts: armada-3720-espressobin: split common parts to .dtsiAndre Heider2020-10-142-157/+174
| * | arm64: dts: armada-3720-espressobin: use Linux model/compatible stringsAndre Heider2020-10-142-6/+6
| * | spi: mvebu_a3700_spi: add support for cs-gpiosGeorge Hilliard2020-10-141-6/+35
| * | arm: mvebu: mvebu_armada-8k: Add support for initializing iEi Puzzle-M801 net...Luka Kovacic2020-10-141-1/+19
| * | arm: mvebu: Initial iEi Puzzle-M801 supportLuka Kovacic2020-10-144-0/+487
| * | net: Add NIC controller driver for OcteonTX2Suneel Garapati2020-10-1416-0/+4493
| * | net: Add NIC controller driver for OcteonTXSuneel Garapati2020-10-1414-0/+6656
| * | mtd: nand: Add NAND controller driver for OcteonTXSuneel Garapati2020-10-146-0/+2998
* | | Merge branch '2020-10-14-assorted-changes'Tom Rini2020-10-1440-128/+1378
|\ \ \ | |/ / |/| |
| * | doc: Sphinx.override_domain() deprecatedHeinrich Schuchardt2020-10-141-1/+4
| * | net: e1000: add defaults for i210 TX/RX PBSIZEChristian Gmeiner2020-10-142-0/+11
| * | checkpatch.pl: Make CONFIG_IS_ENABLED(CONFIG_*) an errorAlper Nebi Yasak2020-10-142-0/+12
| * | treewide: Fix wrong CONFIG_IS_ENABLED() handlingAlper Nebi Yasak2020-10-143-10/+10
| * | doc: global data pointerHeinrich Schuchardt2020-10-142-0/+54
| * | global_data.h: add Sphinx documentationHeinrich Schuchardt2020-10-141-55/+317
| * | global_data.h: convert GD_FLG_* to enumHeinrich Schuchardt2020-10-141-22/+84
| * | bootm: add {arch,board}_preboot_os() to bootm.hHeinrich Schuchardt2020-10-141-0/+10
| * | time: Fix get_ticks being non-monotonicSean Anderson2020-10-141-2/+2
| * | spl: Add SPL_SERIAL as requirement for SDP_USB_SDPOtavio Salvador2020-10-141-0/+1
| * | spl: Avoid printing boot device if silent console is enabledOtavio Salvador2020-10-141-1/+3
| * | env/ext4.c: allow loading from an EXT4 partition on the MMC boot deviceDavid Woodhouse2020-10-142-0/+18
| * | mmc: remove duplicate mmc_get_env_dev() implementationsDavid Woodhouse2020-10-143-14/+9
| * | arm: enable DM_RNG on QEMU by defaultHeinrich Schuchardt2020-10-141-0/+1
| * | cmd/button: return button statusHeinrich Schuchardt2020-10-142-10/+28
| * | drivers: gpio: keep output value for input on sandboxHeinrich Schuchardt2020-10-141-1/+9