aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-21CI: Move to clang-16CHECK/move-to-clang-16Tom Rini3-7/+7
2023-02-27proftool: Remove unused variables in make_flame_treeTom Rini1-14/+1
2023-02-27imx8image: Remove unused cont_img_count variableTom Rini1-5/+0
2023-02-27zlib: trees.c: Fix a warning with clang-15Tom Rini1-1/+1
2023-02-27libavb: Fix a warning with clang-15Tom Rini1-1/+1
2023-02-27dlmalloc: Fix a warning with clang-15Tom Rini1-4/+4
2023-02-27global: Disable deprecated-non-prototype warning with clangTom Rini1-0/+1
2023-02-25Merge branch '2023-02-24-include-nx51-components-in-docker-for-testing' into ...Tom Rini4-11/+63
2023-02-24CI: Update test/nokia_rx51_test.sh to use prebuilt imagesWIP/2023-02-24-include-nx51-components-in-docker-for-testingPali Rohár3-11/+33
2023-02-24Dockerfile: build qemu for Nokia n900Heinrich Schuchardt1-0/+21
2023-02-24Dockerfile: download binaries for Nokia RX-51Heinrich Schuchardt1-0/+9
2023-02-23usb: dwc3-uniphier: Select PHYMarek Vasut1-0/+1
2023-02-22Merge branch 'next' of git://source.denx.de/u-boot-usb into nextWIP/22Feb2023-nextTom Rini11-94/+453
2023-02-22uniphier_defconfig: Disable USB_XHCI_DWC3Kunihiko Hayashi2-2/+0
2023-02-22usb: dwc3-uniphier: Use dwc3-generic instead of xhci-dwc3Kunihiko Hayashi2-42/+78
2023-02-22phy: socionext: Add UniPhier USB3 PHY driverKunihiko Hayashi3-0/+177
2023-02-22clk: uniphier: Add missing USB SS-PHY clocksKunihiko Hayashi1-0/+5
2023-02-22reset: uniphier: Add USB glue reset supportKunihiko Hayashi1-1/+77
2023-02-22usb: dwc3-generic: Add the size of regs property to glue structureKunihiko Hayashi2-1/+2
2023-02-22usb: dwc3-generic: Export glue structures and functionsKunihiko Hayashi2-14/+36
2023-02-22usb: dwc3-generic: Add clock initialization in child DT nodeKunihiko Hayashi1-0/+6
2023-02-22usb: dwc3-generic: Allow different controller DT node patternKunihiko Hayashi1-36/+57
2023-02-22usb: dwc3: Look up reference clock DT phandle in both controller DT nodesMarek Vasut1-0/+17
2023-02-14Merge tag 'dm-next-valentine' of https://source.denx.de/u-boot/custodians/u-b...WIP/14Feb2023-nextTom Rini628-4385/+4666
2023-02-14dm: test: Add a test for the various migration combinationsSimon Glass1-0/+108
2023-02-14test: Add a way to set the environment for a pytestSimon Glass2-4/+6
2023-02-14CI: Add a check for pre-schema driver model tagsSimon Glass2-0/+21
2023-02-14checkpatch: Add a warning for pre-schema driver model tagsSimon Glass2-0/+12
2023-02-14dm: doc: Move to new driver model schemaSimon Glass23-62/+62
2023-02-14dm: doc: Update documentation for new driver model schemaSimon Glass7-42/+49
2023-02-14dm: doc: Update device tree binding docs for new schemaSimon Glass14-30/+30
2023-02-14dm: treewide: Complete migration to new driver model schemaSimon Glass9-25/+24
2023-02-14dm: dts: Convert driver model tags to use new schemaSimon Glass564-4216/+4216
2023-02-14dm: Add support for handling old u-boot,dm- tagsSimon Glass5-6/+50
2023-02-14schemas: Add schema for U-Boot driver model 'phase tags'Simon Glass1-0/+88
2023-02-13Prepare v2023.04-rc2v2023.04-rc2Tom Rini2-2/+4
2023-02-13clocks: qcs404: Add support for I2C clocksSumit Garg2-0/+75
2023-02-13Merge tag 'i2c-updates-for-v2023.04' of https://source.denx.de/u-boot/custodi...WIP/13Feb2023Tom Rini9-13/+527
2023-02-13Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini18-7/+1358
2023-02-13arm: kirkwood: Enable uart0 dm-pre-reloc for Pogoplug V4 boardTony Dinh1-0/+7
2023-02-13arm: mvebu: Add support for Synology DS116 (Armada 385)Tony Dinh8-0/+595
2023-02-13arm: mvebu: Power up 2nd SATA port for Thecus N2350Tony Dinh1-2/+2
2023-02-13arm: kirkwood: sheevaplug: reduce u-boot image sizeTony Dinh1-0/+5
2023-02-13arm: mvebu: Add support for Thecus N2350 (Armada 385) boardTony Dinh8-0/+746
2023-02-13arm: kirkwood: Use CONFIG_SYS_NS16550 with DM_SERIAL for Kirkwood boardsTony Dinh1-0/+1
2023-02-13cmd: return code when tlv_eeprom incorrectly calledHeinrich Schuchardt1-7/+4
2023-02-13i2c: i2c-cdns.c: Update driver to read fifo-depth from device treePei Yue Ho1-12/+18
2023-02-13dt-bindings: i2c: i2c-cdns.txt: Add description for an optional parameter, fi...Pei Yue Ho1-0/+4
2023-02-13arm: aspeed: dtsi: add reg for i2cRyan Chen1-0/+1
2023-02-13i2c:aspeed:support ast2600 i2c new register mode driverRyan Chen5-0/+503