summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-20configs: mt8512: enable fastboot and USB host related configsChunfeng Yun1-0/+26
2020-10-20arm: dts: mt8512: add usb related nodesChunfeng Yun2-1/+82
2020-10-20usb: gadget: Add bcdDevice for the MTU3 USB Gadget ControllerChunfeng Yun1-0/+8
2020-10-20usb: add MediaTek USB3 DRD driverChunfeng Yun14-0/+4558
2020-10-20usb: common: add define of usb_speed_string()Chunfeng Yun2-4/+7
2020-10-20usb: add USB_SPEED_SUPER_PLUSChunfeng Yun2-0/+2
2020-10-20dt-bindings: usb: mtu3: add bindings for MediaTek USB3 DRDChunfeng Yun1-0/+79
2020-10-20dt-binding: usb: add bindings for some common propertiesChunfeng Yun1-0/+31
2020-10-20usb: musb-new: Fix typo in caution messageNaoki Hayama1-1/+1
2020-10-20usb: dwc2: Fix control OUT transfer issueChance.Yang1-3/+13
2020-10-20usb: xhci: avoid type conversion of void *Heinrich Schuchardt1-12/+9
2020-10-19efi_loader: fix use after free in receive pathPatrick Wildt1-23/+69
2020-10-19net: add a define for the number of packets received as batchPatrick Wildt2-1/+4
2020-10-19Merge tag 'u-boot-atmel-2021.01-b' of https://gitlab.denx.de/u-boot/custodian...Tom Rini14-206/+729
2020-10-19clk: at91: sama7g5: add 5th divisor for mck0 layout and characteristicsEugen Hristev1-2/+2
2020-10-19clk: at91: clk-master: add 5th divisor for mck masterEugen Hristev2-2/+2
2020-10-19ARM: at91: Add chip ID for SAM9X60 SiPNicolas Ferre2-0/+9
2020-10-19ARM: dts: sam9x60: use alphabetical orderClaudiu Beznea1-14/+13
2020-10-19configs: sam9x60ek: update defconfigs for CCFClaudiu Beznea3-3/+9
2020-10-19ARM: dts: sam9x60: use CCF compatibles for PMCClaudiu Beznea3-164/+33
2020-10-19ARM: dts: sam9x60: use slow clock CCF compatible bindingsClaudiu Beznea2-47/+20
2020-10-19ARM: dts: sam9x60: use u-boot,dm-pre-relocClaudiu Beznea1-0/+8
2020-10-19ARM: dts: sam9x60ek: add clock frequencies to board fileClaudiu Beznea2-2/+10
2020-10-19clk: at91: sam9x60: add support compatible with CCFClaudiu Beznea2-0/+650
2020-10-19board: atmel: sam9x60ek: add SYS_MALLOC_F_LEN to SYS_INIT_SP_ADDRClaudiu Beznea1-1/+2
2020-10-19Merge tag 'video-for-2021.01' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini136-138/+283
2020-10-18configs: migrate CONFIG_BMP_16/24/32BPP to defconfigsPatrick Delaunay103-63/+122
2020-10-18configs: migrate CONFIG_VIDEO_BMP_RLE8 to defconfigsPatrick Delaunay119-43/+88
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