summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dm: Don't undefine dev_xxx macrosWIP/2020-10-15-further-cleanup_dev_xxxSean Anderson2020-10-161-20/+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
* linux/compat.h: Remove redefinition of dev_xxx macrosSean Anderson2020-10-151-28/+0
* usb: musb-new: mt85xx: Fix not calling dev_err with a deviceSean Anderson2020-10-151-3/+4
* usb: musb-new: Include device_compat.hSean Anderson2020-10-155-1/+11
* usb: xhci: Include device_compat.hSean Anderson2020-10-152-5/+7
* timer: Include device_compat.hSean Anderson2020-10-151-2/+3
* tee: optee: Include device_compat.hSean Anderson2020-10-151-0/+1
* spi: fsl_qspi: Include device_compat.hSean Anderson2020-10-151-4/+5
* spi: nsp_fspi: Include device_compat.hSean Anderson2020-10-151-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
* | 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