summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* configs: migrate CONFIG_VIDEO_BMP_GZIP to defconfigsPatrick Delaunay2020-10-181-0/+8
* video: backlight: fix pwm's duty cycle calculationDario Binacchi2020-10-181-1/+1
* video: backlight: fix pwm data structure descriptionDario Binacchi2020-10-181-1/+1
* video: dw-mipi-dsi: permit configuring the escape clock rateNeil Armstrong2020-10-181-4/+16
* video: dw-mipi-dsi: driver-specific configuration of phy timingsNeil Armstrong2020-10-181-6/+11
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2020-10-163-7/+87
|\
| * watchdog: octeontx_wdt: Add support for start and stopSuneel Garapati2020-10-161-5/+83
| * 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
* | 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
* | 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...Tom Rini2020-10-159-229/+482
|\
| * mmc: fsl_esdhc: add ADMA2 supportMichael Walle2020-10-142-5/+53
| * 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-124-55/+87
| * 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
| * 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-121-34/+86
| * mmc: add a mmc_hs400_prepare_ddr() interfaceYangbo Lu2020-10-122-0/+19
| * mmc: add a hs400_tuning flagYangbo Lu2020-10-121-0/+2
| * 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-121-3/+103
| * mmc: fsl_esdhc: add a reinit() callbackYangbo Lu2020-10-121-0/+9
| * mmc: add a reinit() APIYangbo Lu2020-10-122-2/+21
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2020-10-1435-6/+14182
|\ \
| * | spi: mvebu_a3700_spi: add support for cs-gpiosGeorge Hilliard2020-10-141-6/+35
| * | 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