aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-18configs: migrate CONFIG_VIDEO_BMP_GZIP to defconfigsPatrick Delaunay23-14/+21
2020-10-18video: backlight: fix pwm's duty cycle calculationDario Binacchi2-7/+7
2020-10-18video: backlight: fix pwm data structure descriptionDario Binacchi1-1/+1
2020-10-18video: dw-mipi-dsi: permit configuring the escape clock rateNeil Armstrong2-4/+17
2020-10-18video: dw-mipi-dsi: driver-specific configuration of phy timingsNeil Armstrong2-6/+27
2020-10-17test: Fix sandbox tests failing to buildSean Anderson2-2/+2
2020-10-16Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini8-7/+93
2020-10-16Merge branch '2020-10-15-further-cleanup_dev_xxx'Tom Rini26-94/+74
2020-10-16dm: Don't undefine dev_xxx macrosSean Anderson1-20/+0
2020-10-16linux/compat.h: Remove redefinition of dev_xxx macrosSean Anderson1-28/+0
2020-10-16usb: dwc3: Include device_compat.h in dwc3-octeon-glue.cTom Rini1-0/+1
2020-10-16clk: at91: Include device_compat.h in compat.cTom Rini1-0/+1
2020-10-16arm: fsl-layerscape: Include device_compat.h in soc.cTom Rini1-0/+1
2020-10-16usb: musb-new: mt85xx: Fix not calling dev_err with a deviceSean Anderson1-3/+4
2020-10-16usb: musb-new: Include device_compat.hSean Anderson5-1/+11
2020-10-16usb: xhci: Include device_compat.hSean Anderson2-5/+7
2020-10-16timer: Include device_compat.hSean Anderson1-2/+3
2020-10-16tee: optee: Include device_compat.hSean Anderson1-0/+1
2020-10-16spi: fsl_qspi: Include device_compat.hSean Anderson1-4/+5
2020-10-16spi: nxp_fspi: Include device_compat.hSean Anderson1-3/+4
2020-10-16arm: octeontx: Add CMD_WDTStefan Roese4-0/+4
2020-10-16watchdog: octeontx_wdt: Add support for start and stopSuneel Garapati1-5/+83
2020-10-16arm: octeontx: Select CLKStefan Roese1-0/+2
2020-10-16mmc: octeontx_hsmmc.c: Remove test debug messageStefan Roese1-1/+0
2020-10-16spi: octeon_spi: Use a fixed 100MHz input clock on Octeon TX2Stefan Roese1-1/+4
2020-10-15ram: imxrt: Include device_compat.hSean Anderson1-0/+1
2020-10-15phy: Include device_compat.hSean Anderson1-1/+1
2020-10-15net: ldpaa_eth: Include device_compat.hSean Anderson1-7/+7
2020-10-15mtd: mxs_nand: Fix not calling dev_xxx with a deviceSean Anderson1-13/+15
2020-10-15firmware: scmi: Include device_compat.hSean Anderson3-0/+3
2020-10-15dm: syscon: Set LOG_CATEGORYSean Anderson1-0/+2
2020-10-15clk: sifive: Include device_compat.hSean Anderson1-7/+7
2020-10-15Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini16-237/+556
2020-10-14Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini46-179/+14918
2020-10-14Merge branch '2020-10-14-assorted-changes'Tom Rini40-128/+1378
2020-10-14doc: Sphinx.override_domain() deprecatedHeinrich Schuchardt1-1/+4
2020-10-14net: e1000: add defaults for i210 TX/RX PBSIZEChristian Gmeiner2-0/+11
2020-10-14checkpatch.pl: Make CONFIG_IS_ENABLED(CONFIG_*) an errorAlper Nebi Yasak2-0/+12
2020-10-14treewide: Fix wrong CONFIG_IS_ENABLED() handlingAlper Nebi Yasak3-10/+10
2020-10-14doc: global data pointerHeinrich Schuchardt2-0/+54
2020-10-14global_data.h: add Sphinx documentationHeinrich Schuchardt1-55/+317
2020-10-14global_data.h: convert GD_FLG_* to enumHeinrich Schuchardt1-22/+84
2020-10-14bootm: add {arch,board}_preboot_os() to bootm.hHeinrich Schuchardt1-0/+10
2020-10-14time: Fix get_ticks being non-monotonicSean Anderson1-2/+2
2020-10-14spl: Add SPL_SERIAL as requirement for SDP_USB_SDPOtavio Salvador1-0/+1
2020-10-14spl: Avoid printing boot device if silent console is enabledOtavio Salvador1-1/+3
2020-10-14env/ext4.c: allow loading from an EXT4 partition on the MMC boot deviceDavid Woodhouse2-0/+18
2020-10-14mmc: remove duplicate mmc_get_env_dev() implementationsDavid Woodhouse3-14/+9
2020-10-14arm: enable DM_RNG on QEMU by defaultHeinrich Schuchardt1-0/+1
2020-10-14cmd/button: return button statusHeinrich Schuchardt2-10/+28