aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-06Merge https://source.denx.de/u-boot/custodians/u-boot-usbWIP/06May2022Tom Rini1-85/+32
2022-05-06Merge https://source.denx.de/u-boot/custodians/u-boot-watchdogTom Rini3-0/+126
2022-05-06usb: host: ehci-generic: Remove DM_REGULATOR flagPatrice Chotard1-14/+0
2022-05-06usb: host: ehci-generic: Make usage of clock/reset bulk() APIPatrice Chotard1-71/+32
2022-05-06watchdog: Add MAX6370 watchdog timer driverPali Rohár3-0/+126
2022-05-05Merge branch '2022-05-05-assorted-cleanups-and-fixes'Tom Rini38-353/+61
2022-05-05misc: fs_loader: Fix compile warnings when CONFIG_CMD_UBIFS is enabledPali Rohár1-0/+4
2022-05-05reset: Return 0 if ops unimplemented and remove empty functionsMarek Vasut25-302/+6
2022-05-05clk: scmi: fix scmi_clk_get_attibute()Heinrich Schuchardt1-5/+3
2022-05-05tools: mkimage: Avoid ENODATA in host toolsMark Kettenis1-1/+1
2022-05-05rtc: rv8803: fix off-by-one in month countingOliver Graute1-2/+2
2022-05-05cmd: mmc: don't assign unused valuesHeinrich Schuchardt1-2/+4
2022-05-05cmd: onenand: fix printf codesHeinrich Schuchardt1-3/+3
2022-05-05cmd: simplify do_adc_single()Heinrich Schuchardt1-6/+1
2022-05-05cmd: fix long text for fdt commandHeinrich Schuchardt1-1/+1
2022-05-05lib/date: Make rtc_mktime and mktime64 Y2038-readyJan Kiszka3-14/+10
2022-05-05serial: smh: Check return value of strndupSean Anderson1-0/+3
2022-05-05tools/imagetool: Fix segfault when tparams->verify_header is NULLNicolas Heemeryck1-17/+23
2022-05-05configs: Resync with savedefconfigTom Rini47-93/+49
2022-05-05Merge branch '2022-05-05-platform-updates'Tom Rini48-71/+3561
2022-05-05gpio: npcm: Add support for Nuvoton NPCM SoCsWIP/2022-05-05-platform-updatesStanley Chu3-0/+131
2022-05-05include: configs: am**x/j721e/j721s2_evm.h: Move the stack pointer init addre...Aswath Govindraju4-8/+4
2022-05-05pinctrl: mediatek: add support for different types of IO pinsSam Shih2-5/+81
2022-05-05pinctrl: mediatek: introduce multiple memory bases supportSam Shih2-20/+57
2022-05-05pinctrl: mediatek: rewrite mtk_pinconf_set and related functionsSam Shih2-30/+114
2022-05-05sandbox: Avoid binman error when run without device treeSimon Glass2-1/+38
2022-05-05test/py: Add a way to start sandbox without a device treeSimon Glass1-7/+8
2022-05-05board: synquacer: developerbox: Remove Masami from MAINTAINERSMasami Hiramatsu1-1/+0
2022-05-05ls10xxx: Use a sane SPL_SYS_MALLOC_F_LEN defaultSean Anderson1-3/+1
2022-05-05timer: npcm: Add NPCM timer supportJim Liu3-0/+125
2022-05-05serial: npcm: Add support for Nuvoton NPCM SoCsJim Liu3-0/+167
2022-05-05clk: nuvoton: Add support for NPCM750Jim Liu6-0/+548
2022-05-05arm: nuvoton: Add support for Nuvoton NPCM750 BMCJim Liu22-0/+2291
2022-05-04Merge tag 'efi-2022-07-rc2-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini24-100/+576
2022-05-04Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini97-2867/+33853
2022-05-04Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini5-34/+468
2022-05-04net: mvneta: Drop unneeded macroMarek Behún1-3/+1
2022-05-04net: mvneta: Disable fixed PHY code if PHY_FIXED is not compiled inMarek Behún1-2/+4
2022-05-04net: mvneta: Drop fixed_link member from private structMarek Behún1-5/+2
2022-05-04net: mvneta: Write PHY address just before enabling HW pollingMarek Behún1-4/+2
2022-05-04net: mvneta: Convert to use PHY_FIXED for fixed-linkMarek Behún3-61/+39
2022-05-04net: mvneta: Rename CONFIG_NR_CPUS to MVNETA_NR_CPUSMarek Behún1-2/+2
2022-05-04net: mvneta: Don't check for CONFIG_PHYLIBMarek Behún1-4/+0
2022-05-04net: mvneta: Drop unnecessary spaceMarek Behún1-1/+1
2022-05-04net: mvneta: Use bool instead of int for boolean variableMarek Behún1-2/+2
2022-05-04net: mvneta: Drop one indentation level in mvneta_adjust_link()Marek Behún1-20/+18
2022-05-04net: mvneta: Fix unused variable warning if DM_GPIO is disabledMarek Behún1-3/+2
2022-05-04net: mvneta: Don't register MDIO busMarek Behún1-141/+2
2022-05-04arm: mvebu: turris_mox: Use DM registered MDIOMarek Behún2-63/+44
2022-05-04net: mdio-uclass: add dm_phy_find_by_ofnode() helperMarek Behún2-0/+31