summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* rockchip: Rock960: fix up USB supportPeter Robinson2020-10-301-0/+2
* Merge tag 'mips-pull-2020-10-07' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2020-10-071-2/+9
|\
| * mips: octeon: octeon_common.h: Increase CONFIG_SYS_BOOTM_LENStefan Roese2020-10-071-0/+2
| * mips: octeon: octeon_ebb7304: Add DDR4 supportStefan Roese2020-10-071-3/+8
* | Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dmTom Rini2020-10-065-13/+66
|\ \ | |/ |/|
| * dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay2020-10-063-5/+10
| * dm: update test on of_offset in ofnode_validPatrick Delaunay2020-10-061-1/+1
| * dm: ofnode: Fix compile breakage with OF_CHECKS enabledStefan Roese2020-10-061-3/+4
| * bloblist: Fix up a few commentsSimon Glass2020-10-061-2/+2
| * bloblist: Allow custom alignment for blobsSimon Glass2020-10-061-2/+4
| * bloblist: Compare addresses rather than pointers in testsSimon Glass2020-10-061-0/+13
| * bloblist: Add a commandSimon Glass2020-10-061-0/+32
* | Merge tag 'efi-2021-01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-10-061-3/+6
|\ \
| * | distro_bootcmd: call EFI bootmgr even without having /EFI/bootMichael Walle2020-10-061-3/+6
| |/
* | Merge tag 'u-boot-amlogic-20201005' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2020-10-064-1/+31
|\ \ | |/ |/|
| * ARM: dts: sync amlogic G12A/SM1 DT from Linux 5.9-rc1Neil Armstrong2020-10-052-0/+12
| * ARM: dts: sync amlogic AXG/GXL/GXM DT from Linux 5.8-rc1Neil Armstrong2020-10-052-1/+19
* | Merge branch 'next'Tom Rini2020-10-0566-729/+2515
|\ \ | |/ |/|
| * Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2020-10-053-0/+278
| |\
| | * clk: at91: add pre-requisite headers for AT91 clock architectureClaudiu Beznea2020-09-222-0/+269
| | * dm: core: add support for device re-parentingClaudiu Beznea2020-09-221-0/+9
| * | Merge branch 'next' of git://git.denx.de/u-boot-usb into nextTom Rini2020-10-011-13/+5
| |\ \
| | * | usb: xhci: use macros with parameter to fill ep_info2Chunfeng Yun2020-10-011-6/+0
| | * | usb: xhci: convert to TRB_TX_TYPE()Chunfeng Yun2020-10-011-1/+0
| | * | usb: xhci: convert to TRB_LEN() and TRB_INTR_TARGET()Chunfeng Yun2020-10-011-3/+0
| | * | usb: xhci: convert to TRB_TYPE()Chunfeng Yun2020-10-011-1/+0
| | * | usb: xhci: convert to HCS_MAX_PORTS()Chunfeng Yun2020-10-011-2/+0
| | * | usb: xhci: add quirks flag to support MediaTek xHCI 0.96Chunfeng Yun2020-10-011-0/+2
| | * | usb: xhci: create one unified function to calculate TRB TD remainderChunfeng Yun2020-10-011-0/+2
| | * | usb: xhci: add a member hci_version in xhci_ctrl structChunfeng Yun2020-10-011-0/+1
| * | | Merge branch 'next' of git://git.denx.de/u-boot-sh into nextTom Rini2020-10-019-53/+259
| |\ \ \ | | |/ / | |/| |
| | * | arm: dts: r8a774e1: Import DTS from Linux 5.9-rc4Biju Das2020-09-262-0/+95
| | * | arm: dts: r8a774b1: Import DTS from Linux 5.9-rc4Biju Das2020-09-262-0/+83
| | * | arm: dts: r8a774a1: Import DTS from Linux 5.9-rc4Biju Das2020-09-262-53/+45
| | * | ARM: rmobile: Enable RPC on Salvator-X, ULCB, EbisuMarek Vasut2020-09-263-0/+36
| * | | Merge branch '2020-09-30-assorted-network-improvements' into nextTom Rini2020-10-013-1/+100
| |\ \ \
| | * | | sntp: use udp frameworkPhilippe Reynes2020-09-301-0/+58
| | * | | net: add a generic udp protocolPhilippe Reynes2020-09-302-1/+42
| * | | | reset: add reset controller driver for SCMI agentsEtienne Carriere2020-09-301-0/+60
| * | | | clk: add clock driver for SCMI agentsEtienne Carriere2020-09-301-0/+78
| * | | | firmware: add SCMI agent uclassEtienne Carriere2020-09-304-0/+134
| * | | | regmap: Add support for regmap fieldsJean-Jacques Hiblot2020-09-301-0/+122
| * | | | regmap: Allow devices to specify regmap range start and size in configPratyush Yadav2020-09-301-0/+6
| * | | | regmap: Add regmap_init_mem_range()Pratyush Yadav2020-09-301-0/+19
| * | | | regmap: Allow left shifting register offset before accessPratyush Yadav2020-09-301-0/+6
| * | | | regmap: Allow specifying read/write widthPratyush Yadav2020-09-301-16/+22
| * | | | regmap: Add devm_regmap_init()Jean-Jacques Hiblot2020-09-301-0/+18
| * | | | drivers: gpio: Add a managed API to get a GPIO from the device-treeJean-Jacques Hiblot2020-09-301-0/+47
| * | | | drivers: reset: Add a managed API to get reset controllers from the DTJean-Jacques Hiblot2020-09-301-1/+134
| |/ / /
| * | | Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini2020-09-302-0/+16
| |\ \ \