summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* scripts/dtc: Update to upstream version v1.6.0-31-gcbca977ea121WIP/resync-dtc-v1.6.0-31-gcbca977ea121Tom Rini2020-10-1630-709/+1444
* scripts/dtc: Add yamltree.c to dtc sourcesRob Herring2020-10-161-1/+1
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellWIP/16Oct2020Tom Rini2020-10-168-7/+93
|\
| * arm: octeontx: Add CMD_WDTStefan Roese2020-10-164-0/+4
| * watchdog: octeontx_wdt: Add support for start and stopSuneel Garapati2020-10-161-5/+83
| * arm: octeontx: Select CLKStefan Roese2020-10-161-0/+2
| * mmc: octeontx_hsmmc.c: Remove test debug messageStefan Roese2020-10-161-1/+0
| * spi: octeon_spi: Use a fixed 100MHz input clock on Octeon TX2Stefan Roese2020-10-161-1/+4
* | Merge branch '2020-10-15-further-cleanup_dev_xxx'Tom Rini2020-10-1626-94/+74
|\ \ | |/ |/|
| * dm: Don't undefine dev_xxx macrosSean Anderson2020-10-161-20/+0
| * linux/compat.h: Remove redefinition of dev_xxx macrosSean Anderson2020-10-161-28/+0
| * usb: dwc3: Include device_compat.h in dwc3-octeon-glue.cTom Rini2020-10-161-0/+1
| * clk: at91: Include device_compat.h in compat.cTom Rini2020-10-161-0/+1
| * arm: fsl-layerscape: Include device_compat.h in soc.cTom Rini2020-10-161-0/+1
| * usb: musb-new: mt85xx: Fix not calling dev_err with a deviceSean Anderson2020-10-161-3/+4
| * usb: musb-new: Include device_compat.hSean Anderson2020-10-165-1/+11
| * usb: xhci: Include device_compat.hSean Anderson2020-10-162-5/+7
| * timer: Include device_compat.hSean Anderson2020-10-161-2/+3
| * tee: optee: Include device_compat.hSean Anderson2020-10-161-0/+1
| * spi: fsl_qspi: Include device_compat.hSean Anderson2020-10-161-4/+5
| * spi: nxp_fspi: Include device_compat.hSean Anderson2020-10-161-3/+4
| * ram: imxrt: Include device_compat.hSean Anderson2020-10-151-0/+1
| * phy: Include device_compat.hSean Anderson2020-10-151-1/+1
| * net: ldpaa_eth: Include device_compat.hSean Anderson2020-10-151-7/+7
| * mtd: mxs_nand: Fix not calling dev_xxx with a deviceSean Anderson2020-10-151-13/+15
| * firmware: scmi: Include device_compat.hSean Anderson2020-10-153-0/+3
| * dm: syscon: Set LOG_CATEGORYSean Anderson2020-10-151-0/+2
| * clk: sifive: Include device_compat.hSean Anderson2020-10-151-7/+7
|/
* 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